Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package wicked for openSUSE:Factory checked in at 2022-10-22 14:12:00 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/wicked (Old) and /work/SRC/openSUSE:Factory/.wicked.new.2275 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "wicked" Sat Oct 22 14:12:00 2022 rev:89 rq:1030243 version:0.6.70 Changes: -------- --- /work/SRC/openSUSE:Factory/wicked/wicked.changes 2022-04-16 00:14:19.557655246 +0200 +++ /work/SRC/openSUSE:Factory/.wicked.new.2275/wicked.changes 2022-10-22 14:12:06.844599652 +0200 @@ -1,0 +2,21 @@ +Thu Oct 20 14:36:21 UTC 2022 - Clemens Famulla-Conrad <cfamullaconrad@suse.com> + +- version 0.6.70 +- build: Link as Position Independent Executable (bsc#1184124) +- dhcp4: Fix issues in reuse of last lease (bsc#1187655) +- dhcp6: Add option to refresh lease (jsc#SLE-9492,jsc#SLE-24307) +- dhcp6: Remove address before release (USGv6 DHCPv6_1_2_07b) +- dhcp6: Ignore lease release status (USGv6 DHCPv6_1_2_07e,1_3_03) +- dhcp6: Consider ppp interfaces supported (gh#openSUSE/wicked#924) +- team: Fix to configure port priority in teamd (bsc#1200505) +- firewall-ext: No config change on ifdown (bsc#1201053,bsc#118950) +- wireless: Fix SEGV on supplicant restart (gh#openSUSE/wicked#931) +- wireless: Add support for WPA3 and PMF (bsc#1198894) +- wireless: Remove libiw dependencies (gh#openSUSE/wicked#910) +- client: Fix SEGV on empty xpath results (gh#openSUSE/wicked#919) +- client: Add release options to ifdown/ifreload (jsc#SLE-10249) +- dbus: Clear string array before append (gh#openSUSE/wicked#913) +- socket: Fix SEGV on heavy socket restart errors (bsc#1192508) +- systemd: Remove systemd-udev-settle dependency (bsc#1186787) + +------------------------------------------------------------------- @@ -56 +77 @@ -- dbus: cleanup the dbus-service.h file and unused property makros +- dbus: cleanup the dbus-service.h file and unused property macros @@ -252 +273 @@ - e.g. tso has been splitted into several features and the + e.g. tso has been split into several features and the @@ -306 +327 @@ -- cleanup: add mising/explicit designated field initializers +- cleanup: add missing/explicit designated field initializers @@ -375 +396 @@ -- dhcp: suport to define and request custom options (bsc#988954), +- dhcp: support to define and request custom options (bsc#988954), @@ -425 +446 @@ -- utils: fixed last byte formating in ni_format_hex +- utils: fixed last byte formatting in ni_format_hex @@ -490 +511 @@ -- ifconfig: readd broadcast calculation (bcs#971629). +- ifconfig: re-add broadcast calculation (bcs#971629). @@ -560 +581 @@ -- vesion 0.6.27 +- version 0.6.27 @@ -814 +835 @@ - correctly OR grouped leas status (bnc#896188) + correctly OR grouped lease status (bnc#896188) @@ -838 +859 @@ - netlink attibute if provided by the kernel (bnc#885007). + netlink attribute if provided by the kernel (bnc#885007). @@ -988 +1009 @@ - do not detect persistance but set if requested only (bnc#876845). + do not detect persistence but set if requested only (bnc#876845). @@ -1156 +1177 @@ -- client: do not mix shared with exlusive references (bnc#877776) +- client: do not mix shared with exclusive references (bnc#877776) @@ -1323 +1344 @@ -- extensions: disabled writting of wickedd.log (debug) file +- extensions: disabled writing of wickedd.log (debug) file @@ -1420 +1441 @@ -- addrconf: initial lease writting/parsing helpers / disarmed +- addrconf: initial lease writing/parsing helpers / disarmed @@ -1498 +1519 @@ -- several lldp fixes, mostly for parsing / formating +- several lldp fixes, mostly for parsing / formatting Old: ---- wicked-0.6.69.tar.bz2 New: ---- wicked-0.6.70.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ wicked.spec ++++++ --- /var/tmp/diff_new_pack.mBjGJx/_old 2022-10-22 14:12:07.328600798 +0200 +++ /var/tmp/diff_new_pack.mBjGJx/_new 2022-10-22 14:12:07.344600837 +0200 @@ -18,7 +18,7 @@ %define release_prefix %{?snapshot:%{snapshot}}%{!?snapshot:0} Name: wicked -Version: 0.6.69 +Version: 0.6.70 Release: %{release_prefix}.0.0 Summary: Network configuration infrastructure License: GPL-2.0-or-later @@ -42,7 +42,7 @@ BuildRequires: make %if %{with wicked_devel} # libwicked-%{version}.so shlib package compatible match for wicked-devel -Provides: libwicked-0_6_69 = %{version}-%{release} +Provides: libwicked-0_6_70 = %{version}-%{release} %endif # uninstall obsolete libwicked-0-6 (libwicked-0.so.6, wicked < 0.6.60) Provides: libwicked-0-6 = %{version} @@ -76,14 +76,9 @@ %define _fillupdir /var/adm/fillup-templates %endif -BuildRequires: libnl3-devel -%if 0%{?suse_version} > 1110 -BuildRequires: libiw-devel -%else -BuildRequires: wireless-tools -%endif BuildRequires: dbus-1-devel BuildRequires: libgcrypt-devel +BuildRequires: libnl3-devel BuildRequires: pkg-config # Prerequire the logger package @@ -104,7 +99,8 @@ Requires: %{name}-service = %{version} %else %if 0%{?suse_version:1} -PreReq: %fillup_prereq %insserv_prereq +PreReq: %fillup_prereq +PreReq: %insserv_prereq %endif %endif %if %{defined _rundir} @@ -173,7 +169,7 @@ Group: Development/Libraries/C and C++ Requires: dbus-1-devel Requires: libnl3-devel -Requires: libwicked-0_6_69 = %{version}-%{release} +Requires: libwicked-0_6_70 = %{version}-%{release} %description devel Wicked is a network configuration infrastructure incorporating a number @@ -188,7 +184,7 @@ %build test -x ./configure || autoreconf --force --install -export CFLAGS="-std=gnu89 $RPM_OPT_FLAGS" +export CFLAGS="-std=gnu89 $RPM_OPT_FLAGS -fPIC" LDFLAGS="-pie" %configure \ --with-piddir=%{wicked_piddir} \ --with-statedir=%{wicked_statedir}\ ++++++ wicked-0.6.69.tar.bz2 -> wicked-0.6.70.tar.bz2 ++++++ ++++ 15222 lines of diff (skipped)