Update to last successful build

9d6d1c7ae17bbb01502c2d1f27bf13f679e97496 changes 17.28.5 (22)

OBS-URL: https://build.opensuse.org/package/show/zypp:Head/libzypp?expand=0&rev=2360
This commit is contained in:
2021-10-04 11:42:13 +00:00
committed by Git OBS Bridge
parent 093d73391c
commit 7b8192c6b9
4 changed files with 19 additions and 4 deletions

View File

@@ -1,3 +1,18 @@
-------------------------------------------------------------------
Mon Oct 4 12:46:46 CEST 2021 - ma@suse.de
- Downloader does not respect checkExistsOnly flag (bsc#1190712)
A missing check causes zyppng::Downloader to always download full
files even if the checkExistsOnly flag is set. This patch adds
the missing logic.
- Fix kernel-*-livepatch removal in purge-kernels (bsc#1190815)
The kernel-*-livepatch packages are supposed to serve as a stable
handle for the ephemeral kernel livepatch packages. See
FATE#320268 for details. As part of the kernel live patching
ecosystem, kernel-*-livepatch packages should not block the
purge-kernels step.
- version 17.28.5 (22)
-------------------------------------------------------------------
Fri Sep 17 10:41:56 CEST 2021 - ma@suse.de