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-11-05 22:58:20
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/wicked (Old)
 and      /work/SRC/openSUSE:Factory/.wicked.new.1890 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "wicked"

Fri Nov  5 22:58:20 2021 rev:85 rq:929130 version:0.6.67

Changes:
--------
--- /work/SRC/openSUSE:Factory/wicked/wicked.changes    2021-06-18 
10:13:42.193987659 +0200
+++ /work/SRC/openSUSE:Factory/.wicked.new.1890/wicked.changes  2021-11-05 
22:58:23.212273112 +0100
@@ -1,0 +2,18 @@
+Thu Nov  4 08:06:33 UTC 2021 - Marius Tomaschewski <[email protected]>
+
+- dbus: config files in /usr shouldn't be marked as config in spec
+
+-------------------------------------------------------------------
+Fri Oct  1 14:19:44 UTC 2021 - Marius Tomaschewski <[email protected]>
+
+- version 0.6.67
+- dbus: install bus config in /usr (bsc#1183407,jsc#SLE-9750)
+- logging: log reaped sub-process command and as debug, not error
+- ifstatus: Don't show link as "up" without RUNNING flag set
+- firewalld: Make the zone assignment permanent (boo#1189560)
+- fsm: cleanup and improve ifconfig and ifpolicy access utils
+- dbus: cleanup the dbus-service.h file and unused property makros
+- cleanup: applied code-spell run typo corrections
+- dracut: initial fixes and improved option handling (boo#1182227)
+
+-------------------------------------------------------------------

Old:
----
  wicked-0.6.66.tar.bz2

New:
----
  wicked-0.6.67.tar.bz2

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

Other differences:
------------------
++++++ wicked.spec ++++++
--- /var/tmp/diff_new_pack.H5d56X/_old  2021-11-05 22:58:23.868273516 +0100
+++ /var/tmp/diff_new_pack.H5d56X/_new  2021-11-05 22:58:23.872273519 +0100
@@ -18,7 +18,7 @@
 
 %define                release_prefix  %{?snapshot:%{snapshot}}%{!?snapshot:0}
 Name:           wicked
-Version:        0.6.66
+Version:        0.6.67
 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_66 = %{version}-%{release}
+Provides:       libwicked-0_6_67 = %{version}-%{release}
 %endif
 # uninstall obsolete libwicked-0-6 (libwicked-0.so.6, wicked < 0.6.60)
 Provides:       libwicked-0-6 = %{version}
@@ -114,6 +114,13 @@
 %define         wicked_statedir %_localstatedir/run/%{name}
 %endif
 %define         wicked_storedir %_localstatedir/lib/%{name}
+%if 0%{?suse_version} >= 1550
+%define                dbus_config_base %_datadir/dbus-1
+%define                dbus_config_tag  %nil
+%else
+%define                dbus_config_base %_sysconfdir/dbus-1
+%define                dbus_config_tag  %config
+%endif
 
 %description
 Wicked is a network configuration infrastructure incorporating a number
@@ -165,7 +172,7 @@
 Group:          Development/Libraries/C and C++
 Requires:       dbus-1-devel
 Requires:       libnl3-devel
-Requires:       libwicked-0_6_66 = %{version}-%{release}
+Requires:       libwicked-0_6_67 = %{version}-%{release}
 
 %description devel
 Wicked is a network configuration infrastructure incorporating a number
@@ -205,6 +212,7 @@
 %if ! %{with dbusstart}
        --without-dbus-servicedir       \
 %endif
+       --with-dbus-configdir=%{dbus_config_base}/system.d \
        --disable-static
 make %{?_smp_mflags}
 
@@ -333,16 +341,18 @@
 %dir %_sysconfdir/wicked/extensions
 %config(noreplace) %_sysconfdir/wicked/extensions/*
 %dir %_sysconfdir/wicked/ifconfig
-%dir %_sysconfdir/dbus-1
-%dir %_sysconfdir/dbus-1/system.d
+%dir %{dbus_config_base}
+%dir %{dbus_config_base}/system.d
 # mark the policies as config to keep backup, but replace on upgrade
-%config %_sysconfdir/dbus-1/system.d/org.opensuse.Network.conf
-%config %_sysconfdir/dbus-1/system.d/org.opensuse.Network.AUTO4.conf
-%config %_sysconfdir/dbus-1/system.d/org.opensuse.Network.DHCP4.conf
-%config %_sysconfdir/dbus-1/system.d/org.opensuse.Network.DHCP6.conf
-%config %_sysconfdir/dbus-1/system.d/org.opensuse.Network.Nanny.conf
+%{dbus_config_tag} %{dbus_config_base}/system.d/org.opensuse.Network.conf
+%{dbus_config_tag} %{dbus_config_base}/system.d/org.opensuse.Network.AUTO4.conf
+%{dbus_config_tag} %{dbus_config_base}/system.d/org.opensuse.Network.DHCP4.conf
+%{dbus_config_tag} %{dbus_config_base}/system.d/org.opensuse.Network.DHCP6.conf
+%{dbus_config_tag} %{dbus_config_base}/system.d/org.opensuse.Network.Nanny.conf
 %if %{with dbusstart}
+%if "%dbus_config_base" != "%_datadir/dbus-1"
 %dir %_datadir/dbus-1
+%endif
 %dir %_datadir/dbus-1/system-services
 %_datadir/dbus-1/system-services/org.opensuse.Network.*.service
 %endif

++++++ wicked-0.6.66.tar.bz2 -> wicked-0.6.67.tar.bz2 ++++++
++++ 4986 lines of diff (skipped)

Reply via email to