Compare commits

4 Commits
main ... 1.1

4 changed files with 49 additions and 6 deletions

BIN
zypper-1.14.88.tar.bz2 (Stored with Git LFS)

Binary file not shown.

BIN
zypper-1.14.93.tar.bz2 (Stored with Git LFS) Normal file

Binary file not shown.

View File

@@ -1,3 +1,47 @@
-------------------------------------------------------------------
Fri Jul 18 20:33:46 CEST 2025 - ma@suse.de
- Fix addrepo to handle explicit --check and --no-check requests
(bsc#1246466)
- Accept "show" as alias for "info" (bsc#1245985)
- version 1.14.93
-------------------------------------------------------------------
Fri Jul 4 18:53:57 CEST 2025 - ma@suse.de
- sh: Reset solver options after command (bsc#1245496)
- Explicitly selecting DownloadAsNeeded also selects the
classic_rpmtrans backend.
- version 1.14.92
-------------------------------------------------------------------
Wed Jun 18 12:26:40 CEST 2025 - ma@suse.de
- BuildRequires: libzypp-devel >= 17.37.6.
Enhancements regarding mirror handling during repo refresh. Adapt
to libzypp API changes. (bsc#1230267)
- version 1.14.91
-------------------------------------------------------------------
Thu May 22 16:26:42 CEST 2025 - ma@suse.de
- BuildRequires: libzypp-devel >= 17.37.0.
- Use libzypp improvements for preload and mirror handling.
- xmlout.rnc: Update repo-element (bsc#1241463)
Add the "metalink" attribute and reflect that the "url" elements
list may in fact be empty, if no baseurls are defined in the
.repo files.
- man: update --allow-unsigned-rpm description.
Explain how to achieve the same for packages provided by
repositories.
- version 1.14.90
-------------------------------------------------------------------
Wed Apr 30 12:56:34 CEST 2025 - ma@suse.de
- Updated translations (bsc#1230267)
- version 1.14.89
-------------------------------------------------------------------
Thu Mar 13 16:50:20 CET 2025 - ma@suse.de
@@ -3646,7 +3690,6 @@ Wed Jun 8 13:11:23 CEST 2011 - ma@suse.de
- Adapt to changed ZYppCommitResult api.
-------------------------------------------------------------------
Mon Jun 6 14:49:06 CEST 2011 - dheidler@suse.de
- fix crashing zypper when there are double config entries

View File

@@ -17,7 +17,7 @@
Name: zypper
Version: 1.14.88
Version: 1.14.93
Release: 0
Source: %{name}-%{version}.tar.bz2
Source1: %{name}-rpmlintrc
@@ -31,7 +31,7 @@ BuildRequires: boost-devel >= 1.33.1
BuildRequires: cmake >= 3.10
BuildRequires: gcc-c++ >= 7
BuildRequires: gettext-devel >= 0.15
BuildRequires: libzypp-devel >= 17.36.4
BuildRequires: libzypp-devel >= 17.37.12
BuildRequires: readline-devel >= 5.1
BuildRequires: libxml2-devel