Sync from SUSE:SLFO:Main perl-Sub-Exporter revision 0f64e12e9f59ac1da628ccb754ad4bbd

This commit is contained in:
Adrian Schröter 2025-02-25 18:52:22 +01:00
parent eb89d085cd
commit 7ce94584c5
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