diff --git a/libzypp-17.34.1.tar.bz2 b/libzypp-17.34.1.tar.bz2 deleted file mode 100644 index c21beeb..0000000 --- a/libzypp-17.34.1.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:59c45dd4e1bba245e69e0ca2345d01cf7d024f62bca0fa34aa97530c1bc76635 -size 5611920 diff --git a/libzypp-17.34.2.tar.bz2 b/libzypp-17.34.2.tar.bz2 new file mode 100644 index 0000000..b85626b --- /dev/null +++ b/libzypp-17.34.2.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f38c899c5f1db633957be2fd03818ecd68239649874494486cfc69bb1a7578bd +size 5611067 diff --git a/libzypp.changes b/libzypp.changes index 13d6fbd..e1dc54d 100644 --- a/libzypp.changes +++ b/libzypp.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Mon Jun 24 12:48:00 CEST 2024 - ma@suse.de + +- Workaround broken libsolv-tools-base requirements (fixes + openSUSE/zypper#551) +- Strip ssl_clientkey from repo urls (bsc#1226030) +- Remove protobuf build dependency. +- Lazily attach medium during refresh workflows (bsc#1223094) +- Refactor RepoManager and add Service workflows. +- version 17.34.2 (34) + ------------------------------------------------------------------- Fri May 31 12:19:45 CEST 2024 - ma@suse.de diff --git a/libzypp.spec b/libzypp.spec index 94d86db..a8ca599 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.34.1 +Version: 17.34.2 Release: 0 License: GPL-2.0-or-later URL: https://github.com/openSUSE/libzypp @@ -120,6 +120,7 @@ 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 +Requires: ( findutils if libsolv-tools-base <= 0.7.31 ) %else BuildRequires: libsolv-tools %requires_eq libsolv-tools