Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package unzip for openSUSE:Factory checked in at 2026-03-06 18:16:36 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/unzip (Old) and /work/SRC/openSUSE:Factory/.unzip.new.561 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "unzip" Fri Mar 6 18:16:36 2026 rev:52 rq:1336570 version:6.00 Changes: -------- --- /work/SRC/openSUSE:Factory/unzip/unzip-rcc.changes 2025-06-01 21:36:26.052991687 +0200 +++ /work/SRC/openSUSE:Factory/.unzip.new.561/unzip-rcc.changes 2026-03-06 18:16:43.939521521 +0100 @@ -1,0 +2,6 @@ +Mon Mar 2 16:52:14 UTC 2026 - Antonio Teixeira <[email protected]> + +- Remove update-alternatives %post scripts for SLES 16.x future releases + (jsc#PED-15658, jsc#PED-15659, bsc#1245929, bsc#1245930) + +------------------------------------------------------------------- unzip.changes: same change ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ unzip-rcc.spec ++++++ --- /var/tmp/diff_new_pack.eeFdTr/_old 2026-03-06 18:16:45.323579236 +0100 +++ /var/tmp/diff_new_pack.eeFdTr/_new 2026-03-06 18:16:45.327579403 +0100 @@ -1,7 +1,7 @@ # # spec file for package unzip-rcc # -# 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 @@ -66,7 +66,9 @@ # PATCH-FIX-UPSTREAM [email protected] CVE-2022-0529 bsc#1196180 Patch25: CVE-2022-0529.patch Patch26: unzip-time-decl.patch +%if %{suse_version} <= 1600 || %{suse_version} >= 1699 Requires(post): update-alternatives +%endif Recommends: %{_name}-doc BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -154,6 +156,7 @@ install -m 644 $i %{buildroot}%{_mandir}/man1/ done +%if %{suse_version} <= 1600 || %{suse_version} >= 1699 %post # remove old alternatives from when we were using update-alternatives # zipinfo was never provided as an alternative @@ -161,6 +164,7 @@ %{_sbindir}/update-alternatives --remove $bin "%{_bindir}/$bin"-plain %{_sbindir}/update-alternatives --remove $bin "%{_bindir}/$bin"-rcc done +%endif %files %defattr(-,root,root) ++++++ unzip.spec ++++++ --- /var/tmp/diff_new_pack.eeFdTr/_old 2026-03-06 18:16:45.391582072 +0100 +++ /var/tmp/diff_new_pack.eeFdTr/_new 2026-03-06 18:16:45.391582072 +0100 @@ -1,7 +1,7 @@ # # spec file for package unzip # -# 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 @@ -66,7 +66,9 @@ # PATCH-FIX-UPSTREAM [email protected] CVE-2022-0529 bsc#1196180 Patch25: CVE-2022-0529.patch Patch26: unzip-time-decl.patch +%if %{suse_version} <= 1600 || %{suse_version} >= 1699 Requires(post): update-alternatives +%endif Recommends: %{_name}-doc BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -154,6 +156,7 @@ install -m 644 $i %{buildroot}%{_mandir}/man1/ done +%if %{suse_version} <= 1600 || %{suse_version} >= 1699 %post # remove old alternatives from when we were using update-alternatives # zipinfo was never provided as an alternative @@ -161,6 +164,7 @@ %{_sbindir}/update-alternatives --remove $bin "%{_bindir}/$bin"-plain %{_sbindir}/update-alternatives --remove $bin "%{_bindir}/$bin"-rcc done +%endif %files %defattr(-,root,root)
