Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package wicked for openSUSE:Factory checked 
in at 2024-05-09 12:08:03
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/wicked (Old)
 and      /work/SRC/openSUSE:Factory/.wicked.new.1880 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "wicked"

Thu May  9 12:08:03 2024 rev:101 rq:1172779 version:0.6.75

Changes:
--------
--- /work/SRC/openSUSE:Factory/wicked/wicked.changes    2024-04-10 
17:49:09.045736406 +0200
+++ /work/SRC/openSUSE:Factory/.wicked.new.1880/wicked.changes  2024-05-09 
12:08:36.747486728 +0200
@@ -1,0 +2,33 @@
+Wed May  8 10:16:30 UTC 2024 - Marius Tomaschewski <m...@suse.com>
+
+- Update to version 0.6.75:
+  - cleanup: fix ni_fsm_state_t enum-int-mismatch warnings
+  - cleanup: fix overflow warnings in a socket testcase on i586
+  - ifcheck: report new and deleted configs as changed (bsc#1218926)
+  - man: improve ARP configuration options in the wicked-config.5
+  - bond: add ports when master is UP to avoid port MTU revert (bsc#1219108)
+  - cleanup: fix interface dependencies and shutdown order (bsc#1205604)
+    - Remove port arrays from bond,team,bridge,ovs-bridge (redundant)
+      and consistently use config and state info attached to the port
+      interface as in rtnetlink(7).
+    - Cleanup ifcfg parsing, schema configuration and service properties
+    - Migrate ports in xml config and policies already applied in nanny
+    - Remove "missed config" generation from finite state machine, which
+      is completed while parsing the config or while xml config migration.
+    - Issue a warning when "lower" interface (e.g. eth0) config is missed
+      while parsing config depending on it (e.g. eth0.42 vlan).
+    - Resolve ovs master to the effective bridge in config and wickedd
+    - Implement netif-check-state require checks using system relations
+      from wickedd/kernel instead of config relations for ifdown and add
+      linkDown and deleteDevice checks to all master and lower references.
+    - Add a `wicked <ifup|ifdown|ifreload> --dry-run …` option to show the
+      system/config interface hierarchies as notice with +/- marked
+      interfaces to setup and/or shutdown.
+- Removed patches included in the source archive:
+  [- 0001-addrconf-fix-fallback-lease-drop-bsc-1220996.patch]
+  [- 0002-extensions-nbft-replace-nvme-show-nbft-with-nvme-nbf.patch]
+  [- 0003-move-all-attribute-definitions-to-compiler-h.patch]
+  [- 0004-hide-secrets-in-debug-log-bsc-1221194.patch]
+  [- 0005-client-do-to-not-convert-sec-to-msec-twice-bsc-1222105.patch]
+
+-------------------------------------------------------------------

Old:
----
  0001-addrconf-fix-fallback-lease-drop-bsc-1220996.patch
  0002-extensions-nbft-replace-nvme-show-nbft-with-nvme-nbf.patch
  0003-move-all-attribute-definitions-to-compiler-h.patch
  0004-hide-secrets-in-debug-log-bsc-1221194.patch
  0005-client-do-to-not-convert-sec-to-msec-twice-bsc-1222105.patch
  wicked-0.6.74.tar.bz2

New:
----
  wicked-0.6.75.tar.bz2

BETA DEBUG BEGIN:
  Old:- Removed patches included in the source archive:
  [- 0001-addrconf-fix-fallback-lease-drop-bsc-1220996.patch]
  [- 0002-extensions-nbft-replace-nvme-show-nbft-with-nvme-nbf.patch]
  Old:  [- 0001-addrconf-fix-fallback-lease-drop-bsc-1220996.patch]
  [- 0002-extensions-nbft-replace-nvme-show-nbft-with-nvme-nbf.patch]
  [- 0003-move-all-attribute-definitions-to-compiler-h.patch]
  Old:  [- 0002-extensions-nbft-replace-nvme-show-nbft-with-nvme-nbf.patch]
  [- 0003-move-all-attribute-definitions-to-compiler-h.patch]
  [- 0004-hide-secrets-in-debug-log-bsc-1221194.patch]
  Old:  [- 0003-move-all-attribute-definitions-to-compiler-h.patch]
  [- 0004-hide-secrets-in-debug-log-bsc-1221194.patch]
  [- 0005-client-do-to-not-convert-sec-to-msec-twice-bsc-1222105.patch]
  Old:  [- 0004-hide-secrets-in-debug-log-bsc-1221194.patch]
  [- 0005-client-do-to-not-convert-sec-to-msec-twice-bsc-1222105.patch]
BETA DEBUG END:

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

Other differences:
------------------
++++++ wicked.spec ++++++
--- /var/tmp/diff_new_pack.6eDj2d/_old  2024-05-09 12:08:37.399510425 +0200
+++ /var/tmp/diff_new_pack.6eDj2d/_new  2024-05-09 12:08:37.403510569 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package wicked
 #
-# Copyright (c) 2023 SUSE LLC
+# Copyright (c) 2024 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +18,7 @@
 
 %define                release_prefix  %{?snapshot:%{snapshot}}%{!?snapshot:0}
 Name:           wicked
-Version:        0.6.74
+Version:        0.6.75
 Release:        %{release_prefix}.0.0
 Summary:        Network configuration infrastructure
 License:        GPL-2.0-or-later
@@ -26,11 +26,6 @@
 URL:            https://github.com/openSUSE/wicked
 Source0:        %{name}-%{version}.tar.bz2
 Source1:        wicked-rpmlintrc
-Patch1:         0001-addrconf-fix-fallback-lease-drop-bsc-1220996.patch
-Patch2:         0002-extensions-nbft-replace-nvme-show-nbft-with-nvme-nbf.patch
-Patch3:         0003-move-all-attribute-definitions-to-compiler-h.patch
-Patch4:         0004-hide-secrets-in-debug-log-bsc-1221194.patch
-Patch5:         
0005-client-do-to-not-convert-sec-to-msec-twice-bsc-1222105.patch
 #
 # Upstream First - openSUSE Build Service Policy:
 #
@@ -47,7 +42,7 @@
 BuildRequires:  make
 %if %{with wicked_devel}
 # libwicked-%%{version}.so shlib package compatible match for wicked-devel
-Provides:       libwicked-0_6_74 = %{version}-%{release}
+Provides:       libwicked-0_6_75 = %{version}-%{release}
 %endif
 # uninstall obsolete libwicked-0-6 (libwicked-0.so.6, wicked < 0.6.60)
 Provides:       libwicked-0-6 = %{version}
@@ -161,7 +156,7 @@
 Group:          Development/Libraries/C and C++
 Requires:       dbus-1-devel
 Requires:       libnl3-devel
-Requires:       libwicked-0_6_74 = %{version}-%{release}
+Requires:       libwicked-0_6_75 = %{version}-%{release}
 
 %description devel
 Wicked is a network configuration infrastructure incorporating a number
@@ -173,10 +168,9 @@
 
 %prep
 %setup
-%autopatch -p1
 
 %build
-autoreconf --force --install
+test -x ./configure || autoreconf --force --install
 export CFLAGS="-std=gnu89 $RPM_OPT_FLAGS -fPIC" LDFLAGS="-pie"
 %configure \
        --with-piddir=%{wicked_piddir}  \

++++++ wicked-0.6.74.tar.bz2 -> wicked-0.6.75.tar.bz2 ++++++
++++ 23666 lines of diff (skipped)

Reply via email to