From 0fab95776bddb15c16bcc1986a6b915939aa19f7866584b4481f32f27b87d577 Mon Sep 17 00:00:00 2001 From: ZYpp Developers Date: Mon, 26 Jul 2021 10:06:27 +0000 Subject: [PATCH] Update to last successful build a413f47db688168a6fd02b825def886816489693 changes 17.28.0 (22) OBS-URL: https://build.opensuse.org/package/show/zypp:Head/libzypp?expand=0&rev=2343 --- libzypp-17.27.0.tar.bz2 | 3 --- libzypp-17.28.0.tar.bz2 | 3 +++ libzypp.changes | 33 +++++++++++++++++++++++++++++++++ libzypp.spec | 2 +- 4 files changed, 37 insertions(+), 4 deletions(-) delete mode 100644 libzypp-17.27.0.tar.bz2 create mode 100644 libzypp-17.28.0.tar.bz2 diff --git a/libzypp-17.27.0.tar.bz2 b/libzypp-17.27.0.tar.bz2 deleted file mode 100644 index 93bfd6e..0000000 --- a/libzypp-17.27.0.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:65f42e77f5e8b800087b7bfa8bc4e6167e035031517c7c3f60a66a199b6592e2 -size 5349411 diff --git a/libzypp-17.28.0.tar.bz2 b/libzypp-17.28.0.tar.bz2 new file mode 100644 index 0000000..7d6e8d8 --- /dev/null +++ b/libzypp-17.28.0.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1009c251e7af56b62b199c3f608f28a1a1f3c884e3188442706e795594b51fc8 +size 5349467 diff --git a/libzypp.changes b/libzypp.changes index 930f9cf..f40c69d 100644 --- a/libzypp.changes +++ b/libzypp.changes @@ -1,3 +1,36 @@ +------------------------------------------------------------------- +Mon Jul 26 11:48:28 CEST 2021 - ma@suse.de + +- Rephrase vendor conflict message in case 2 packages are + involved (bsc#1187760) + This covers the case where not the packages itself would change + its vendor, but replaces a package from a different vendor. +- Fix solver jobs for PTFs (bsc#1186503) +- spec: switch to pkgconfig(openssl) +- Show key fpr from signature when signature check fails + (bsc#1187224) + Rpm by default only shows the short key ID when checking the + signature of a package fails. This patch reads the signatures + from the RPM headers and replaces she short IDs with the key + fingerprints fetched from the signatures. +- Implement alternative single transaction commit strategy. + This patch adds a experimental commit strategy that runs all + operations in a single rpm transaction, speeding up the execution + a lot. +- Use ZYPP_MEDIANETWORK=1 to enable the experimental new media + backend. +- Implement zchunk download, refactor Downloader backend. +- Fix purge-kernels fails with kernels from Kernel:HEAD + (bsc#1187738) + There recently was a change in the kernel package naming scheme + in regards to rc kernels. Since kernel upstream uses characters + in the version that are not allowed in rpm versions a "-rc" was + previously replaced with ".rc" which broke sorting by version, to + fix this issue it was replaced with "~rc", which unfortunately + broke the purge-kernels logic. This patch makes sure purge-kernel + does apply the same conversion. +- version 17.28.0 (22) + ------------------------------------------------------------------- Thu Jun 10 17:34:14 CEST 2021 - ma@suse.de diff --git a/libzypp.spec b/libzypp.spec index 4759cd4..a96438a 100644 --- a/libzypp.spec +++ b/libzypp.spec @@ -40,7 +40,7 @@ %endif Name: libzypp -Version: 17.27.0 +Version: 17.28.0 Release: 0 URL: https://github.com/openSUSE/libzypp Summary: Library for package, patch, pattern and product management