Hello community,

here is the log from the commit of package wicked for openSUSE:Factory checked 
in at 2014-05-02 09:51:44
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/wicked (Old)
 and      /work/SRC/openSUSE:Factory/.wicked.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "wicked"

Changes:
--------
--- /work/SRC/openSUSE:Factory/wicked/wicked.changes    2014-04-17 
14:43:39.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.wicked.new/wicked.changes       2014-05-02 
09:51:48.000000000 +0200
@@ -1,0 +2,20 @@
+Sun Apr 27 11:39:36 UTC 2014 - [email protected]
+
+- version 0.5.21
+- dhcp6: fix to allow supported devices (bnc#874561)
+- dhcp,autoip: log unsupported devices debug1 level only
+
+-------------------------------------------------------------------
+Thu Apr 17 11:47:09 UTC 2014 - [email protected]
+
+- version 0.5.20
+- autoip4,dhcp4,dhcp6: fixed to create instance for supported
+  devices only to save memory and avoid allocation complains due to
+  packet capturing init failure
+- lldp: fix infinite loops in ni_lldp_agent_update,
+  disable built-in support (rejected fate#313671, bnc#873299)
+- dhcp4: do not send hostname to server in discover (bnc#873267)
+- rpm: explicit piddir,statedir,storedir in spec
+- generate ChangeLog file from git while make dist
+
+-------------------------------------------------------------------

Old:
----
  wicked-0.5.19.tar.bz2

New:
----
  wicked-0.5.21.tar.bz2

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

Other differences:
------------------
++++++ wicked.spec ++++++
--- /var/tmp/diff_new_pack.GQOl9H/_old  2014-05-02 09:51:49.000000000 +0200
+++ /var/tmp/diff_new_pack.GQOl9H/_new  2014-05-02 09:51:49.000000000 +0200
@@ -18,7 +18,7 @@
 
 %define                release_prefix  %{?snapshot:%{snapshot}}%{!?snapshot:0}
 Name:           wicked
-Version:        0.5.19
+Version:        0.5.21
 Release:        %{release_prefix}.0.0
 Summary:        Network configuration infrastructure
 License:        GPL-2.0
@@ -66,6 +66,9 @@
 PreReq:         %fillup_prereq %insserv_prereq
 %endif
 %endif
+%define         wicked_piddir   %_localstatedir/run/%{name}
+%define         wicked_statedir %_localstatedir/run/%{name}
+%define         wicked_storedir %_localstatedir/lib/%{name}
 
 %description
 Wicked is a network configuration infrastructure incorporating a number
@@ -145,6 +148,9 @@
 test -x ./configure || autoreconf --force --install
 export CFLAGS="$RPM_OPT_FLAGS"
 %configure \
+       --with-piddir=%{wicked_piddir}  \
+       --with-statedir=%{wicked_statedir}\
+       --with-storedir=%{wicked_storedir}\
        --with-compat=suse              \
 %if %{with systemd}
        --enable-systemd                \
@@ -169,8 +175,13 @@
 %__ln_s %_sbindir/ifup  ${RPM_BUILD_ROOT}/sbin/ifprobe
 # remove libwicked.a and la
 %__rm -f ${RPM_BUILD_ROOT}%_libdir/libwicked*.*a
-# create ghost directory
-%__mkdir_p -m 0750 ${RPM_BUILD_ROOT}%_localstatedir/run/wicked
+# create reboot-persistent (leases) store directory
+%__mkdir_p -m 0750 ${RPM_BUILD_ROOT}%{wicked_storedir}
+# create restart-persistent ghost state directory
+%__mkdir_p -m 0750 ${RPM_BUILD_ROOT}%{wicked_statedir}
+%if "%wicked_statedir" != "%wicked_piddir"
+%__mkdir_p -m 0750 ${RPM_BUILD_ROOT}%{wicked_piddir}
+%endif
 %if %{with systemd}
 ln -sf %_sbindir/service ${RPM_BUILD_ROOT}%_sbindir/rcwicked
 ln -sf %_sbindir/service ${RPM_BUILD_ROOT}%_sbindir/rcwickedd
@@ -250,7 +261,10 @@
 /sbin/ldconfig
 
 %post
-%__mkdir_p -m 0750 %_localstatedir/run/wicked
+%__mkdir_p -m 0750 %{wicked_statedir}
+%if "%wicked_statedir" != "%wicked_piddir"
+%__mkdir_p -m 0750 %{wicked_piddir}
+%endif
 
 %files
 %defattr (-,root,root)
@@ -297,7 +311,11 @@
 %_mandir/man8/ifdown.8*
 %_mandir/man8/ifstatus.8*
 %_mandir/man8/ifup.8*
-%attr(0750,root,root) %dir %ghost %_localstatedir/run/wicked
+%attr(0750,root,root) %dir        %wicked_storedir
+%attr(0750,root,root) %dir %ghost %wicked_statedir
+%if "%wicked_statedir" != "%wicked_piddir"
+%attr(0750,root,root) %dir %ghost %wicked_piddir
+%endif
 
 %if %{with systemd}
 

++++++ wicked-0.5.19.tar.bz2 -> wicked-0.5.21.tar.bz2 ++++++
++++ 48243 lines of diff (skipped)

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

Reply via email to