diff --git a/perl-HTTP-Daemon.spec b/perl-HTTP-Daemon.spec index 54123fc..b8b3a11 100644 --- a/perl-HTTP-Daemon.spec +++ b/perl-HTTP-Daemon.spec @@ -58,6 +58,9 @@ Conflicts: perl-libwww-perl < 6 # Remove underspecified dependencies %global __requires_exclude %{?__requires_exclude:%{__requires_exclude}|}^perl\\(HTTP::(Date|Request|Response|Status)|IO::Socket::IP|LWP::MediaTypes\\)$ +# Remove private test modules +%global __requires_exclude %{?__requires_exclude:%__requires_exclude|}^perl\\(TestServer|TestServer::(BasicTests|Reflect)\\)$ +%global __provides_exclude %{?__provides_exclude:%__provides_exclude|}^perl\\(TestServer|TestServer::(BasicTests|Reflect)\\)$ %description Instances of the HTTP::Daemon class are HTTP/1.1 servers that listen on a @@ -118,6 +121,7 @@ make test * Fri Feb 24 2023 Michal Josef Špaček - 6.16-1 - 6.16 bump - Fix minimal version of IO::Socket::IP +- Fix requires/provided modules in *tests package * Thu Feb 23 2023 Michal Josef Špaček - 6.15-1 - 6.15 bump