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
This commit is contained in:
parent
dd2305f27a
commit
0fab95776b
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:65f42e77f5e8b800087b7bfa8bc4e6167e035031517c7c3f60a66a199b6592e2
|
||||
size 5349411
|
3
libzypp-17.28.0.tar.bz2
Normal file
3
libzypp-17.28.0.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1009c251e7af56b62b199c3f608f28a1a1f3c884e3188442706e795594b51fc8
|
||||
size 5349467
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user