SHA256
1
0
forked from pool/libzypp

Accepting request 519150 from zypp:Head

Softwarestack update

OBS-URL: https://build.opensuse.org/request/show/519150
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libzypp?expand=0&rev=385
This commit is contained in:
Dominique Leuenberger 2017-08-29 09:41:06 +00:00 committed by Git OBS Bridge
commit 04de18a67a
4 changed files with 29 additions and 8 deletions

View File

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

3
libzypp-16.15.6.tar.bz2 Normal file
View File

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

View File

@ -1,3 +1,24 @@
-------------------------------------------------------------------
Mon Aug 28 16:05:36 CEST 2017 - ma@suse.de
- Add testcase to compile (bsc#1055920)
- version 16.15.6 (0)
-------------------------------------------------------------------
Fri Aug 25 14:08:43 CEST 2017 - ma@suse.de
- Adapt to work with GnuPG 2.1.23 (bsc#1054088)
- version 16.15.5 (0)
-------------------------------------------------------------------
Fri Aug 25 12:51:43 CEST 2017 - ma@suse.de
- verifyFileSignature: Support signing with subkeys (bsc#1008325)
- PublicKey: Scan and provide subkey information.
- Enhance sort order for media.1/products (bsc#1054671)
- Drop detection and support for rpm-4.4 (fixes #77)
- version 16.15.4 (0)
-------------------------------------------------------------------
Fri Aug 11 15:29:40 CEST 2017 - ma@suse.de

View File

@ -19,7 +19,7 @@
%define force_gcc_46 0
Name: libzypp
Version: 16.15.3
Version: 16.15.6
Release: 0
Url: git://gitorious.org/opensuse/libzypp.git
Summary: Package, Patch, Pattern, and Product Management
@ -95,18 +95,18 @@ BuildRequires: expat-devel
Requires: rpm
%if 0%{?suse_version}
BuildRequires: rpm-devel
BuildRequires: rpm-devel > 4.4
%endif
%if 0%{?fedora_version} || 0%{?rhel_version} >= 600 || 0%{?centos_version} >= 600
BuildRequires: glib2-devel
BuildRequires: popt-devel
BuildRequires: rpm-devel
BuildRequires: rpm-devel > 4.4
%endif
%if 0%{?mandriva_version}
BuildRequires: glib2-devel
BuildRequires: librpm-devel
BuildRequires: librpm-devel > 4.4
%endif
%if 0%{?suse_version}
@ -147,7 +147,7 @@ Requires: libxml2-devel
Requires: libzypp = %{version}
Requires: openssl-devel
Requires: popt-devel
Requires: rpm-devel
Requires: rpm-devel > 4.4
Requires: zlib-devel
%if 0%{?suse_version} >= 1130 || 0%{?fedora_version} >= 16
Requires: libudev-devel