Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package wicked for openSUSE:Factory checked 
in at 2021-06-18 10:13:32
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/wicked (Old)
 and      /work/SRC/openSUSE:Factory/.wicked.new.2625 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "wicked"

Fri Jun 18 10:13:32 2021 rev:84 rq:900218 version:0.6.66

Changes:
--------
--- /work/SRC/openSUSE:Factory/wicked/wicked.changes    2021-03-08 
15:17:14.129937736 +0100
+++ /work/SRC/openSUSE:Factory/.wicked.new.2625/wicked.changes  2021-06-18 
10:13:42.193987659 +0200
@@ -1,0 +2,27 @@
+Tue Jun 15 17:30:40 UTC 2021 - Marius Tomaschewski <[email protected]>
+
+- version 0.6.66
+- wireless: migrate to wpa-supplicant v1 DBus interface (bsc#1156920)
+  - support multiple networks configurations per interface
+  - show connection status and scan-results (bsc#1160654)
+  - corrected eap-tls,ttls cetificate handling and open vs. shared
+    wep,open,psk,eap-tls,ttls,peap parsing from ifcfg (bsc#1057592)
+  - cleanups and several other improvements, see changes
+  - updated man ifcfg-wireless manual pages
+- nanny: fix identify node owner exit condition
+- schema: several xml-schema and dbus/property improvements
+- utils: format/parse bitmap to array and string alternatives
+- client: expose ethtool --get-permanent-address option
+- removed sle15-sp3 patches included in the master sources (bsc#1181812)
+  [- 0001-dhcp4-discover-on-reboot-timeout-after-start-delay.1181812.patch]
+  [- 0002-dhcp6-request-nis-options-on-sle15-by-default.1181812.patch]
+
+-------------------------------------------------------------------
+Wed Apr  7 09:54:25 UTC 2021 - [email protected]
+
+- dhcp4: discover on reboot timeout after start-delay (bsc#1181812)
+ [+ 0001-dhcp4-discover-on-reboot-timeout-after-start-delay.1181812.patch]
+- dhcp6: request nis options on sle15 by default (bsc#1181812)
+ [+ 0002-dhcp6-request-nis-options-on-sle15-by-default.1181812.patch]
+
+-------------------------------------------------------------------

Old:
----
  wicked-0.6.65.tar.bz2

New:
----
  wicked-0.6.66.tar.bz2

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

Other differences:
------------------
++++++ wicked.spec ++++++
--- /var/tmp/diff_new_pack.P0Uo7u/_old  2021-06-18 10:13:42.769988420 +0200
+++ /var/tmp/diff_new_pack.P0Uo7u/_new  2021-06-18 10:13:42.769988420 +0200
@@ -18,7 +18,7 @@
 
 %define                release_prefix  %{?snapshot:%{snapshot}}%{!?snapshot:0}
 Name:           wicked
-Version:        0.6.65
+Version:        0.6.66
 Release:        %{release_prefix}.0.0
 Summary:        Network configuration infrastructure
 License:        GPL-2.0-or-later
@@ -41,7 +41,7 @@
 BuildRequires:  make
 %if %{with wicked_devel}
 # libwicked-%{version}.so shlib package compatible match for wicked-devel
-Provides:       libwicked-0_6_65 = %{version}-%{release}
+Provides:       libwicked-0_6_66 = %{version}-%{release}
 %endif
 # uninstall obsolete libwicked-0-6 (libwicked-0.so.6, wicked < 0.6.60)
 Provides:       libwicked-0-6 = %{version}
@@ -52,6 +52,11 @@
 %else
 %bcond_with     rfc4361_cid
 %endif
+%if 0%{?suse_version} >= 1500
+%bcond_without  dhcp6_nis
+%else
+%bcond_with     dhcp6_nis
+%endif
 %if 0%{?suse_version} >= 1230
 %bcond_without  systemd
 %bcond_with     dbusstart
@@ -160,7 +165,7 @@
 Group:          Development/Libraries/C and C++
 Requires:       dbus-1-devel
 Requires:       libnl3-devel
-Requires:       libwicked-0_6_65 = %{version}-%{release}
+Requires:       libwicked-0_6_66 = %{version}-%{release}
 
 %description devel
 Wicked is a network configuration infrastructure incorporating a number
@@ -182,6 +187,9 @@
        --with-storedir=%{wicked_storedir}\
        --with-compat=suse              \
        --with-fillup-templatesdir=%{_fillupdir}\
+%if %{without dhcp6_nis}
+       --disable-dhcp6-nis             \
+%endif
 %if %{without rfc4361_cid}
        --disable-dhcp4-rfc4361-cid     \
 %endif

++++++ wicked-0.6.65.tar.bz2 -> wicked-0.6.66.tar.bz2 ++++++
++++ 13724 lines of diff (skipped)

Reply via email to