Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package sysconfig for openSUSE:Factory checked in at 2023-01-15 17:57:40 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/sysconfig (Old) and /work/SRC/openSUSE:Factory/.sysconfig.new.32243 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "sysconfig" Sun Jan 15 17:57:40 2023 rev:195 rq:1058137 version:0.90.0 Changes: -------- --- /work/SRC/openSUSE:Factory/sysconfig/sysconfig.changes 2022-12-13 18:54:35.918925105 +0100 +++ /work/SRC/openSUSE:Factory/.sysconfig.new.32243/sysconfig.changes 2023-01-15 17:57:43.262044405 +0100 @@ -1,0 +2,5 @@ +Tue Dec 27 13:20:54 UTC 2022 - Ludwig Nussel <lnus...@suse.com> + +- Replace transitional %usrmerged macro with regular version check (boo#1206798) + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ sysconfig.spec ++++++ --- /var/tmp/diff_new_pack.XnwYiy/_old 2023-01-15 17:57:43.934048393 +0100 +++ /var/tmp/diff_new_pack.XnwYiy/_new 2023-01-15 17:57:43.938048417 +0100 @@ -105,7 +105,7 @@ mkdir -p %{buildroot}%{_sysconfdir}/sysconfig/network/scripts ln -s %{_libexecdir}/netconfig/functions.netconfig \ %{buildroot}%{_sysconfdir}/sysconfig/network/scripts -%if !0%{?usrmerged} +%if 0%{?suse_version} < 1550 mkdir -p %{buildroot}/sbin ln -s %{_sbindir}/netconfig %{buildroot}/sbin/netconfig %endif @@ -174,7 +174,7 @@ %dir %{_sysconfdir}/sysconfig/network/scripts %{_sysconfdir}/sysconfig/network/scripts/functions.netconfig %{_sbindir}/netconfig -%if !0%{?usrmerged} +%if 0%{?suse_version} < 1550 /sbin/netconfig %endif %{_mandir}/man8/netconfig.8%{ext_man}