Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package mdadm for openSUSE:Factory checked in at 2023-07-26 13:21:48 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/mdadm (Old) and /work/SRC/openSUSE:Factory/.mdadm.new.15225 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "mdadm" Wed Jul 26 13:21:48 2023 rev:144 rq:1100535 version:4.2 Changes: -------- --- /work/SRC/openSUSE:Factory/mdadm/mdadm.changes 2023-05-28 19:21:21.840434141 +0200 +++ /work/SRC/openSUSE:Factory/.mdadm.new.15225/mdadm.changes 2023-07-26 13:21:55.911309184 +0200 @@ -1,0 +2,6 @@ +Mon Jul 24 15:31:30 UTC 2023 - Ludwig Nussel <lnus...@suse.com> + +- mdadm.spec: replace transitional %usrmerged macro with regular + version check (boo#1206798) + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ mdadm.spec ++++++ --- /var/tmp/diff_new_pack.Lkm7tl/_old 2023-07-26 13:21:57.191316430 +0200 +++ /var/tmp/diff_new_pack.Lkm7tl/_new 2023-07-26 13:21:57.195316452 +0200 @@ -197,7 +197,7 @@ install -d %{buildroot}%{_systemdshutdowndir} install -d %{buildroot}%{_sbindir} ln -s %{_sbindir}/service %{buildroot}%{_sbindir}/rcmdmonitor -%if !0%{?usrmerged} +%if 0%{?suse_version} < 1550 mkdir -p %{buildroot}/sbin ln -s %{_sbindir}/mdadm %{buildroot}/sbin/mdadm ln -s %{_sbindir}/mdmon %{buildroot}/sbin/mdmon @@ -230,7 +230,7 @@ %doc Software-RAID.HOWTO/Software-RAID.HOWTO*{.txt,.html} %doc %{_mandir}/man?/* %{_sbindir}/* -%if !0%{?usrmerged} +%if 0%{?suse_version} < 1550 /sbin/mdadm /sbin/mdmon %endif