From db820ebff9915413600e60278115c7868fecde97 Mon Sep 17 00:00:00 2001 From: "d. johnson" Date: Thu, 17 Nov 2016 22:50:01 -0600 Subject: [PATCH] Bug 1395714 - perl-Net-Server should depend on perl-IO-Socket-INET6 --- perl-Net-Server.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/perl-Net-Server.spec b/perl-Net-Server.spec index 77a858b..caf6287 100644 --- a/perl-Net-Server.spec +++ b/perl-Net-Server.spec @@ -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" - 2.008-6 +- Bug 1395714 - perl-Net-Server should depend on perl-IO-Socket-INET6 + * Mon May 16 2016 Jitka Plesnikova - 2.008-5 - Perl 5.24 rebuild