1
0

Fix disabling of __perllib_provides

OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Test-Warnings?expand=0&rev=32
This commit is contained in:
Tina Müller 2024-03-08 23:06:09 +00:00 committed by Git OBS Bridge
parent 44019d1a5d
commit f0573a5cab
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Mar 8 23:06:05 UTC 2024 - Tina Müller <tina.mueller@suse.com>
- Fix disabling of __perllib_provides
-------------------------------------------------------------------
Wed Jan 24 03:10:02 UTC 2024 - Tina Müller <timueller+perl@suse.de>

View File

@ -33,7 +33,7 @@ BuildRequires: perl(Test::More) >= 0.94
BuildRequires: perl(parent)
Requires: perl(parent)
Provides: perl(Test::Warnings) = %{version}
%define __perllib_provides /bin/true
%undefine __perllib_provides
%{perl_requires}
%description