Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package dd_rhelp for openSUSE:Factory checked in at 2023-01-10 14:59:53 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/dd_rhelp (Old) and /work/SRC/openSUSE:Factory/.dd_rhelp.new.32243 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "dd_rhelp" Tue Jan 10 14:59:53 2023 rev:11 rq:1057172 version:0.3.0 Changes: -------- --- /work/SRC/openSUSE:Factory/dd_rhelp/dd_rhelp.changes 2020-12-05 20:38:20.962779836 +0100 +++ /work/SRC/openSUSE:Factory/.dd_rhelp.new.32243/dd_rhelp.changes 2023-01-10 15:00:21.801392968 +0100 @@ -1,0 +2,5 @@ +Tue Dec 27 10:31:53 UTC 2022 - Ludwig Nussel <lnus...@suse.com> + +- Replace transitional %usrmerged macro with regular version check (boo#1206798) + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ dd_rhelp.spec ++++++ --- /var/tmp/diff_new_pack.q7FiNq/_old 2023-01-10 15:00:22.329396001 +0100 +++ /var/tmp/diff_new_pack.q7FiNq/_new 2023-01-10 15:00:22.333396024 +0100 @@ -1,7 +1,7 @@ # # spec file for package dd_rhelp # -# Copyright (c) 2020 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 @@ -56,7 +56,7 @@ mkdir -p %{buildroot}%{_bindir} install -Dpm 0755 dd_rhelp %{buildroot}%{_bindir} -%if !0%{?usrmerged} +%if 0%{?suse_version} < 1550 mkdir %{buildroot}/bin ln -sf %{_bindir}/dd_rhelp %{buildroot}/bin %endif @@ -68,7 +68,7 @@ %defattr(-,root,root,-) %doc COPYING ChangeLog FAQ NEWS README THANKS TODO doc/example.txt %{_bindir}/dd_rhelp -%if !0%{?usrmerged} +%if 0%{?suse_version} < 1550 /bin/dd_rhelp %endif