Hello community,

here is the log from the commit of package novell-ipsec-tools for 
openSUSE:Factory
checked in at Tue Jun 28 10:32:54 CEST 2011.



--------
--- novell-ipsec-tools/novell-ipsec-tools.changes       2010-10-12 
10:00:27.000000000 +0200
+++ /mounts/work_src_done/STABLE/novell-ipsec-tools/novell-ipsec-tools.changes  
2011-06-27 21:23:11.000000000 +0200
@@ -1,0 +2,7 @@
+Mon Jun 27 19:19:25 UTC 2011 - [email protected]
+
+- Fix build with using -Wl,--export-dynamic instead of just
+  --export-dynamic.
+- Create runtime directory if needed.
+
+-------------------------------------------------------------------

calling whatdependson for head-i586


++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ novell-ipsec-tools.spec ++++++
--- /var/tmp/diff_new_pack.olnguS/_old  2011-06-28 10:32:28.000000000 +0200
+++ /var/tmp/diff_new_pack.olnguS/_new  2011-06-28 10:32:28.000000000 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package novell-ipsec-tools (Version 0.7.3)
+# spec file for package novell-ipsec-tools
 #
-# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -21,7 +21,7 @@
 Name:           novell-ipsec-tools
 BuildRequires:  bison flex openssl-devel
 Version:        0.7.3
-Release:        1
+Release:        5
 License:        BSD3c(or similar)
 Group:          Productivity/Networking/Security
 PreReq:         %insserv_prereq %fillup_prereq
@@ -162,6 +162,7 @@
 
 %post
 %{fillup_and_insserv racoond}
+mkdir -p -m 0755 %{_sharedstatedir}/%{name}
 
 %preun
 %stop_on_removal racoond
@@ -186,7 +187,7 @@
 %{_sbindir}/racoonctl
 %{_sbindir}/setkey
 %{_sbindir}/plainrsa-gen
-%dir %{_localstatedir}/racoon
+%dir %ghost %{_localstatedir}/racoon
 %doc %{_mandir}/man*/*
 
 %files devel

++++++ novell-ipsec-tools_plugins-support-nortel.patch ++++++
--- /var/tmp/diff_new_pack.olnguS/_old  2011-06-28 10:32:28.000000000 +0200
+++ /var/tmp/diff_new_pack.olnguS/_new  2011-06-28 10:32:28.000000000 +0200
@@ -2297,7 +2297,7 @@
          AC_DEFINE([PLUGINS_SUPPORT], [], [Enable plugins support])
 +      PLUGINS_SUPPORT_CFLAGS='-I${top_srcdir}/src -export-dynamic'
 +      PLUGINS_SUPPORT_CPPFLAGS='-I${top_srcdir}/src -export-dynamic'
-+      PLUGINS_SUPPORT_LDFLAGS='--export-dynamic'
++      PLUGINS_SUPPORT_LDFLAGS='-Wl,--export-dynamic'
 +      
PLUGINS_SUPPROT_LDADD='${top_builddir}/src/plugin_frame/libplugin_frame.la'
 +
 +      AC_SUBST(PLUGINS_SUPPORT_CPPFLAGS)

++++++ racoon.init ++++++
--- /var/tmp/diff_new_pack.olnguS/_old  2011-06-28 10:32:28.000000000 +0200
+++ /var/tmp/diff_new_pack.olnguS/_new  2011-06-28 10:32:28.000000000 +0200
@@ -83,6 +83,8 @@
                rc_exit
        fi
 
+       # Create runtime socket dir if it does not exist
+        [ -d /var/run/racoon ] || mkdir -m 0755 /var/run/racoon
        # startproc should return 0, even if service is 
        # already running to match LSB spec.
        startproc $RACOON_BIN $RACOON_OPTIONS -f $RACOON_CONF


++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++



Remember to have fun...

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to