Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package procps4 for openSUSE:Factory checked in at 2023-01-04 17:53:15 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/procps4 (Old) and /work/SRC/openSUSE:Factory/.procps4.new.1563 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "procps4" Wed Jan 4 17:53:15 2023 rev:2 rq:1055781 version:4.0.2 Changes: -------- --- /work/SRC/openSUSE:Factory/procps4/procps4.changes 2022-12-13 18:55:19.687158692 +0100 +++ /work/SRC/openSUSE:Factory/.procps4.new.1563/procps4.changes 2023-01-04 17:53:26.662479256 +0100 @@ -1,0 +2,5 @@ +Tue Dec 27 13:15:13 UTC 2022 - Ludwig Nussel <lnus...@suse.com> + +- Replace transitional %usrmerged macro with regular version check (boo#1206798) + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ procps4.spec ++++++ --- /var/tmp/diff_new_pack.fSKOWC/_old 2023-01-04 17:53:27.334483216 +0100 +++ /var/tmp/diff_new_pack.fSKOWC/_new 2023-01-04 17:53:27.342483263 +0100 @@ -18,7 +18,7 @@ %define somajor 0 %define libname libproc2-%{somajor} -%if !0%{?usrmerged} +%if 0%{?suse_version} < 1550 %bcond_with bin2usr %else %bcond_without bin2usr @@ -238,7 +238,7 @@ ln snice skill popd fi -%if !0%{?usrmerged} +%if 0%{?suse_version} < 1550 ln -s %{_bindir}/ps %{buildroot}/bin/ ln -s %{_bindir}/pgrep %{buildroot}/bin/ ln -s %{_bindir}/pkill %{buildroot}/bin/ @@ -340,7 +340,7 @@ %license COPYING COPYING.LIB %doc NEWS doc/bugs.md doc/FAQ %if %{with bin2usr} -%if !0%{?usrmerged} +%if 0%{?suse_version} < 1550 %verify(link) /bin/ps %verify(link) /bin/pgrep %verify(link) /bin/pkill