From 280e47b0ae056e200790fd3aa8b70557f808d394111f17fa1b09e66b072c2deb Mon Sep 17 00:00:00 2001 From: ZYpp Developers Date: Fri, 3 May 2024 10:46:31 +0000 Subject: [PATCH] gitrev ff7abc599 (Dynamically resolve libproxy, 2024-04-24) OBS-URL: https://build.opensuse.org/package/show/zypp:Head/libzypp?expand=0&rev=2700 --- libzypp-17.32.6.tar.bz2 | 4 ++-- libzypp.spec | 9 +++++++++ 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/libzypp-17.32.6.tar.bz2 b/libzypp-17.32.6.tar.bz2 index b689dfc..e138017 100644 --- a/libzypp-17.32.6.tar.bz2 +++ b/libzypp-17.32.6.tar.bz2 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:1e0cc7b80e2f8114d0433de70952663205c2ee7ba28fa4e84267e214e5c27e7b -size 5598666 +oid sha256:7a7cf7448c896cd3b17560712340d553a91ca1bd675505db878a15d9c2e5e634 +size 5600165 diff --git a/libzypp.spec b/libzypp.spec index 6075a27..396d212 100644 --- a/libzypp.spec +++ b/libzypp.spec @@ -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