Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package procps for openSUSE:Factory checked in at 2023-01-10 14:59:15 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/procps (Old) and /work/SRC/openSUSE:Factory/.procps.new.32243 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "procps" Tue Jan 10 14:59:15 2023 rev:131 rq:1057027 version:3.3.17 Changes: -------- --- /work/SRC/openSUSE:Factory/procps/procps.changes 2022-12-16 17:51:05.575833129 +0100 +++ /work/SRC/openSUSE:Factory/.procps.new.32243/procps.changes 2023-01-10 14:59:35.925138387 +0100 @@ -1,0 +2,5 @@ +Tue Dec 27 13:14:52 UTC 2022 - Ludwig Nussel <lnus...@suse.com> + +- Replace transitional %usrmerged macro with regular version check (boo#1206798) + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ procps.spec ++++++ --- /var/tmp/diff_new_pack.Tl7zzy/_old 2023-01-10 14:59:36.757142838 +0100 +++ /var/tmp/diff_new_pack.Tl7zzy/_new 2023-01-10 14:59:36.761142859 +0100 @@ -18,7 +18,7 @@ %define somajor 8 %define libname libprocps%{somajor} -%if !0%{?usrmerged} +%if 0%{?suse_version} < 1550 %bcond_with bin2usr %else %bcond_without bin2usr @@ -237,7 +237,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/ @@ -333,7 +333,7 @@ %license COPYING COPYING.LIB %doc NEWS Documentation/bugs.md Documentation/FAQ %if %{with bin2usr} -%if !0%{?usrmerged} +%if 0%{?suse_version} < 1550 %verify(link) /bin/ps %verify(link) /bin/pgrep %verify(link) /bin/pkill