diff --git a/perl-Sub-Exporter.changes b/perl-Sub-Exporter.changes index 7773994..1fa5062 100644 --- a/perl-Sub-Exporter.changes +++ b/perl-Sub-Exporter.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Mar 8 23:04:37 UTC 2024 - Tina Müller + +- Fix disabling of __perllib_provides + ------------------------------------------------------------------- Fri Nov 24 03:07:15 UTC 2023 - Tina Müller diff --git a/perl-Sub-Exporter.spec b/perl-Sub-Exporter.spec index 60924bf..d478610 100644 --- a/perl-Sub-Exporter.spec +++ b/perl-Sub-Exporter.spec @@ -1,7 +1,7 @@ # # spec file for package perl-Sub-Exporter # -# 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 @@ -39,7 +39,7 @@ Requires: perl(Params::Util) >= 0.14 Requires: perl(Sub::Install) >= 0.92 Provides: perl(Sub::Exporter) = %{version} Provides: perl(Sub::Exporter::Util) = %{version} -%define __perllib_provides /bin/true +%undefine __perllib_provides %{perl_requires} %description