gitrev f6706de5f (changes 17.31.9 (22), 2023-03-31)
OBS-URL: https://build.opensuse.org/package/show/zypp:Head/libzypp?expand=0&rev=2543
This commit is contained in:
parent
d322aa598a
commit
2a2f900e2b
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:333fbdd703aa61a17454739643c6396cf99a3c6af2bc0f47dad7a387df5efa98
|
||||
size 5657011
|
3
libzypp-17.31.9.tar.bz2
Normal file
3
libzypp-17.31.9.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e2210700e523bae30b52fe367d287d21e04a1833ce54257f3c74f0d8e0bda78b
|
||||
size 5655843
|
@ -1,3 +1,26 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 31 18:35:00 CEST 2023 - ma@suse.de
|
||||
|
||||
- Workround bsc#1195633 while libsolv <= 0.7.23 is used.
|
||||
- Fix potential endless loop in new ZYPP_MEDIANETWORK.
|
||||
- ZYPP_METALINK_DEBUG=1: Log URL and priority of the mirrors
|
||||
parsed from a metalink file.
|
||||
- multicurl: propagate ssl settings stored in repo url
|
||||
(boo#1127591)
|
||||
Closes #335.
|
||||
- Teach MediaNetwork to retry on HTTP2 errors.
|
||||
- fix CapDetail to return Rel::NONE if an EXPRESSION is used as a
|
||||
NAMED cap.
|
||||
- Capability: support parsing richdeps from string.
|
||||
- defaultLoadSystem: default to LS_NOREFRESH if not root.
|
||||
- Detect x86_64_v[234]: Fix LZCNT bit used in detection (fixes
|
||||
#439)
|
||||
Merges pm-software-management/rpm#2412: The bit for LZCNT is in
|
||||
CPUID 0x80000001, not 1.
|
||||
- Detect x86_64_v[234] architecture levels (fixes #439)
|
||||
- Support x86_64_v[234] architecture levels (for #439)
|
||||
- version 17.31.9 (22)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 13 16:48:56 CET 2023 - ma@suse.de
|
||||
|
||||
|
@ -42,7 +42,7 @@
|
||||
%bcond_with enable_preview_single_rpmtrans_as_default_for_zypper
|
||||
|
||||
Name: libzypp
|
||||
Version: 17.31.8
|
||||
Version: 17.31.9
|
||||
Release: 0
|
||||
License: GPL-2.0+
|
||||
Url: https://github.com/openSUSE/libzypp
|
||||
@ -104,6 +104,7 @@ BuildRequires: libsolv-devel >= 0.7.17
|
||||
%if 0%{?suse_version} >= 1100
|
||||
BuildRequires: libsolv-tools
|
||||
%requires_eq libsolv-tools
|
||||
Requires: ( findutils if libsolv-tools <= 0.7.23 )
|
||||
%else
|
||||
Requires: libsolv-tools
|
||||
%endif
|
||||
|
Loading…
Reference in New Issue
Block a user