Accepting request 873099 from zypp:Head
Softwarestack update OBS-URL: https://build.opensuse.org/request/show/873099 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libzypp?expand=0&rev=439
This commit is contained in:
commit
0bb1feb681
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b0687cd786883fd0ff596f37ecbc27199b2c957666f3f44fbf07f3e4ae503dfc
|
||||
size 4836275
|
3
libzypp-17.25.7.tar.bz2
Normal file
3
libzypp-17.25.7.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1ddbe39c0ddfe14e8ad8893e290bec22a6e170f466f6bc982fa09ee061bb67e0
|
||||
size 4841269
|
@ -1,3 +1,22 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 17 09:06:49 CET 2021 - ma@suse.de
|
||||
|
||||
- Patch: Identify well-known category names (bsc#117984)
|
||||
This allows to use the RH and SUSE patch categrory names
|
||||
synonymously:
|
||||
(recommendedi = bugfix) and (optional = feature = enhancement).
|
||||
- Add missing includes for GCC 11 compatibility.
|
||||
- Fix %posttrans script execution (fixes #265)
|
||||
The scripts are execuable. No need to call them through 'sh -c'.
|
||||
- Commit: Fix rpmdb compat symlink in case rpm got removed.
|
||||
- Repo: Allow multiple baseurls specified on one line (fixes #285)
|
||||
- Regex: Fix memory leak and undefined behavior.
|
||||
- Add rpm buildrequires for test suite (fixes #279)
|
||||
- Use rpmdb2solv new -D switch to tell the location ob the
|
||||
rpmdatabase to use.
|
||||
- BuildRequires: libsolv-devel >= 0.7.17.
|
||||
- version 17.25.7 (22)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 12 19:34:03 CET 2021 - ma@suse.de
|
||||
|
||||
|
@ -31,7 +31,7 @@
|
||||
%bcond_without mediabackend_tests
|
||||
|
||||
Name: libzypp
|
||||
Version: 17.25.6
|
||||
Version: 17.25.7
|
||||
Release: 0
|
||||
URL: https://github.com/openSUSE/libzypp
|
||||
Summary: Library for package, patch, pattern and product management
|
||||
@ -83,7 +83,7 @@ BuildRequires: pkgconfig
|
||||
BuildRequires: pkg-config
|
||||
%endif
|
||||
|
||||
BuildRequires: libsolv-devel >= 0.7.15
|
||||
BuildRequires: libsolv-devel >= 0.7.17
|
||||
%if 0%{?suse_version} >= 1100
|
||||
BuildRequires: libsolv-tools
|
||||
%requires_eq libsolv-tools
|
||||
@ -100,6 +100,7 @@ BuildRequires: nginx
|
||||
%endif
|
||||
|
||||
Requires: rpm
|
||||
BuildRequires: rpm
|
||||
|
||||
%if 0%{?suse_version}
|
||||
BuildRequires: rpm-devel > 4.4
|
||||
|
Loading…
Reference in New Issue
Block a user