From 1309a6d1e6641d34dbc5fae2cc80c66e35ccbde58572930188955fb1634f0c34 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tina=20M=C3=BCller?= Date: Fri, 8 Mar 2024 23:06:27 +0000 Subject: [PATCH] Fix disabling of __perllib_provides OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Text-CSV?expand=0&rev=48 --- perl-Text-CSV.changes | 5 +++++ perl-Text-CSV.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/perl-Text-CSV.changes b/perl-Text-CSV.changes index 44783fd..9dfef8c 100644 --- a/perl-Text-CSV.changes +++ b/perl-Text-CSV.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Mar 8 23:06:23 UTC 2024 - Tina Müller + +- Fix disabling of __perllib_provides + ------------------------------------------------------------------- Sun Dec 3 03:10:27 UTC 2023 - Tina Müller diff --git a/perl-Text-CSV.spec b/perl-Text-CSV.spec index e21c319..5120786 100644 --- a/perl-Text-CSV.spec +++ b/perl-Text-CSV.spec @@ -34,7 +34,7 @@ Requires: perl(Test::More) >= 0.92 Provides: perl(Text::CSV) = %{version} Provides: perl(Text::CSV::ErrorDiag) Provides: perl(Text::CSV_PP) = %{version} -%define __perllib_provides /bin/true +%undefine __perllib_provides Recommends: perl(Text::CSV_XS) >= 1.530.0 %{perl_requires}