Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package NetworkManager for openSUSE:Factory 
checked in at 2022-11-11 14:36:24
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/NetworkManager (Old)
 and      /work/SRC/openSUSE:Factory/.NetworkManager.new.1597 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "NetworkManager"

Fri Nov 11 14:36:24 2022 rev:248 rq:1035115 version:1.40.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/NetworkManager/NetworkManager.changes    
2022-10-20 11:09:37.595766233 +0200
+++ /work/SRC/openSUSE:Factory/.NetworkManager.new.1597/NetworkManager.changes  
2022-11-11 14:36:30.630300160 +0100
@@ -1,0 +2,13 @@
+Mon Nov  7 12:50:13 UTC 2022 - Clemens Famulla-Conrad <cfamullacon...@suse.com>
+
+- Keep netconfig support. The rc-manager auto detection will select
+  appropriate manager during runtime.
+
+-------------------------------------------------------------------
+Wed Nov  2 16:07:30 UTC 2022 - Dominique Leuenberger <dims...@opensuse.org>
+
+- Use a with_netconfig define instead of relying on bcond: bcond is
+  meant to have extrenally controllable build conditions (build -D,
+  or OBS prjconf).
+
+-------------------------------------------------------------------
@@ -28,0 +42,11 @@
+
+-------------------------------------------------------------------
+Mon Oct 10 14:11:34 UTC 2022 - Stefan Schubert <schubi@localhost>
+
+- Disabling netconfig compiling option for openSUSE Tumbleweed.
+
+-------------------------------------------------------------------
+Mon Oct  3 10:20:20 UTC 2022 - Dominique Leuenberger <dims...@opensuse.org>
+
+- Drop dependency on sysconfig-netconfig: the collection of shell
+  scripts is not required for regular operation.

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

Other differences:
------------------
++++++ NetworkManager.spec ++++++
--- /var/tmp/diff_new_pack.0P8YFa/_old  2022-11-11 14:36:31.286303607 +0100
+++ /var/tmp/diff_new_pack.0P8YFa/_new  2022-11-11 14:36:31.290303627 +0100
@@ -47,6 +47,13 @@
 %define tests_meson_opt no
 %endif
 
+# NetworkManager uses netconfig in SLES products only.
+%if 0%{?suse_version} > 1500
+%define with_netconfig 0
+%else
+%define with_netconfig 1
+%endif
+
 # Libaudit: yes-disabled-by-default enables support, but disables
 # it unless explicitly configured via NetworkManager.conf
 %bcond_without LIBAUDIT
@@ -131,7 +138,9 @@
 ##
 Requires:       NetworkManager-branding
 Requires:       mozilla-nss
+%if %{with_netconfig}
 Requires:       sysconfig-netconfig >= 0.80.5
+%endif
 Requires:       wpa_supplicant >= 0.6.4
 Recommends:     dnsmasq
 Recommends:     iproute2

Reply via email to