diff --git a/libzypp-17.25.10.tar.bz2 b/libzypp-17.25.10.tar.bz2 deleted file mode 100644 index c9e1f1c..0000000 --- a/libzypp-17.25.10.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7d62e9d4c84c662eef341bb705ba111fe1c2131314212066451f2d05a3267c9c -size 4847231 diff --git a/libzypp-17.26.0.tar.bz2 b/libzypp-17.26.0.tar.bz2 new file mode 100644 index 0000000..7dd6d52 --- /dev/null +++ b/libzypp-17.26.0.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:605e191ac16e22308977d5ac14766d84c41f66c72b918896be6827f5af63109d +size 4838731 diff --git a/libzypp.changes b/libzypp.changes index b93dd15..650c34b 100644 --- a/libzypp.changes +++ b/libzypp.changes @@ -1,9 +1,35 @@ +------------------------------------------------------------------- +Tue Jun 1 19:10:35 CEST 2021 - ma@suse.de + +- Work around download.o.o broken https redirects. +- Allow trusted repos to add additional signing keys (bsc#1184326) + Repositories signed with a trusted gpg key may import additional + package signing keys. This is needed if different keys were used + to sign the the packages shipped by the repository. +- MediaCurl: Fix logging of redirects. +- Use 15.3 resolver problem and solution texts on all distros. +- $ZYPP_LOCK_TIMEOUT: Let negative values wait forever for the + zypp lock (bsc#1184399) + Helps boot time services like 'zypper purge-kernels' to wait for + the zypp lock until other services using zypper have completed. +- Fix purge-kernels is broken in Leap 15.3 (bsc#1185325) + Leap 15.3 introduces a new kernel package called + kernel-flavour-extra, which contain kmp's. Currently kmp's are + detected by name ".*-kmp(-.*)?" but this does not work which + those new packages. This patch fixes the problem by checking + packages for kmod(*) and ksym(*) provides and only falls back to + name checking if the package in question does not provide one of + those. +- Introduce zypp-runpurge, a tool to run purge-kernels on + testcases. +- version 17.26.0 (22) + ------------------------------------------------------------------- Wed Apr 28 15:34:01 CEST 2021 - ma@suse.de - Properly handle permission denied when providing optional files (bsc#1185239) -- Fix sevice detection with cgroupv2 (bsc#1184997) +- Fix service detection with cgroupv2 (bsc#1184997) - version 17.25.10 (22) ------------------------------------------------------------------- diff --git a/libzypp.spec b/libzypp.spec index cd7e17a..38f01e9 100644 --- a/libzypp.spec +++ b/libzypp.spec @@ -31,7 +31,7 @@ %bcond_without mediabackend_tests Name: libzypp -Version: 17.25.10 +Version: 17.26.0 Release: 0 URL: https://github.com/openSUSE/libzypp Summary: Library for package, patch, pattern and product management @@ -239,10 +239,6 @@ export CFLAGS="%{optflags}" export CXXFLAGS="%{optflags}" unset EXTRA_CMAKE_OPTIONS -%if 0%{?sle_version} == 150300 -export CXXFLAGS="$CXXFLAGS -DZYPPNEWSPPSWENPPYZ" -%endif - cmake -DCMAKE_INSTALL_PREFIX=%{_prefix} \ -DENABLE_BUILD_DOCS=TRUE \ -DENABLE_BUILD_TRANS=TRUE \