From 8088f9e519e485e96a7167afd39b02f1474750f556735553cb76267a8223310e Mon Sep 17 00:00:00 2001 From: ZYpp Developers Date: Tue, 21 May 2024 06:24:42 +0000 Subject: [PATCH] gitrev 16de91389 (Skip libproxy1 requires for tumbleweed, 2024-05-14) OBS-URL: https://build.opensuse.org/package/show/zypp:Head/libzypp?expand=0&rev=2712 --- libzypp-17.34.0.tar.bz2 | 4 ++-- libzypp.changes | 5 +++++ libzypp.spec | 2 +- 3 files changed, 8 insertions(+), 3 deletions(-) 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