Hello community,

here is the log from the commit of package wicked for openSUSE:Factory checked 
in at 2015-07-16 17:13:16
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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    2015-04-27 
07:46:19.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.wicked.new/wicked.changes       2015-07-16 
17:13:22.000000000 +0200
@@ -1,0 +2,30 @@
+Fri Jul  3 14:35:02 UTC 2015 - [email protected]
+
+- version 0.6.19
+- dhcp4: improve invalid dhcp options handling (boo#918069)
+- dhcp6: just drop an info lease on release request and stop
+- dhcp6: refresh ipv6 link on newprefix in auto mode to
+  workaround, that the kernel does not send us events about
+  mode change when RA timers are unspecified (bsc#934067)
+- ethtool: do not warn when reading ethtool settings while
+  netlink newlink processing and the device is already gone.
+- ibft: ignore invalid default gateway (0.0.0.0 and ::)
+  provided by the firmware (bsc#903759)
+- wireless: handle ANY for WPA-EAP methods and send passwd
+  when phase2 method isn't set (boo#927615)
+- bonding: don't insist, that arp_validate=none default is
+  valid in active-backup mode only (boo#919573)
+- wickedd: fix to send requested device-up event ack
+- nanny: fix error handling for NULL policy objects and fix
+  to not compare iftype to a dbus class name (boo#931288)
+- nanny: ensure a device is ready to satisfy a policy match
+- nanny: fixes improving delete and hotplug handling
+- ifup: do not recurse when generating nanny policy matches
+- ifreload: properly handle some config rename cases
+- fsm: ensure to process events in order and don't advance
+  fsm state from events when device state outdistances it.
+- schema: cleanup netif-reference meta:require checks.
+- spec: require util-linux-systemd providing logger (bsc#911310)
+- conditionally enable nanny use (boo#915025,bsc#916402)
+
+-------------------------------------------------------------------

Old:
----
  wicked-0.6.18.tar.bz2

New:
----
  wicked-0.6.19.tar.bz2

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

Other differences:
------------------
++++++ wicked.spec ++++++
--- /var/tmp/diff_new_pack.bGDWQJ/_old  2015-07-16 17:13:23.000000000 +0200
+++ /var/tmp/diff_new_pack.bGDWQJ/_new  2015-07-16 17:13:23.000000000 +0200
@@ -18,7 +18,7 @@
 
 %define                release_prefix  %{?snapshot:%{snapshot}}%{!?snapshot:0}
 Name:           wicked
-Version:        0.6.18
+Version:        0.6.19
 Release:        %{release_prefix}.0.0
 Summary:        Network configuration infrastructure
 License:        GPL-2.0
@@ -51,6 +51,12 @@
 
 %bcond_with     wicked_devel
 
+%if 0%{?suse_version} >= 1320
+%bcond_without  use_nanny
+%else
+%bcond_with     use_nanny
+%endif
+
 BuildRequires:  libnl3-devel
 %if 0%{?suse_version} > 1110
 BuildRequires:  libiw-devel
@@ -61,6 +67,13 @@
 BuildRequires:  libgcrypt-devel
 BuildRequires:  pkg-config
 
+# Prerequire the logger package
+%if 0%{?suse_version} > 1310
+Requires(pre):       util-linux-systemd
+%else
+Requires(pre):       util-linux
+%endif
+
 %if %{with systemd}
 %{?systemd_requires}
 %if 0%{?suse_version:1}
@@ -165,6 +178,9 @@
        --with-statedir=%{wicked_statedir}\
        --with-storedir=%{wicked_storedir}\
        --with-compat=suse              \
+%if %{without use_nanny}
+       --disable-nanny-use             \
+%endif
 %if %{with systemd}
        --enable-systemd                \
        --with-systemd-unitdir=%{_unitdir} \

++++++ wicked-0.6.18.tar.bz2 -> wicked-0.6.19.tar.bz2 ++++++
++++ 3569 lines of diff (skipped)


Reply via email to