Fix requires/provided modules in *tests package

This commit is contained in:
Michal Josef Špaček 2023-02-24 10:34:16 +01:00
parent 9689e77b5b
commit 4261d995e0

View File

@ -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 <mspacek@redhat.com> - 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 <mspacek@redhat.com> - 6.15-1
- 6.15 bump