From 7a75ca4afc4dc537c9999234d351915226e52f81228e476c4777f410329fa233 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tina=20M=C3=BCller?= Date: Fri, 8 Mar 2024 21:55:14 +0000 Subject: [PATCH] Fix disabling of __perllib_provides OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Algorithm-Backoff?expand=0&rev=3 --- perl-Algorithm-Backoff.changes | 5 +++++ perl-Algorithm-Backoff.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/perl-Algorithm-Backoff.changes b/perl-Algorithm-Backoff.changes index 584774d..81b35bf 100644 --- a/perl-Algorithm-Backoff.changes +++ b/perl-Algorithm-Backoff.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Mar 8 21:55:10 UTC 2024 - Tina Müller + +- Fix disabling of __perllib_provides + ------------------------------------------------------------------- Sun Feb 25 03:05:57 UTC 2024 - Tina Müller diff --git a/perl-Algorithm-Backoff.spec b/perl-Algorithm-Backoff.spec index d6cda21..271d8bf 100644 --- a/perl-Algorithm-Backoff.spec +++ b/perl-Algorithm-Backoff.spec @@ -41,7 +41,7 @@ Provides: perl(Algorithm::Backoff::LILD) = %{version} Provides: perl(Algorithm::Backoff::LIMD) = %{version} Provides: perl(Algorithm::Backoff::MILD) = %{version} Provides: perl(Algorithm::Backoff::MIMD) = %{version} -%define __perllib_provides /bin/true +%undefine __perllib_provides %{perl_requires} %description