Fix disabling of __perllib_provides

OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Module-Load-Util?expand=0&rev=8
This commit is contained in:
2024-03-08 22:43:43 +00:00
committed by Git OBS Bridge
parent d81526412c
commit b76e5f4439
2 changed files with 6 additions and 1 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Mar 8 22:43:40 UTC 2024 - Tina Müller <tina.mueller@suse.com>
- Fix disabling of __perllib_provides
-------------------------------------------------------------------
Thu Jan 25 03:08:44 UTC 2024 - Tina Müller <timueller+perl@suse.de>

View File

@@ -34,7 +34,7 @@ BuildRequires: perl(Test::Exception)
BuildRequires: perl(Test::More) >= 0.98
Requires: perl(Regexp::Pattern::Perl::Module) >= 0.005
Provides: perl(Module::Load::Util) = %{version}
%define __perllib_provides /bin/true
%undefine __perllib_provides
%{perl_requires}
%description