From 5f0972df100b38531969bf7902755c1e5a154075 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= Date: Fri, 22 Sep 2017 12:05:30 +0200 Subject: [PATCH] Provide hidden modules --- perl-libwww-perl.spec | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/perl-libwww-perl.spec b/perl-libwww-perl.spec index c54cc13..14741dd 100644 --- a/perl-libwww-perl.spec +++ b/perl-libwww-perl.spec @@ -1,6 +1,6 @@ Name: perl-libwww-perl Version: 6.27 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A Perl interface to the World-Wide Web License: GPL+ or Artistic URL: http://search.cpan.org/dist/libwww-perl/ @@ -106,6 +106,9 @@ Requires: perl(Net::HTTP) >= 6.07 Requires: perl(URI) >= 1.10 Requires: perl(URI::Escape) Requires: perl(WWW::RobotRules) >= 6 +Provides: perl(LWP::Debug::TraceHTTP::Socket) = %{version} +Provides: perl(LWP::Protocol::http::Socket) = %{version} +Provides: perl(LWP::Protocol::http::SocketMethods) = %{version} %description The libwww-perl collection is a set of Perl modules which provides a simple and @@ -145,6 +148,9 @@ make test %{_mandir}/man3/*.3* %changelog +* Fri Sep 22 2017 Petr Pisar - 6.27-2 +- Provide hidden modules + * Fri Sep 22 2017 Petr Pisar - 6.27-1 - 6.27 bump