gitrev ff7abc599 (Dynamically resolve libproxy, 2024-04-24)

OBS-URL: https://build.opensuse.org/package/show/zypp:Head/libzypp?expand=0&rev=2700
This commit is contained in:
ZYpp Developers 2024-05-03 10:46:31 +00:00 committed by Git OBS Bridge
parent 1ba9157266
commit 280e47b0ae
2 changed files with 11 additions and 2 deletions

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1 version https://git-lfs.github.com/spec/v1
oid sha256:1e0cc7b80e2f8114d0433de70952663205c2ee7ba28fa4e84267e214e5c27e7b oid sha256:7a7cf7448c896cd3b17560712340d553a91ca1bd675505db878a15d9c2e5e634
size 5598666 size 5600165

View File

@ -99,8 +99,17 @@ BuildRequires: gettext-devel
BuildRequires: graphviz BuildRequires: graphviz
BuildRequires: libxml2-devel BuildRequires: libxml2-devel
BuildRequires: yaml-cpp-devel BuildRequires: yaml-cpp-devel
# we are loading libproxy dynamically, however we have
# a failsafe unit test that links against libproxy to make
# sure the API did not change
BuildRequires: libproxy-devel BuildRequires: libproxy-devel
#keep the libproxy runtime requires for old releases
%if 0%{?sle_version} <= 150500
Requires: libproxy1
%endif
%if 0%{?fedora_version} || 0%{?rhel_version} || 0%{?centos_version} %if 0%{?fedora_version} || 0%{?rhel_version} || 0%{?centos_version}
BuildRequires: pkgconfig BuildRequires: pkgconfig
%else %else