Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package e2fsprogs for openSUSE:Factory checked in at 2023-01-07 17:15:41 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/e2fsprogs (Old) and /work/SRC/openSUSE:Factory/.e2fsprogs.new.1563 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "e2fsprogs" Sat Jan 7 17:15:41 2023 rev:127 rq:1055823 version:1.46.5 Changes: -------- --- /work/SRC/openSUSE:Factory/e2fsprogs/e2fsprogs.changes 2022-09-17 20:08:35.796855120 +0200 +++ /work/SRC/openSUSE:Factory/.e2fsprogs.new.1563/e2fsprogs.changes 2023-01-07 17:15:45.376739158 +0100 @@ -1,0 +2,5 @@ +Tue Dec 27 10:34:50 UTC 2022 - Ludwig Nussel <lnus...@suse.com> + +- Replace transitional %usrmerged macro with regular version check (boo#1206798) + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ e2fsprogs.spec ++++++ --- /var/tmp/diff_new_pack.oL9aEC/_old 2023-01-07 17:15:46.264744456 +0100 +++ /var/tmp/diff_new_pack.oL9aEC/_new 2023-01-07 17:15:46.268744479 +0100 @@ -1,7 +1,7 @@ # # spec file for package e2fsprogs # -# 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 @@ -243,7 +243,7 @@ rm $RPM_BUILD_ROOT%{_libdir}/e2initrd_helper -%if !0%{?usrmerged} +%if 0%{?suse_version} < 1550 mkdir %{buildroot}/sbin ln -s %{_sbindir}/badblocks %{buildroot}/sbin/badblocks ln -s %{_sbindir}/debugfs %{buildroot}/sbin/debugfs @@ -326,7 +326,7 @@ %license NOTICE %endif %config /etc/mke2fs.conf -%if !0%{?usrmerged} +%if 0%{?suse_version} < 1550 /sbin/badblocks /sbin/debugfs /sbin/dumpe2fs @@ -400,7 +400,7 @@ %files -n libext2fs2 %defattr(-, root, root) -%if !0%{?usrmerged} +%if 0%{?suse_version} < 1550 /%{_lib}/libext2fs.so.* /%{_lib}/libe2p.so.* %endif @@ -418,7 +418,7 @@ %files -n libcom_err2 %defattr(-, root, root) -%if !0%{?usrmerged} +%if 0%{?suse_version} < 1550 /%{_lib}/libcom_err.so.* /%{_lib}/libss.so.* %endif