Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package dosfstools for openSUSE:Factory checked in at 2023-01-06 17:04:55 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/dosfstools (Old) and /work/SRC/openSUSE:Factory/.dosfstools.new.1563 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "dosfstools" Fri Jan 6 17:04:55 2023 rev:57 rq:1056120 version:4.2 Changes: -------- --- /work/SRC/openSUSE:Factory/dosfstools/dosfstools.changes 2022-02-06 23:53:55.002966503 +0100 +++ /work/SRC/openSUSE:Factory/.dosfstools.new.1563/dosfstools.changes 2023-01-06 17:05:26.344142071 +0100 @@ -1,0 +2,5 @@ +Tue Dec 27 10:33:50 UTC 2022 - Ludwig Nussel <lnus...@suse.com> + +- Replace transitional %usrmerged macro with regular version check (boo#1206798) + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ dosfstools.spec ++++++ --- /var/tmp/diff_new_pack.dCy3Ws/_old 2023-01-06 17:05:26.812144699 +0100 +++ /var/tmp/diff_new_pack.dCy3Ws/_new 2023-01-06 17:05:26.816144722 +0100 @@ -1,7 +1,7 @@ # # spec file for package dosfstools # -# 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 @@ -48,7 +48,7 @@ %install %make_install -%if !0%{?usrmerged} +%if 0%{?suse_version} < 1550 mkdir %{buildroot}/sbin ln -sf %{_sbindir}/{dosfsck,dosfslabel,mkdosfs,fsck.msdos,mkfs.msdos,fsck.fat,fsck.vfat,mkfs.fat,mkfs.vfat} %{buildroot}/sbin %endif @@ -58,7 +58,7 @@ %files %doc %{_docdir}/dosfstools -%if !0%{?usrmerged} +%if 0%{?suse_version} < 1550 /sbin/* %endif %{_sbindir}/dosfsck