From d92c1e7f23f35c18be2db6af6cc15c342221c1ba8278fa0bcf9077633f84a835 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tina=20M=C3=BCller?= Date: Fri, 8 Mar 2024 22:41:08 +0000 Subject: [PATCH] Fix disabling of __perllib_provides OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-LWP-Protocol-https?expand=0&rev=25 --- perl-LWP-Protocol-https.changes | 5 +++++ perl-LWP-Protocol-https.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/perl-LWP-Protocol-https.changes b/perl-LWP-Protocol-https.changes index 99e2eb7..e545cda 100644 --- a/perl-LWP-Protocol-https.changes +++ b/perl-LWP-Protocol-https.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Mar 8 22:41:00 UTC 2024 - Tina Müller + +- Fix disabling of __perllib_provides + ------------------------------------------------------------------- Tue Feb 6 03:07:22 UTC 2024 - Tina Müller diff --git a/perl-LWP-Protocol-https.spec b/perl-LWP-Protocol-https.spec index a10e6c1..5ab8c8f 100644 --- a/perl-LWP-Protocol-https.spec +++ b/perl-LWP-Protocol-https.spec @@ -44,7 +44,7 @@ Requires: perl(LWP::UserAgent) >= 6.06 Requires: perl(Net::HTTPS) >= 6 Provides: perl(LWP::Protocol::https) = %{version} Provides: perl(LWP::Protocol::https::Socket) = %{version} -%define __perllib_provides /bin/true +%undefine __perllib_provides %{perl_requires} %description