Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package dump for openSUSE:Factory checked in at 2026-03-06 18:16:38 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/dump (Old) and /work/SRC/openSUSE:Factory/.dump.new.561 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "dump" Fri Mar 6 18:16:38 2026 rev:29 rq:1336571 version:0.4b53 Changes: -------- --- /work/SRC/openSUSE:Factory/dump/dump.changes 2026-02-26 18:37:21.705378040 +0100 +++ /work/SRC/openSUSE:Factory/.dump.new.561/dump.changes 2026-03-06 18:16:46.399624107 +0100 @@ -1,0 +2,6 @@ +Mon Mar 2 18:34:30 UTC 2026 - Antonio Teixeira <[email protected]> + +- Remove update-alternatives %post scripts for SLES 16.x future releases + (jsc#PED-15644, bsc#1245893) + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ dump.spec ++++++ --- /var/tmp/diff_new_pack.oAJH4e/_old 2026-03-06 18:16:47.131654633 +0100 +++ /var/tmp/diff_new_pack.oAJH4e/_new 2026-03-06 18:16:47.135654799 +0100 @@ -55,7 +55,9 @@ %package rmt Summary: Provides certain programs with access to remote tape devices Group: Productivity/Archiving/Backup +%if %{suse_version} <= 1600 || %{suse_version} >= 1699 Requires(post): update-alternatives +%endif Provides: rmt Conflicts: rmt @@ -88,10 +90,12 @@ ln -s %{_bindir}/ermt %{buildroot}%{_bindir}/rmt ln -s %{_mandir}/man1/ermt.1 %{buildroot}%{_mandir}/man1/rmt.1 +%if %{suse_version} <= 1600 || %{suse_version} >= 1699 %post rmt if [ ! -f %{_bindir}/ermt ] ; then "%{_sbindir}/update-alternatives" --remove rmt %{_bindir}/ermt fi +%endif %files %{_sbindir}/dump
