Accepting request 1156553 from devel:languages:perl
- Fix disabling of __perllib_provides OBS-URL: https://build.opensuse.org/request/show/1156553 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-LWP-Protocol-https?expand=0&rev=19
This commit is contained in:
commit
420e971281
@ -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>
|
Tue Feb 6 03:07:22 UTC 2024 - Tina Müller <timueller+perl@suse.de>
|
||||||
|
|
||||||
|
@ -44,7 +44,7 @@ Requires: perl(LWP::UserAgent) >= 6.06
|
|||||||
Requires: perl(Net::HTTPS) >= 6
|
Requires: perl(Net::HTTPS) >= 6
|
||||||
Provides: perl(LWP::Protocol::https) = %{version}
|
Provides: perl(LWP::Protocol::https) = %{version}
|
||||||
Provides: perl(LWP::Protocol::https::Socket) = %{version}
|
Provides: perl(LWP::Protocol::https::Socket) = %{version}
|
||||||
%define __perllib_provides /bin/true
|
%undefine __perllib_provides
|
||||||
%{perl_requires}
|
%{perl_requires}
|
||||||
|
|
||||||
%description
|
%description
|
||||||
|
Loading…
Reference in New Issue
Block a user