Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package NetworkManager-openconnect for openSUSE:Factory checked in at 2022-10-29 20:15:19 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/NetworkManager-openconnect (Old) and /work/SRC/openSUSE:Factory/.NetworkManager-openconnect.new.2275 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "NetworkManager-openconnect" Sat Oct 29 20:15:19 2022 rev:32 rq:1032111 version:1.2.8 Changes: -------- --- /work/SRC/openSUSE:Factory/NetworkManager-openconnect/NetworkManager-openconnect.changes 2022-03-15 19:03:59.280910202 +0100 +++ /work/SRC/openSUSE:Factory/.NetworkManager-openconnect.new.2275/NetworkManager-openconnect.changes 2022-10-29 20:15:49.489800870 +0200 @@ -1,0 +2,7 @@ +Thu Oct 27 15:37:33 UTC 2022 - Callum Farmer <gm...@opensuse.org> + +- Add dbus-location.patch: move dbus system.d conf file to /usr + (bsc#1204795) +- Due to patching: add BRs autoconf, automake and libtool + +------------------------------------------------------------------- New: ---- dbus-location.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ NetworkManager-openconnect.spec ++++++ --- /var/tmp/diff_new_pack.5fbqIz/_old 2022-10-29 20:15:49.989803534 +0200 +++ /var/tmp/diff_new_pack.5fbqIz/_new 2022-10-29 20:15:49.993803555 +0200 @@ -25,7 +25,10 @@ URL: http://www.gnome.org/projects/NetworkManager Source0: https://download.gnome.org/sources/NetworkManager-openconnect/1.2/%{name}-%{version}.tar.xz Source1: system-user-nm-openconnect.conf - +Patch0: dbus-location.patch +BuildRequires: autoconf +BuildRequires: automake +BuildRequires: libtool BuildRequires: intltool BuildRequires: libxml2-tools BuildRequires: pkgconfig @@ -65,6 +68,7 @@ %autosetup -p1 %build +autoreconf -fiv %configure \ --disable-static \ --with-gtk4=yes \ @@ -88,7 +92,7 @@ %{_libexecdir}/nm-openconnect-service %{_libexecdir}/nm-openconnect-service-openconnect-helper %{_vpnservicedir}/nm-openconnect-service.name -%{_sysconfdir}/dbus-1/system.d/nm-openconnect-service.conf +%{_datadir}/dbus-1/system.d/nm-openconnect-service.conf %{_sysusersdir}/system-user-nm-openconnect.conf %files gnome ++++++ dbus-location.patch ++++++ >From 6d8cb1911cd04d7cfb569671c394ed0295be47ea Mon Sep 17 00:00:00 2001 From: worldofpeace <worldofpe...@protonmail.ch> Date: Sun, 15 Sep 2019 23:37:18 -0400 Subject: [PATCH] Move D-Bus conf file to $(datadir)/dbus-1/system.d Since D-Bus 1.9.18 configuration files installed by third-party should go in share/dbus-1/system.d. The old location is for sysadmin overrides. --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index a38b352..2d5ec79 100644 --- a/Makefile.am +++ b/Makefile.am @@ -10,7 +10,7 @@ plugin_LTLIBRARIES = CLEANFILES = *.bak *~ -dbusservicedir = $(sysconfdir)/dbus-1/system.d +dbusservicedir = $(datadir)/dbus-1/system.d dbusservice_DATA = nm-openconnect-service.conf nmvpnservicedir = $(NM_VPN_SERVICE_DIR) -- GitLab