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-07-19 15:26:04
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/wicked (Old)
 and      /work/SRC/openSUSE:Factory/.wicked.new.17339 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "wicked"

Fri Jul 19 15:26:04 2024 rev:104 rq:1188448 version:0.6.76

Changes:
--------
--- /work/SRC/openSUSE:Factory/wicked/wicked.changes    2024-06-21 
16:02:36.076735809 +0200
+++ /work/SRC/openSUSE:Factory/.wicked.new.17339/wicked.changes 2024-07-19 
15:26:20.284801960 +0200
@@ -1,0 +2,27 @@
+Thu Jul 18 14:32:55 UTC 2024 - Clemens Famulla-Conrad <cfamullacon...@suse.com>
+
+- Update to version 0.6.76
+  - compat-suse: warn user and create missing parent config of
+    infiniband children (gh#openSUSE/wicked#1027)
+  - client: fix origin in loaded xml-config with obsolete port
+    references but missing port interface config, causing a
+    no-carrier of master (bsc#1226125)
+  - ipv6: fix setup on ipv6.disable=1 kernel cmdline (bsc#1225976)
+  - wireless: add frequency-list in station mode (jsc#PED-8715)
+  - client: fix crash while hierarchy traversing due to loop in
+    e.g. systemd-nspawn containers (bsc#1226664)
+  - man: add supported bonding options to ifcfg-bonding(5) man page
+    (gh#openSUSE/wicked#1021)
+  - arputil: Document minimal interval for getopts (gh#openSUSE/wicked#1019)
+  - man: (re)generate man pages from md sources (gh#openSUSE/wicked#1018)
+  - client: warn on interface wait time reached (gh#openSUSE/wicked#1017)
+  - compat-suse: fix dummy type detection from ifname to not cause
+    conflicts with e.g. correct vlan config on dummy0.42 interfaces
+    (gh#openSUSE/wicked#1016)
+  - compat-suse: fix infiniband and infiniband child type detection 
+    from ifname (gh#openSUSE/wicked#1015)
+- Removed patches included in the source archive:
+  [- 0001-ifreload-pull-UP-again-on-master-lower-changes-bsc1224100.patch]
+  [- 0002-increase-arp-retry-attempts-on-sending-bsc1218668.patch]
+
+-------------------------------------------------------------------

Old:
----
  0001-ifreload-pull-UP-again-on-master-lower-changes-bsc1224100.patch
  0002-increase-arp-retry-attempts-on-sending-bsc1218668.patch
  wicked-0.6.75.tar.bz2

New:
----
  wicked-0.6.76.tar.bz2

BETA DEBUG BEGIN:
  Old:- Removed patches included in the source archive:
  [- 0001-ifreload-pull-UP-again-on-master-lower-changes-bsc1224100.patch]
  [- 0002-increase-arp-retry-attempts-on-sending-bsc1218668.patch]
  Old:  [- 0001-ifreload-pull-UP-again-on-master-lower-changes-bsc1224100.patch]
  [- 0002-increase-arp-retry-attempts-on-sending-bsc1218668.patch]
BETA DEBUG END:

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

Other differences:
------------------
++++++ wicked.spec ++++++
--- /var/tmp/diff_new_pack.StyJW2/_old  2024-07-19 15:26:21.128835544 +0200
+++ /var/tmp/diff_new_pack.StyJW2/_new  2024-07-19 15:26:21.132835703 +0200
@@ -18,7 +18,7 @@
 
 %define                release_prefix  %{?snapshot:%{snapshot}}%{!?snapshot:0}
 Name:           wicked
-Version:        0.6.75
+Version:        0.6.76
 Release:        %{release_prefix}.0.0
 Summary:        Network configuration infrastructure
 License:        GPL-2.0-or-later
@@ -26,8 +26,6 @@
 URL:            https://github.com/openSUSE/wicked
 Source0:        %{name}-%{version}.tar.bz2
 Source1:        wicked-rpmlintrc
-Patch1:         
0001-ifreload-pull-UP-again-on-master-lower-changes-bsc1224100.patch
-Patch2:         0002-increase-arp-retry-attempts-on-sending-bsc1218668.patch
 #
 # Upstream First - openSUSE Build Service Policy:
 #
@@ -44,7 +42,7 @@
 BuildRequires:  make
 %if %{with wicked_devel}
 # libwicked-%%{version}.so shlib package compatible match for wicked-devel
-Provides:       libwicked-0_6_75 = %{version}-%{release}
+Provides:       libwicked-0_6_76 = %{version}-%{release}
 %endif
 # uninstall obsolete libwicked-0-6 (libwicked-0.so.6, wicked < 0.6.60)
 Provides:       libwicked-0-6 = %{version}
@@ -66,6 +64,14 @@
 %bcond_with     dhcp6_nis
 %endif
 
+# optional and disabled (not needed): enable man page
+# template rebuild from md sources using pandoc(-cli)
+%bcond_with    pandoc
+
+%if %{with pandoc}
+BuildRequires:  pandoc
+%endif
+
 %bcond_with     wicked_devel
 
 # Note: teamd is enabled by default
@@ -76,9 +82,9 @@
 %define _fillupdir /var/adm/fillup-templates
 %endif
 
+BuildRequires:  libnl3-devel
 BuildRequires:  dbus-1-devel
 BuildRequires:  libgcrypt-devel
-BuildRequires:  libnl3-devel
 BuildRequires:  pkg-config
 
 # Prerequire the logger package
@@ -158,7 +164,7 @@
 Group:          Development/Libraries/C and C++
 Requires:       dbus-1-devel
 Requires:       libnl3-devel
-Requires:       libwicked-0_6_75 = %{version}-%{release}
+Requires:       libwicked-0_6_76 = %{version}-%{release}
 
 %description devel
 Wicked is a network configuration infrastructure incorporating a number
@@ -170,7 +176,6 @@
 
 %prep
 %setup
-%autopatch -p1
 
 %build
 test -x ./configure || autoreconf --force --install
@@ -197,6 +202,9 @@
        --with-systemd-unitdir=%{_unitdir} \
        --without-dbus-servicedir       \
        --with-dbus-configdir=%{dbus_config_base}/system.d \
+%if %{without pandoc}
+       --disable-pandoc                \
+%endif
        --disable-static
 make %{?_smp_mflags}
 
@@ -332,9 +340,12 @@
 %dir %_datadir/wicked/schema
 %_datadir/wicked/schema/*.xml
 %_mandir/man5/wicked-config.5*
+%_mandir/man5/ifcfg-bond.5*
 %_mandir/man5/ifcfg-bonding.5*
 %_mandir/man5/ifcfg-bridge.5*
 %_mandir/man5/ifcfg-dummy.5*
+%_mandir/man5/ifcfg-infiniband.5*
+%_mandir/man5/ifcfg-ipoib.5*
 %_mandir/man5/ifcfg-macvlan.5*
 %_mandir/man5/ifcfg-macvtap.5*
 %_mandir/man5/ifcfg-ppp.5*

++++++ wicked-0.6.75.tar.bz2 -> wicked-0.6.76.tar.bz2 ++++++
++++ 18331 lines of diff (skipped)

Reply via email to