Compare commits

...

1 Commits

2 changed files with 7 additions and 2 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Mar 8 23:04:37 UTC 2024 - Tina Müller <tina.mueller@suse.com>
- Fix disabling of __perllib_provides
-------------------------------------------------------------------
Fri Nov 24 03:07:15 UTC 2023 - Tina Müller <timueller+perl@suse.de>

View File

@@ -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