From de81a8e036211b735918474f33e1db3f09a73728efa7a0c059b4878417770ed9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tina=20M=C3=BCller?= Date: Fri, 8 Mar 2024 23:06:32 +0000 Subject: [PATCH] Fix disabling of __perllib_provides OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Text-CSV_XS?expand=0&rev=78 --- perl-Text-CSV_XS.changes | 5 +++++ perl-Text-CSV_XS.spec | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/perl-Text-CSV_XS.changes b/perl-Text-CSV_XS.changes index 2e44cf7..beb56fd 100644 --- a/perl-Text-CSV_XS.changes +++ b/perl-Text-CSV_XS.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Mar 8 23:06:29 UTC 2024 - Tina Müller + +- Fix disabling of __perllib_provides + ------------------------------------------------------------------- Fri Nov 24 03:08:00 UTC 2023 - Tina Müller diff --git a/perl-Text-CSV_XS.spec b/perl-Text-CSV_XS.spec index 4721af3..3867b46 100644 --- a/perl-Text-CSV_XS.spec +++ b/perl-Text-CSV_XS.spec @@ -1,7 +1,7 @@ # # spec file for package perl-Text-CSV_XS # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -29,7 +29,7 @@ Source1: cpanspec.yml BuildRequires: perl BuildRequires: perl-macros Provides: perl(Text::CSV_XS) = %{version} -%define __perllib_provides /bin/true +%undefine __perllib_provides Recommends: perl(Encode) >= 3.200.0 %{perl_requires}