Accepting request 721457 from zypp:Head
Softwarestack update OBS-URL: https://build.opensuse.org/request/show/721457 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libzypp?expand=0&rev=416
This commit is contained in:
commit
4c9cebb9e5
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:03f2e018d8fb381b10ee72537cc942fde04fd4cb387ed1cc026664b211f8788b
|
|
||||||
size 4722905
|
|
3
libzypp-17.14.0.tar.bz2
Normal file
3
libzypp-17.14.0.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:f6e5a8d0965566e98b7a4af6a3a379caebe4c3d8c2f7fe079e97ea4195b92028
|
||||||
|
size 4725310
|
@ -1,3 +1,19 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Aug 5 13:03:55 CEST 2019 - ma@suse.de
|
||||||
|
|
||||||
|
- PublicKey::algoName: supply key algorithm and length
|
||||||
|
- version 17.14.0 (12)
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jul 25 17:25:10 CEST 2019 - ma@suse.de
|
||||||
|
|
||||||
|
- MediaCurl: Fix leaking filedescriptors (bsc#1116995)
|
||||||
|
- commit: Run file conflict check on dry-run (best with download-only)
|
||||||
|
(bsc#1140039)
|
||||||
|
- commit: do not remove orphan products if the .prod file is owned by
|
||||||
|
a package (bsc#1139795)
|
||||||
|
- version 17.13.0 (12)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue May 28 16:50:14 CEST 2019 - ma@suse.de
|
Tue May 28 16:50:14 CEST 2019 - ma@suse.de
|
||||||
|
|
||||||
|
14
libzypp.spec
14
libzypp.spec
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: libzypp
|
Name: libzypp
|
||||||
Version: 17.12.0
|
Version: 17.14.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
|
||||||
@ -45,11 +45,7 @@ Recommends: lsof
|
|||||||
%endif
|
%endif
|
||||||
BuildRequires: cmake
|
BuildRequires: cmake
|
||||||
BuildRequires: openssl-devel
|
BuildRequires: openssl-devel
|
||||||
%if 0%{?suse_version} >= 1130 || 0%{?fedora_version} >= 16
|
|
||||||
BuildRequires: pkgconfig(libudev)
|
BuildRequires: pkgconfig(libudev)
|
||||||
%else
|
|
||||||
BuildRequires: hal-devel
|
|
||||||
%endif
|
|
||||||
%if 0%{?suse_version} >= 1330
|
%if 0%{?suse_version} >= 1330
|
||||||
BuildRequires: libboost_headers-devel
|
BuildRequires: libboost_headers-devel
|
||||||
BuildRequires: libboost_program_options-devel
|
BuildRequires: libboost_program_options-devel
|
||||||
@ -166,17 +162,13 @@ Requires: boost-devel
|
|||||||
Requires: bzip2
|
Requires: bzip2
|
||||||
Requires: glibc-devel
|
Requires: glibc-devel
|
||||||
Requires: libstdc++-devel
|
Requires: libstdc++-devel
|
||||||
|
Requires: libudev-devel
|
||||||
Requires: libxml2-devel
|
Requires: libxml2-devel
|
||||||
Requires: libzypp = %{version}
|
Requires: libzypp = %{version}
|
||||||
Requires: openssl-devel
|
Requires: openssl-devel
|
||||||
Requires: popt-devel
|
Requires: popt-devel
|
||||||
Requires: rpm-devel > 4.4
|
Requires: rpm-devel > 4.4
|
||||||
Requires: zlib-devel
|
Requires: zlib-devel
|
||||||
%if 0%{?suse_version} >= 1130 || 0%{?fedora_version} >= 16
|
|
||||||
Requires: libudev-devel
|
|
||||||
%else
|
|
||||||
Requires: hal-devel
|
|
||||||
%endif
|
|
||||||
%if 0%{?suse_version}
|
%if 0%{?suse_version}
|
||||||
%if 0%{?suse_version} >= 1100
|
%if 0%{?suse_version} >= 1100
|
||||||
# Code11+
|
# Code11+
|
||||||
@ -270,7 +262,7 @@ cd ..
|
|||||||
|
|
||||||
%check
|
%check
|
||||||
pushd build/tests
|
pushd build/tests
|
||||||
LD_LIBRARY_PATH="%{buildroot}/%{_libdir}:$LD_LIBRARY_PATH" ctest .
|
LD_LIBRARY_PATH="%{buildroot}/%{_libdir}:$LD_LIBRARY_PATH" ctest --output-on-failure .
|
||||||
popd
|
popd
|
||||||
|
|
||||||
%post
|
%post
|
||||||
|
Loading…
x
Reference in New Issue
Block a user