Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package ipvsadm for openSUSE:Factory checked in at 2023-03-22 22:29:04 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ipvsadm (Old) and /work/SRC/openSUSE:Factory/.ipvsadm.new.31432 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ipvsadm" Wed Mar 22 22:29:04 2023 rev:28 rq:1073276 version:1.31 Changes: -------- --- /work/SRC/openSUSE:Factory/ipvsadm/ipvsadm.changes 2022-09-07 11:05:47.940370286 +0200 +++ /work/SRC/openSUSE:Factory/.ipvsadm.new.31432/ipvsadm.changes 2023-03-22 22:29:06.745731426 +0100 @@ -1,0 +2,5 @@ +Tue Dec 27 12:28:01 UTC 2022 - Ludwig Nussel <[email protected]> + +- Replace transitional %usrmerged macro with regular version check (boo#1206798) + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ipvsadm.spec ++++++ --- /var/tmp/diff_new_pack.8oIiPY/_old 2023-03-22 22:29:07.389734667 +0100 +++ /var/tmp/diff_new_pack.8oIiPY/_new 2023-03-22 22:29:07.393734687 +0100 @@ -1,7 +1,7 @@ # # spec file for package ipvsadm # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -74,7 +74,7 @@ %install mkdir -p %{buildroot}/{sbin,%{_sbindir},%{_mandir}/man8,%{_unitdir},%{_fillupdir}} make BUILD_ROOT=%{buildroot} MANDIR=%{_mandir} SBINDIR=%{_sbindir} install -%if !0%{?usrmerged} +%if 0%{?suse_version} < 1550 for binary in ipvsadm ipvsadm-save ipvsadm-restore ; do ln -sf %{_sbindir}/$binary %{buildroot}/sbin/$binary ; done @@ -105,7 +105,7 @@ %doc README %config %{_sysconfdir}/%{name}.rules %{_unitdir}/%{name}.service -%if !0%{?usrmerged} +%if 0%{?suse_version} < 1550 /sbin/ipvsadm* %endif %{_sbindir}/ipvsadm*
