Accepting request 758494 from zypp:Head
Softwarestack update OBS-URL: https://build.opensuse.org/request/show/758494 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libzypp?expand=0&rev=419
This commit is contained in:
commit
bc60d2b29e
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a30ac04b5ed64cf1f6219e7e512375a6f897f8c8fe870baf41b8c85663980910
|
||||
size 4731312
|
3
libzypp-17.20.0.tar.bz2
Normal file
3
libzypp-17.20.0.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:27d47f06dd0127cfef96f694d3e4cb28ca8ad46d8f94942fae30274eba993a75
|
||||
size 4741564
|
@ -1,3 +1,36 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 19 13:28:00 CET 2019 - ma@suse.de
|
||||
|
||||
- BuildRequires: libsolv-devel >= 0.7.10.
|
||||
- RpmDb: Become rpmdb backend independent (jsc#SLE-7272)
|
||||
- RpmDb: Close API offering a custom rpmdb path
|
||||
It's actually not needed and for this to work also libsolv needs
|
||||
to support it. You can sill use a librpmDb::db_const_iterator to
|
||||
access a database at a custom location (ro).
|
||||
- Remove legacy rpmV3database conversion code.
|
||||
- version 17.20.0 (20)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 11 09:51:10 CET 2019 - ma@suse.de
|
||||
|
||||
- MediaCurl: assert cookie file has mode 0600 (bsc#1158763, CVE-2019-18900)
|
||||
- version 17.19.0 (12)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 9 10:22:56 CET 2019 - ma@suse.de
|
||||
|
||||
- dup: fix removing orphaned packages dropped by to-be-installed
|
||||
products (bsc#1155819)
|
||||
- version 17.18.1 (12)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 5 14:23:52 CET 2019 - ma@suse.de
|
||||
|
||||
- Resolver: add solution actions for SOLVER_SOLUTION_BLACK
|
||||
(retracted/PTF)
|
||||
- Solvable: add isRetracted and isPtf attributes.
|
||||
- version 17.18.0 (12)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 28 18:20:04 CET 2019 - ma@suse.de
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: libzypp
|
||||
Version: 17.17.0
|
||||
Version: 17.20.0
|
||||
Release: 0
|
||||
Url: https://github.com/openSUSE/libzypp
|
||||
Summary: Library for package, patch, pattern and product management
|
||||
@ -71,7 +71,7 @@ BuildRequires: pkgconfig
|
||||
BuildRequires: pkg-config
|
||||
%endif
|
||||
|
||||
BuildRequires: libsolv-devel >= 0.7.8
|
||||
BuildRequires: libsolv-devel >= 0.7.10
|
||||
%if 0%{?suse_version} >= 1100
|
||||
BuildRequires: libsolv-tools
|
||||
%requires_eq libsolv-tools
|
||||
|
Loading…
Reference in New Issue
Block a user