From 90758dbd9b4a4a5ca7972f7209f578e01a3c95dc Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sun, 19 Jan 2025 16:55:29 +0000 Subject: [PATCH 1/5] Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild --- zypper.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/zypper.spec b/zypper.spec index 9041229..a860d63 100644 --- a/zypper.spec +++ b/zypper.spec @@ -5,7 +5,7 @@ Name: zypper Version: 1.14.73 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Command line package manager using libzypp # Automatically converted from old format: GPLv2+ - review is highly recommended. @@ -150,6 +150,9 @@ popd %changelog +* Sun Jan 19 2025 Fedora Release Engineering - 1.14.73-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild + * Fri Jul 26 2024 Miroslav Suchý - 1.14.73-3 - convert license to SPDX From b04b95e76475a7390153346e82538b41a4bdcb8b Mon Sep 17 00:00:00 2001 From: Neal Gompa Date: Wed, 19 Mar 2025 16:33:33 -0400 Subject: [PATCH 2/5] Rebase to 1.14.88 --- sources | 2 +- zypper.spec | 19 ++++++++++++++----- 2 files changed, 15 insertions(+), 6 deletions(-) diff --git a/sources b/sources index 7866dc3..a0ea5af 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (zypper-1.14.73.tar.gz) = 6463cbc196a0759ba297c77bb08b0d24aad9500a1d61e8f10fe13927e041c5659f1cf5c3761621a824bd4aaa5789c9386c85b6be12b9031871fe11d8b1221ae3 +SHA512 (zypper-1.14.88.tar.gz) = e905d981d99aa23a0d32973da90885ca986ad371fc87bfeed4f701ad652fc010625324971275270ddcd6f4b8c860161b264d2e16cd047d94de49bce3229372ee diff --git a/zypper.spec b/zypper.spec index a860d63..36fbe72 100644 --- a/zypper.spec +++ b/zypper.spec @@ -1,11 +1,11 @@ # Force out of source build %undefine __cmake_in_source_build -%global min_libzypp_ver 17.34.1 +%global min_libzypp_ver 17.36.4 Name: zypper -Version: 1.14.73 -Release: 4%{?dist} +Version: 1.14.88 +Release: 1%{?dist} Summary: Command line package manager using libzypp # Automatically converted from old format: GPLv2+ - review is highly recommended. @@ -15,7 +15,7 @@ Source0: https://github.com/openSUSE/zypper/archive/%{version}/%{name}-%{ BuildRequires: %{_bindir}/asciidoctor BuildRequires: %{_bindir}/xsltproc -BuildRequires: cmake >= 3.1 +BuildRequires: cmake >= 3.5 BuildRequires: gcc BuildRequires: gcc-c++ BuildRequires: perl-generators @@ -27,7 +27,6 @@ BuildRequires: readline-devel BuildRequires: libxml2-devel BuildRequires: libzypp-devel >= %{min_libzypp_ver} Requires: libzypp%{?_isa} >= %{min_libzypp_ver} -Requires: procps # Blech, apparently we don't want bash-completion always... Cf. rhbz#1652183 Recommends: bash-completion @@ -41,6 +40,7 @@ Provides: zypper(oldpackage) Provides: zypper(updatestack-only) Provides: zypper(auto-agree-with-product-licenses) Provides: zypper(purge-kernels) +Provides: zypper(include-all-archs) %description @@ -107,6 +107,12 @@ ln -sf zypp-aptitude %{buildroot}%{_bindir}/zypp-apt-get rm %{buildroot}%{_bindir}/apt ln -sf zypp-aptitude %{buildroot}%{_bindir}/zypp-apt +%if "%{_sbindir}" != "/usr/sbin" +# If sbin-bin merge, move everything accordingly +mv %{buildroot}%{_prefix}/sbin/* %{buildroot}%{_sbindir} +rmdir %{buildroot}%{_prefix}/sbin +%endif + # Remove conflicting man page and rename needs-restarting rm %{buildroot}%{_mandir}/man1/needs-restarting.1* mv %{buildroot}%{_bindir}/needs-restarting %{buildroot}%{_bindir}/zypp-needs-restarting @@ -150,6 +156,9 @@ popd %changelog +* Wed Mar 19 2025 Neal Gompa - 1.14.88-1 +- Rebase to 1.14.88 + * Sun Jan 19 2025 Fedora Release Engineering - 1.14.73-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild From 7ce7087eb1a67d69633625d381a8c193878e59f3 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 25 Jul 2025 21:22:22 +0000 Subject: [PATCH 3/5] Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild --- zypper.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/zypper.spec b/zypper.spec index 36fbe72..66c9265 100644 --- a/zypper.spec +++ b/zypper.spec @@ -5,7 +5,7 @@ Name: zypper Version: 1.14.88 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Command line package manager using libzypp # Automatically converted from old format: GPLv2+ - review is highly recommended. @@ -156,6 +156,9 @@ popd %changelog +* Fri Jul 25 2025 Fedora Release Engineering - 1.14.88-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild + * Wed Mar 19 2025 Neal Gompa - 1.14.88-1 - Rebase to 1.14.88 From 668a5f4ac7a9850e5934ce9c373f820200877ef9 Mon Sep 17 00:00:00 2001 From: Neal Gompa Date: Fri, 16 Jan 2026 06:59:43 -0500 Subject: [PATCH 4/5] Update to 1.14.94 --- sources | 2 +- zypper.spec | 9 ++++++--- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/sources b/sources index a0ea5af..e96c468 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (zypper-1.14.88.tar.gz) = e905d981d99aa23a0d32973da90885ca986ad371fc87bfeed4f701ad652fc010625324971275270ddcd6f4b8c860161b264d2e16cd047d94de49bce3229372ee +SHA512 (zypper-1.14.94.tar.gz) = 579f91def0c0e79ba81fe73341302ba1a8942a9878d2305ca11fb0a7747936612ed6eb91c68e6a0199687fd06ac0b9dc2fbae5dd9b895e484aa204b2b519dc2e diff --git a/zypper.spec b/zypper.spec index 66c9265..24970b9 100644 --- a/zypper.spec +++ b/zypper.spec @@ -1,11 +1,11 @@ # Force out of source build %undefine __cmake_in_source_build -%global min_libzypp_ver 17.36.4 +%global min_libzypp_ver 17.37.12 Name: zypper -Version: 1.14.88 -Release: 2%{?dist} +Version: 1.14.94 +Release: 1%{?dist} Summary: Command line package manager using libzypp # Automatically converted from old format: GPLv2+ - review is highly recommended. @@ -156,6 +156,9 @@ popd %changelog +* Fri Jan 16 2026 Neal Gompa - 1.14.94-1 +- Update to 1.14.94 + * Fri Jul 25 2025 Fedora Release Engineering - 1.14.88-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild From 360355bfb5e1e0741dada86d9e50c3a45969d229 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 17 Jul 2026 09:45:07 +0000 Subject: [PATCH 5/5] Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild --- zypper.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/zypper.spec b/zypper.spec index 24970b9..472978a 100644 --- a/zypper.spec +++ b/zypper.spec @@ -5,7 +5,7 @@ Name: zypper Version: 1.14.94 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Command line package manager using libzypp # Automatically converted from old format: GPLv2+ - review is highly recommended. @@ -156,6 +156,9 @@ popd %changelog +* Fri Jul 17 2026 Fedora Release Engineering - 1.14.94-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild + * Fri Jan 16 2026 Neal Gompa - 1.14.94-1 - Update to 1.14.94