diff --git a/libzypp-17.34.0.tar.bz2 b/libzypp-17.34.0.tar.bz2 index 5be7923..186d746 100644 --- a/libzypp-17.34.0.tar.bz2 +++ b/libzypp-17.34.0.tar.bz2 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:5ce0fea422b6a0762d38f57f39c5eb7567e7f374eccaa71d729fe33dbb8575b1 -size 5599947 +oid sha256:cb39be14ea91dab3ecad4d720f625629b4b24081d1587923c59ecc833bfbac81 +size 5599965 diff --git a/libzypp.changes b/libzypp.changes index 2b9ae3e..1dd49ca 100644 --- a/libzypp.changes +++ b/libzypp.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue May 14 16:17:41 UTC 2024 - Dirk Müller + +- don't require libproxy1 on tumbleweed, it is optional now + -------------------------------------------------------------------- Tue May 14 14:21:13 CEST 2024 - bzeller@suse.de diff --git a/libzypp.spec b/libzypp.spec index 6ad93c2..d4a0228 100644 --- a/libzypp.spec +++ b/libzypp.spec @@ -106,7 +106,7 @@ BuildRequires: yaml-cpp-devel BuildRequires: libproxy-devel #keep the libproxy runtime requires for old releases -%if 0%{?sle_version} <= 150500 +%if 0%{?suse_version} && 0%{?suse_version} <= 1500 && 0%{?sle_version} <= 150500 Requires: libproxy1 %endif