Sync from SUSE:SLFO:Main zypper revision edf73081e86e6819767dd96f2c57b7b8

This commit is contained in:
Adrian Schröter 2025-02-20 11:29:08 +01:00
parent 2e1b493cc4
commit 14ba87a10a
4 changed files with 27 additions and 5 deletions

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

Binary file not shown.

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

Binary file not shown.

View File

@ -1,3 +1,25 @@
-------------------------------------------------------------------
Wed Feb 12 16:02:10 CET 2025 - ma@suse.de
- Let zypper dup fail in case of (temporarily) unaccessible repos
(bsc#1228434, bsc#1236939, fixes #446)
- version 1.14.84
-------------------------------------------------------------------
Mon Feb 10 19:02:26 CET 2025 - ma@suse.de
- New system-architecture command (bsc#1236384)
Prints the detected system architecture.
- version 1.14.83
-------------------------------------------------------------------
Mon Feb 10 16:19:54 CET 2025 - ma@suse.de
- requires: libzypp >= 17.36.0.
- Change versioncmp command to return exit code according to the
comparison result (#593)
- version 1.14.82
-------------------------------------------------------------------
Wed Jan 22 18:05:15 CET 2025 - ma@suse.de

View File

@ -17,7 +17,7 @@
Name: zypper
Version: 1.14.81
Version: 1.14.84
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.35.19
BuildRequires: libzypp-devel >= 17.36.0
BuildRequires: readline-devel >= 5.1
BuildRequires: libxml2-devel