Bug 1395714 - perl-Net-Server should depend on perl-IO-Socket-INET6

This commit is contained in:
d. johnson 2016-11-17 22:50:01 -06:00
parent 482cbc6fd1
commit db820ebff9

View File

@ -1,6 +1,6 @@
Name: perl-Net-Server
Version: 2.008
Release: 5%{?dist}
Release: 6%{?dist}
Summary: Extensible, general Perl server engine
License: GPL+ or Artistic
Group: Development/Libraries
@ -24,6 +24,8 @@ BuildRequires: perl(Socket6)
# IO::Multiplex support is optional, but not including it causes build problems in some packages...
Requires: perl(IO::Multiplex) >= 1.05
# RHBZ#1395714: Optional dependency, including it so that the build matches runtime
Requires: perl(IO::Socket::INET6)
%description
An extensible, class oriented module written in perl and intended to
@ -59,6 +61,9 @@ rm -rf $RPM_BUILD_ROOT
%{_mandir}/man1/net-server.1*
%changelog
* Thu Nov 17 2016 "D. Johnson" <fenris02@fedoraproject.org> - 2.008-6
- Bug 1395714 - perl-Net-Server should depend on perl-IO-Socket-INET6
* Mon May 16 2016 Jitka Plesnikova <jplesnik@redhat.com> - 2.008-5
- Perl 5.24 rebuild