Accepting request 751740 from zypp:Head
Softwarestack update OBS-URL: https://build.opensuse.org/request/show/751740 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libzypp?expand=0&rev=418
This commit is contained in:
commit
868adc73cd
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:9f4c67863caf8bb3c660a7d7db728adf0b8b0300d87622f71351dcc7232f2c7f
|
|
||||||
size 4717159
|
|
3
libzypp-17.17.0.tar.bz2
Normal file
3
libzypp-17.17.0.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:a30ac04b5ed64cf1f6219e7e512375a6f897f8c8fe870baf41b8c85663980910
|
||||||
|
size 4731312
|
@ -1,3 +1,26 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Nov 28 18:20:04 CET 2019 - ma@suse.de
|
||||||
|
|
||||||
|
- Introduce PurgeKernels class (bsc#1155198)
|
||||||
|
Adds libzypp API to mark all obsolete kernels according to the
|
||||||
|
existing purge-kernel script rules.
|
||||||
|
- Add solver jobs for retracted packages and ptfs.
|
||||||
|
Support for ptf packages and retract ed patches.
|
||||||
|
- Do not enforce 'en' being in RequestedLocales (bsc#1155678)
|
||||||
|
If the user decides to have a system without explicit language
|
||||||
|
support he may do so.
|
||||||
|
- Pass correct posttrans script argument (fixes #190)
|
||||||
|
- BuildRequires: libsolv-devel >= 0.7.8.
|
||||||
|
- version 17.17.0 (12)
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Oct 29 14:54:51 CET 2019 - ma@suse.de
|
||||||
|
|
||||||
|
- Expose new libsolv API via C++ counterparts
|
||||||
|
(openSUSE/zypper#214)
|
||||||
|
- BuildRequires: libsolv-devel >= 0.7.7
|
||||||
|
- version 17.16.0 (12)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Oct 18 17:20:08 CEST 2019 - ma@suse.de
|
Fri Oct 18 17:20:08 CEST 2019 - ma@suse.de
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: libzypp
|
Name: libzypp
|
||||||
Version: 17.15.0
|
Version: 17.17.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Url: https://github.com/openSUSE/libzypp
|
Url: https://github.com/openSUSE/libzypp
|
||||||
Summary: Library for package, patch, pattern and product management
|
Summary: Library for package, patch, pattern and product management
|
||||||
@ -71,7 +71,7 @@ BuildRequires: pkgconfig
|
|||||||
BuildRequires: pkg-config
|
BuildRequires: pkg-config
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
BuildRequires: libsolv-devel >= 0.7.2
|
BuildRequires: libsolv-devel >= 0.7.8
|
||||||
%if 0%{?suse_version} >= 1100
|
%if 0%{?suse_version} >= 1100
|
||||||
BuildRequires: libsolv-tools
|
BuildRequires: libsolv-tools
|
||||||
%requires_eq libsolv-tools
|
%requires_eq libsolv-tools
|
||||||
|
Loading…
x
Reference in New Issue
Block a user