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:
parent
1ba9157266
commit
280e47b0ae
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1e0cc7b80e2f8114d0433de70952663205c2ee7ba28fa4e84267e214e5c27e7b
|
||||
size 5598666
|
||||
oid sha256:7a7cf7448c896cd3b17560712340d553a91ca1bd675505db878a15d9c2e5e634
|
||||
size 5600165
|
||||
|
@ -99,8 +99,17 @@ BuildRequires: gettext-devel
|
||||
BuildRequires: graphviz
|
||||
BuildRequires: libxml2-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
|
||||
|
||||
#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}
|
||||
BuildRequires: pkgconfig
|
||||
%else
|
||||
|
Loading…
Reference in New Issue
Block a user