Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package cloud-netconfig for openSUSE:Factory checked in at 2022-10-06 07:42:28 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/cloud-netconfig (Old) and /work/SRC/openSUSE:Factory/.cloud-netconfig.new.2275 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "cloud-netconfig" Thu Oct 6 07:42:28 2022 rev:13 rq:1008235 version:1.6 Changes: -------- --- /work/SRC/openSUSE:Factory/cloud-netconfig/cloud-netconfig.changes 2021-09-02 23:20:59.080603590 +0200 +++ /work/SRC/openSUSE:Factory/.cloud-netconfig.new.2275/cloud-netconfig.changes 2022-10-06 07:42:38.276745257 +0200 @@ -1,0 +2,6 @@ +Sun Sep 18 17:14:16 UTC 2022 - Christian Boltz <suse-b...@cboltz.de> + +- /etc/netconfig.d/ moved to /usr/libexec/netconfig/netconfig.d/ in + Tumbleweed, update path (poo#116221) + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ cloud-netconfig.spec ++++++ --- /var/tmp/diff_new_pack.IZr9Zj/_old 2022-10-06 07:42:38.792746406 +0200 +++ /var/tmp/diff_new_pack.IZr9Zj/_new 2022-10-06 07:42:38.796746414 +0200 @@ -1,7 +1,7 @@ # # spec file # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -83,6 +83,9 @@ PREFIX=%{_usr} \ SYSCONFDIR=%{_sysconfdir} \ UDEVRULESDIR=%{_udevrulesdir} \ + %if 0%{?suse_version} > 1550 + NETCONFDIR=%{_libexecdir}/netconfig/netconfig.d \ + %endif UNITDIR=%{_unitdir} # Disable persistent net generator from udev-persistent-ifnames as @@ -95,7 +98,11 @@ %files -n %{base_name}%{flavor_suffix} %defattr(-,root,root) %config(noreplace) %{_sysconfdir}/default/cloud-netconfig +%if 0%{?suse_version} > 1550 +%{_libexecdir}/netconfig/netconfig.d/cloud-netconfig +%else %{_sysconfdir}/netconfig.d/cloud-netconfig +%endif %{_sysconfdir}/sysconfig/network/scripts/* %if 0%{?suse_version} >= 1315 %{_sysconfdir}/udev/rules.d