Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package dmraid for openSUSE:Factory checked in at 2023-01-07 17:16:00 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/dmraid (Old) and /work/SRC/openSUSE:Factory/.dmraid.new.1563 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "dmraid" Sat Jan 7 17:16:00 2023 rev:63 rq:1056297 version:1.0.0.rc16.3 Changes: -------- --- /work/SRC/openSUSE:Factory/dmraid/dmraid.changes 2022-05-31 15:46:56.891970928 +0200 +++ /work/SRC/openSUSE:Factory/.dmraid.new.1563/dmraid.changes 2023-01-07 17:16:15.600919470 +0100 @@ -1,0 +2,5 @@ +Tue Dec 27 10:33:15 UTC 2022 - Ludwig Nussel <lnus...@suse.com> + +- Replace transitional %usrmerged macro with regular version check (boo#1206798) + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ dmraid.spec ++++++ --- /var/tmp/diff_new_pack.iBkH0a/_old 2023-01-07 17:16:16.272923479 +0100 +++ /var/tmp/diff_new_pack.iBkH0a/_new 2023-01-07 17:16:16.276923503 +0100 @@ -1,7 +1,7 @@ # # spec file for package dmraid # -# 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 @@ -16,7 +16,7 @@ # -%if 0%{?usrmerged} +%if 0%{?suse_version} >= 1550 %define sbindir %_sbindir %else %define sbindir /sbin @@ -110,7 +110,7 @@ rm -r autom4te.cache %configure \ --with-usrlibdir=%{_libdir} \ -%if !0%{?usrmerged} +%if 0%{?suse_version} < 1550 --sbindir=%{sbindir} \ %endif --with-user=`id -nu` --with-group=`id -ng` \