Hello community,

here is the log from the commit of package wicked for openSUSE:Factory checked 
in at 2014-09-28 19:55:35
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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-09-20 
15:51:15.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.wicked.new/wicked.changes       2014-09-28 
19:55:41.000000000 +0200
@@ -1,0 +2,23 @@
+Fri Sep 26 14:50:43 UTC 2014 - pwieczorkiew...@suse.com
+
+- version 0.6.11
+- client-state: Do not fail on parsing empty origin and uuid
+  (bnc#890084)
+- hwaddr: change hwaddr only when valid (bnc#898622)
+- ifup/ifstatus: no failure report on failed/deferred lease,
+  correctly OR grouped leas status (bnc#896188)
+- ifup,ifreload: wait for all tentative addresses
+- config: improved allowed update mask/defaults
+- man: added startmode hotplug and use-nanny (bnc#896403),
+-      Introduce ifcfg-dhcp man page covering DHCLIENT and
+       DHCLIENT6 vars, remove template reference from ifup(8),
+       ifcfg-wireless(5), reference ifcfg-dhcp(5)
+- README: updated / improved
+- rpm: dbus policies as noreplace config (bnc#897775),
+       reload dbus in wicked-service post-install (bnc#897775)
+- fsm: corrected device hierarchy structure print
+- routes: generate routes also without IP (bnc#895219),
+          show a note about not matching routes (bnc#895219)
+- ethernet: lower ethtool not supported messages to debugs
+
+-------------------------------------------------------------------

Old:
----
  wicked-0.6.10.tar.bz2

New:
----
  wicked-0.6.11.tar.bz2

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

Other differences:
------------------
++++++ wicked.spec ++++++
--- /var/tmp/diff_new_pack.DnLUsA/_old  2014-09-28 19:55:41.000000000 +0200
+++ /var/tmp/diff_new_pack.DnLUsA/_new  2014-09-28 19:55:41.000000000 +0200
@@ -18,7 +18,7 @@
 
 %define                release_prefix  %{?snapshot:%{snapshot}}%{!?snapshot:0}
 Name:           wicked
-Version:        0.6.10
+Version:        0.6.11
 Release:        %{release_prefix}.0.0
 Summary:        Network configuration infrastructure
 License:        GPL-2.0
@@ -208,6 +208,7 @@
 %if %{with systemd}
 
 %pre service
+# upgrade from sysconfig[-network] scripts
 _id=`/usr/bin/systemctl --no-pager -p Id show network.service 2>/dev/null` || :
 if test "x${_id#Id=}" = "xnetwork.service" -a -x /etc/init.d/network ; then
        /etc/init.d/network stop-all-dhcp-clients || :
@@ -228,13 +229,13 @@
 
 %preun service
 # stop the daemons on removal
-%{service_del_preun wickedd.service}
-%{service_del_preun wickedd-auto4.service}
-%{service_del_preun wickedd-dhcp4.service}
-%{service_del_preun wickedd-dhcp6.service}
-%{service_del_preun wickedd-nanny.service}
+# - stopping wickedd should be sufficient ... other just to be sure.
+# - stopping of the wicked.service does not stop network, but removes
+#   the wicked.service --> network.service link and resets its status.
+%{service_del_preun wickedd.service wickedd-auto4.service 
wickedd-dhcp4.service wickedd-dhcp6.service wickedd-nanny.service 
wicked.service}
 
 %postun service
+# restart wickedd after upgrade
 %{service_del_postun wickedd.service}
 
 %else
@@ -263,6 +264,14 @@
 
 %post
 %{fillup_only -dns config wicked network}
+# reload dbus after install or upgrade to apply new policies
+/usr/bin/systemctl reload dbus.service 2>/dev/null || :
+
+%postun
+# reload dbus after uninstall, our policies are gone again
+if [ ${FIRST_ARG:-$1} -eq 0 ]; then
+       /usr/bin/systemctl reload dbus.service 2>/dev/null || :
+fi
 
 %files
 %defattr (-,root,root)
@@ -285,11 +294,12 @@
 %dir %_sysconfdir/wicked/ifconfig
 %dir %_sysconfdir/dbus-1
 %dir %_sysconfdir/dbus-1/system.d
-%config(noreplace) %_sysconfdir/dbus-1/system.d/org.opensuse.Network.conf
-%config(noreplace) %_sysconfdir/dbus-1/system.d/org.opensuse.Network.AUTO4.conf
-%config(noreplace) %_sysconfdir/dbus-1/system.d/org.opensuse.Network.DHCP4.conf
-%config(noreplace) %_sysconfdir/dbus-1/system.d/org.opensuse.Network.DHCP6.conf
-%config(noreplace) %_sysconfdir/dbus-1/system.d/org.opensuse.Network.Nanny.conf
+# mark the policies as config to keep backup, but replace on upgrade
+%config %_sysconfdir/dbus-1/system.d/org.opensuse.Network.conf
+%config %_sysconfdir/dbus-1/system.d/org.opensuse.Network.AUTO4.conf
+%config %_sysconfdir/dbus-1/system.d/org.opensuse.Network.DHCP4.conf
+%config %_sysconfdir/dbus-1/system.d/org.opensuse.Network.DHCP6.conf
+%config %_sysconfdir/dbus-1/system.d/org.opensuse.Network.Nanny.conf
 %if %{with dbusstart}
 %dir %_datadir/dbus-1
 %dir %_datadir/dbus-1/system-services
@@ -308,6 +318,7 @@
 %_mandir/man5/ifcfg-vlan.5*
 %_mandir/man5/ifcfg-wireless.5*
 %_mandir/man5/ifcfg.5*
+%_mandir/man5/ifcfg-dhcp.5*
 %_mandir/man5/ifroute.5*
 %_mandir/man5/ifsysctl.5*
 %_mandir/man5/routes.5*

++++++ wicked-0.6.10.tar.bz2 -> wicked-0.6.11.tar.bz2 ++++++
++++ 2290 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to