Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package cpio for openSUSE:Factory checked in at 2026-03-06 18:17:48 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/cpio (Old) and /work/SRC/openSUSE:Factory/.cpio.new.561 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "cpio" Fri Mar 6 18:17:48 2026 rev:72 rq:1336573 version:2.15 Changes: -------- --- /work/SRC/openSUSE:Factory/cpio/cpio.changes 2025-06-24 20:45:17.610714354 +0200 +++ /work/SRC/openSUSE:Factory/.cpio.new.561/cpio.changes 2026-03-06 18:18:16.843380145 +0100 @@ -1,0 +2,6 @@ +Mon Mar 2 16:41:55 UTC 2026 - Antonio Teixeira <[email protected]> + +- Remove update-alternatives %post scripts for SLES 16.x future releases + (jsc#PED-15643, bsc#1245890) + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ cpio.spec ++++++ --- /var/tmp/diff_new_pack.O8F5us/_old 2026-03-06 18:18:17.759418217 +0100 +++ /var/tmp/diff_new_pack.O8F5us/_new 2026-03-06 18:18:17.763418384 +0100 @@ -1,7 +1,7 @@ # # spec file for package cpio # -# Copyright (c) 2025 SUSE LLC +# Copyright (c) 2026 SUSE LLC and contributors # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -60,7 +60,9 @@ Summary: Tape drive control utility Group: Productivity/Archiving/Backup Requires: %{name} = %{version} +%if %{suse_version} <= 1600 || %{suse_version} >= 1699 Requires(post): update-alternatives +%endif Provides: mt Conflicts: mt @@ -97,10 +99,12 @@ %check make %{?_smp_mflags} check +%if %{suse_version} <= 1600 || %{suse_version} >= 1699 %post mt if [ ! -f %{_bindir}/gnumt ] ; then "%{_sbindir}/update-alternatives" --remove mt %{_bindir}/gnumt fi +%endif %post %install_info --info-dir=%{_infodir} %{_infodir}/%{name}.info%{ext_info}
