Fix disabling of __perllib_provides

OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Pod-Parser?expand=0&rev=10
This commit is contained in:
Tina Müller 2024-03-08 22:57:05 +00:00 committed by Git OBS Bridge
parent d7835f41a9
commit 5ba0767bfa
2 changed files with 6 additions and 1 deletions

View File

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

View File

@ -43,7 +43,7 @@ Provides: perl(Pod::ParseUtils) = %{version}
Provides: perl(Pod::Parser) = %{version}
Provides: perl(Pod::PlainText) = 2.07
Provides: perl(Pod::Select) = %{version}
%define __perllib_provides /bin/true
%undefine __perllib_provides
%{perl_requires}
%description