Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package rpcbind for openSUSE:Factory checked in at 2023-01-05 15:00:22 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/rpcbind (Old) and /work/SRC/openSUSE:Factory/.rpcbind.new.1563 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "rpcbind" Thu Jan 5 15:00:22 2023 rev:66 rq:1055956 version:1.2.6 Changes: -------- --- /work/SRC/openSUSE:Factory/rpcbind/rpcbind.changes 2021-08-12 09:01:50.150134779 +0200 +++ /work/SRC/openSUSE:Factory/.rpcbind.new.1563/rpcbind.changes 2023-01-05 15:00:35.548937924 +0100 @@ -1,0 +2,5 @@ +Tue Dec 27 13:16:20 UTC 2022 - Ludwig Nussel <lnus...@suse.com> + +- Replace transitional %usrmerged macro with regular version check (boo#1206798) + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ rpcbind.spec ++++++ --- /var/tmp/diff_new_pack.ntAE3p/_old 2023-01-05 15:00:36.032940475 +0100 +++ /var/tmp/diff_new_pack.ntAE3p/_new 2023-01-05 15:00:36.036940496 +0100 @@ -86,7 +86,7 @@ mkdir -p %{buildroot}/%{_sbindir} ln -s service %{buildroot}%{_sbindir}/rc%{name} ln -s %{_bindir}/rpcinfo %{buildroot}%{_sbindir}/rpcinfo -%if !0%{?usrmerged} +%if 0%{?suse_version} < 1550 mkdir %{buildroot}/sbin mkdir %{buildroot}/bin ln -s %{_bindir}/rpcinfo %{buildroot}/sbin/rpcinfo @@ -110,7 +110,7 @@ %files %license COPYING %doc AUTHORS README -%if !0%{?usrmerged} +%if 0%{?suse_version} < 1550 /sbin/%{name} /bin/rpcinfo /sbin/rpcinfo