Updating version, ChangeLog and copying the most recent configure from ./org.glite...
authorZdeněk Šustr <sustr4@cesnet.cz>
Wed, 3 Oct 2012 13:05:35 +0000 (13:05 +0000)
committerZdeněk Šustr <sustr4@cesnet.cz>
Wed, 3 Oct 2012 13:05:35 +0000 (13:05 +0000)
org.glite.lbjp-common.gss/configure
org.glite.lbjp-common.gss/project/ChangeLog
org.glite.lbjp-common.gss/project/version.properties

index 24bfc01..00561bc 100755 (executable)
@@ -1066,6 +1066,7 @@ for my $ext (keys %deps_aux) {
                        sl5_x86_64_gcc412EPEL => 1,
                        sl5_ia32_gcc412EPEL => 1,
                        sl6_x86_64_gcc446EPEL => 1,
+                       sl6_ia32_gcc446EPEL => 1,
                        deb6_x86_64_gcc445 => 1,
                },
                modules => {
index 2c378a0..6c55972 100644 (file)
 3.1.5-1
 - Add a return code from newer c-ares (fixes DNS resolution on Fedora 17 with c-ares 1.7.5)
 
+3.1.6-1
+- Debian package builds in vanilla chroot environment (backported from HEAD):
+  - create pkg-config file for gss (depends on used GSSAPI provider)
+  - spread proper CFLAGS needed for gss (to find gssapi.h) using pkg-config
+  - missing build dependencies
+  - missing dependency for libglite-lbjp-common-gsoap-plugin-dev (lb.ws-test build)
+  - fix dependency of msg-plugin
+  - no runtime dependencies for build
+