Hello community,

here is the log from the commit of package wicked for openSUSE:Factory checked 
in at 2014-05-22 20:38:47
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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-05-02 
09:51:48.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.wicked.new/wicked.changes       2014-05-22 
20:39:12.000000000 +0200
@@ -1,0 +2,65 @@
+Thu May 22 09:05:15 UTC 2014 - [email protected]
+
+- version 0.5.26
+- rpm: rpm: drop useless ghost dirs in spec (bnc#873857)
+- client: do not try to fire nanny in ifdown, it is not hired yet
+  We do not install nanny policies by default in ifup, so it is
+  not needed to try to delete them in ifdown. There is currently
+  no nanny started in inst-sys and the attempt is causing ifdown
+  to run into timeouts (bnc#876848,bnc#879127).
+- client: wait for optional leases, just don't fail
+  When waiting for a group-optional lease pair (dhcp4 or dhcp6)
+  and one arrives, wait for the second one until timeout and
+  recheck the results then (bnc#876848,bnc#879127).
+- dhcp6: fix reset and allocate message buffer in build to use
+  clean buffer in release messages sometimes having crap behind.
+
+-------------------------------------------------------------------
+Mon May 19 15:42:43 UTC 2014 - [email protected]
+
+- version 0.5.25
+- server: no unrequested device-ready events (bnc#871135)
+  This bug caused e.g. bridges not going up from device-exists
+  even they already were in device-ready state before.
+- client: do not mix shared with exlusive references (bnc#877776)
+- ifconfig: do not fail on delete for vanished devices
+- nanny: drop policies on ifdown, turn some errors to debug
+- sysconfig: add WICKED_DEBUG and WICKED_LOG_LEVEL variables
+  to /etc/sysconfig/network/config.
+- man: added ifcfg-{dummy,macvlan,macvtap,tunnel},ifroute,routes
+  ifsysctl and updated already existing manual pages.
+
+-------------------------------------------------------------------
+Wed May 14 11:01:39 UTC 2014 - [email protected]
+
+- version 0.5.24
+- rpm: use _rundir rpm macro if defined (bnc#873857)
+
+-------------------------------------------------------------------
+Wed May 14 10:39:02 UTC 2014 - [email protected]
+
+- version 0.5.23
+- fsm: added device-ready wait processing syncing at udev network
+  device rename events (bnc#871135)
+- ifup: no timeout report on group-optional leases (bnc#875154)
+- ifstatus: no failure report if peer lease is up (bnc#875154)
+- tunnels: discover gre,sit,ipip tunnels (read-only for now)
+- client/nanny: utilities to convert ifconfigs into policy
+- client: compare fix to consider configs using ifindex [ibft]
+
+-------------------------------------------------------------------
+Thu May  8 15:30:30 UTC 2014 - [email protected]
+
+- version 0.5.22
+- status: show only available leases and inclusive their uuid
+- ifup, ifstatus: cond. accept STARTMODE off and manual
+- ifstatus: fixed address indenting in verbose mode
+- wireless: add missing wpa_supplicant intermediate states.
+- wireless: clear secrets as soon as they are used
+- dhcp4+dhcp6: apply config uuid to lease and offer early
+- dhcp4: accept packets without udp checksum (bnc#873267)
+- do not close stderr in daemon() when used in log-target
+- client: do not report transient errors by default
+  (partial bnc#875154 fix)
+
+-------------------------------------------------------------------

Old:
----
  wicked-0.5.21.tar.bz2

New:
----
  wicked-0.5.26.tar.bz2

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

Other differences:
------------------
++++++ wicked.spec ++++++
--- /var/tmp/diff_new_pack.Y1Hoy7/_old  2014-05-22 20:39:15.000000000 +0200
+++ /var/tmp/diff_new_pack.Y1Hoy7/_new  2014-05-22 20:39:15.000000000 +0200
@@ -18,7 +18,7 @@
 
 %define                release_prefix  %{?snapshot:%{snapshot}}%{!?snapshot:0}
 Name:           wicked
-Version:        0.5.21
+Version:        0.5.26
 Release:        %{release_prefix}.0.0
 Summary:        Network configuration infrastructure
 License:        GPL-2.0
@@ -66,8 +66,13 @@
 PreReq:         %fillup_prereq %insserv_prereq
 %endif
 %endif
+%if %{defined _rundir}
+%define         wicked_piddir   %_rundir/%{name}
+%define         wicked_statedir %_rundir/%{name}
+%else
 %define         wicked_piddir   %_localstatedir/run/%{name}
 %define         wicked_statedir %_localstatedir/run/%{name}
+%endif
 %define         wicked_storedir %_localstatedir/lib/%{name}
 
 %description
@@ -177,11 +182,6 @@
 %__rm -f ${RPM_BUILD_ROOT}%_libdir/libwicked*.*a
 # 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
@@ -261,10 +261,7 @@
 /sbin/ldconfig
 
 %post
-%__mkdir_p -m 0750 %{wicked_statedir}
-%if "%wicked_statedir" != "%wicked_piddir"
-%__mkdir_p -m 0750 %{wicked_piddir}
-%endif
+%{fillup_only -dns config wicked network}
 
 %files
 %defattr (-,root,root)
@@ -303,19 +300,23 @@
 %_mandir/man5/wicked-config.5*
 %_mandir/man5/ifcfg-bonding.5*
 %_mandir/man5/ifcfg-bridge.5*
+%_mandir/man5/ifcfg-dummy.5*
+%_mandir/man5/ifcfg-macvlan.5*
+%_mandir/man5/ifcfg-macvtap.5*
+%_mandir/man5/ifcfg-tunnel.5*
 %_mandir/man5/ifcfg-vlan.5*
 %_mandir/man5/ifcfg-wireless.5*
 %_mandir/man5/ifcfg.5*
+%_mandir/man5/ifroute.5*
+%_mandir/man5/ifsysctl.5*
+%_mandir/man5/routes.5*
 %_mandir/man8/wicked.8*
 %_mandir/man8/wickedd.8*
 %_mandir/man8/ifdown.8*
 %_mandir/man8/ifstatus.8*
 %_mandir/man8/ifup.8*
+%_localstatedir/adm/fillup-templates/sysconfig.config-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.21.tar.bz2 -> wicked-0.5.26.tar.bz2 ++++++
++++ 11337 lines of diff (skipped)

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

Reply via email to