Fix disabling of __perllib_provides

OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-LWP-Protocol-https?expand=0&rev=25
This commit is contained in:
Tina Müller 2024-03-08 22:41:08 +00:00 committed by Git OBS Bridge
parent 3f282f261b
commit d92c1e7f23
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Mar 8 22:41:00 UTC 2024 - Tina Müller <tina.mueller@suse.com>
- Fix disabling of __perllib_provides
-------------------------------------------------------------------
Tue Feb 6 03:07:22 UTC 2024 - Tina Müller <timueller+perl@suse.de>

View File

@ -44,7 +44,7 @@ Requires: perl(LWP::UserAgent) >= 6.06
Requires: perl(Net::HTTPS) >= 6
Provides: perl(LWP::Protocol::https) = %{version}
Provides: perl(LWP::Protocol::https::Socket) = %{version}
%define __perllib_provides /bin/true
%undefine __perllib_provides
%{perl_requires}
%description