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:
Dominique Leuenberger 2021-02-23 19:18:59 +00:00 committed by Git OBS Bridge
commit 0bb1feb681
4 changed files with 25 additions and 5 deletions

View File

@ -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
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:1ddbe39c0ddfe14e8ad8893e290bec22a6e170f466f6bc982fa09ee061bb67e0
size 4841269

View File

@ -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 Tue Jan 12 19:34:03 CET 2021 - ma@suse.de

View File

@ -31,7 +31,7 @@
%bcond_without mediabackend_tests %bcond_without mediabackend_tests
Name: libzypp Name: libzypp
Version: 17.25.6 Version: 17.25.7
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
@ -83,7 +83,7 @@ BuildRequires: pkgconfig
BuildRequires: pkg-config BuildRequires: pkg-config
%endif %endif
BuildRequires: libsolv-devel >= 0.7.15 BuildRequires: libsolv-devel >= 0.7.17
%if 0%{?suse_version} >= 1100 %if 0%{?suse_version} >= 1100
BuildRequires: libsolv-tools BuildRequires: libsolv-tools
%requires_eq libsolv-tools %requires_eq libsolv-tools
@ -100,6 +100,7 @@ BuildRequires: nginx
%endif %endif
Requires: rpm Requires: rpm
BuildRequires: rpm
%if 0%{?suse_version} %if 0%{?suse_version}
BuildRequires: rpm-devel > 4.4 BuildRequires: rpm-devel > 4.4