Update to last successful build

32e3446db9aa7096ffd4d29665f6828e33352278 changes 17.28.6 (22)

OBS-URL: https://build.opensuse.org/package/show/zypp:Head/libzypp?expand=0&rev=2366
This commit is contained in:
2021-10-18 11:17:07 +00:00
committed by Git OBS Bridge
parent db32c8fcca
commit 93db45a08a
4 changed files with 23 additions and 4 deletions

View File

@@ -1,3 +1,22 @@
-------------------------------------------------------------------
Mon Oct 18 12:02:57 CEST 2021 - ma@suse.de
- Zypper should keep cached files if transaction is aborted
(bsc#1190356)
Singletrans mode currently does not keep files around if the
transaction is aborted. This patch fixes the problem.
- Require a minimum number of mirrors for multicurl (bsc#1191609)
- Use procfs to detect nr of open fd's if rlimit is too high
(bsc#1191324)
Especially in a VM iterating over all possible fd's to close open
ones right before a exec() slows down zypper unnecessarily. This
patch uses /proc/self/fd to iterate over open fd's in case rlimit
is above 1024.
- po: Fix some lost '%' signs in positional args (bsc#1191370)
- RepoManager: Don't probe for plaindir repo if URL schema is
plugin: (bsc#1191286)
- version 17.28.6 (22)
-------------------------------------------------------------------
Mon Oct 4 12:46:46 CEST 2021 - ma@suse.de