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}