diff --git a/libzypp-17.33.0.tar.bz2 b/libzypp-17.33.0.tar.bz2 deleted file mode 100644 index 75b13ea..0000000 --- a/libzypp-17.33.0.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0cad6ea8ad4ee8aee38d8945d4ee260119f9833ebfdbb7ffdebe6bfab0fc65e7 -size 5599446 diff --git a/libzypp-17.33.1.tar.bz2 b/libzypp-17.33.1.tar.bz2 new file mode 100644 index 0000000..fe8e937 --- /dev/null +++ b/libzypp-17.33.1.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff164156ee8a28c044a4d87f970a3407e43d1444a358babee52ae7b3cc1a16c9 +size 5599764 diff --git a/libzypp.changes b/libzypp.changes index 3555417..261942b 100644 --- a/libzypp.changes +++ b/libzypp.changes @@ -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 + +- switch to reduced size libsolv-tools-base (jsc#PED-8153) + ------------------------------------------------------------------- Fri May 3 12:52:22 CEST 2024 - ma@suse.de diff --git a/libzypp.spec b/libzypp.spec index 4a861bf..8a89a03 100644 --- a/libzypp.spec +++ b/libzypp.spec @@ -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