gitrev c1fb0d8b3 (changes 17.33.1 (33), 2024-05-03)

OBS-URL: https://build.opensuse.org/package/show/zypp:Head/libzypp?expand=0&rev=2702
This commit is contained in:
ZYpp Developers 2024-05-03 12:17:45 +00:00 committed by Git OBS Bridge
parent 61b7c05f32
commit 0d68dd1928
4 changed files with 19 additions and 4 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:0cad6ea8ad4ee8aee38d8945d4ee260119f9833ebfdbb7ffdebe6bfab0fc65e7
size 5599446

3
libzypp-17.33.1.tar.bz2 Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:ff164156ee8a28c044a4d87f970a3407e43d1444a358babee52ae7b3cc1a16c9
size 5599764

View File

@ -1,3 +1,13 @@
-------------------------------------------------------------------
Fri May 3 14:06:58 CEST 2024 - ma@suse.de
- version 17.33.1 (33)
-------------------------------------------------------------------
Fri May 3 11:31:43 UTC 2024 - Dirk Müller <dmueller@suse.com>
- switch to reduced size libsolv-tools-base (jsc#PED-8153)
-------------------------------------------------------------------
Fri May 3 12:52:22 CEST 2024 - ma@suse.de

View File

@ -49,7 +49,7 @@
%bcond_with enable_preview_single_rpmtrans_as_default_for_zypper
Name: libzypp
Version: 17.33.0
Version: 17.33.1
Release: 0
License: GPL-2.0-or-later
URL: https://github.com/openSUSE/libzypp
@ -117,8 +117,13 @@ BuildRequires: pkg-config
%endif
BuildRequires: libsolv-devel >= 0.7.24
%if 0%{?suse_version} > 1500 || 0%{?sle_version} >= 150600
BuildRequires: libsolv-tools-base >= 0.7.29
%requires_eq libsolv-tools-base >= 0.7.29
%else
BuildRequires: libsolv-tools
%requires_eq libsolv-tools
%endif
BuildRequires: glib2-devel
BuildRequires: libsigc++2-devel