diff --git a/perl-IO-Socket-IP.spec b/perl-IO-Socket-IP.spec index 0dba5d2..78de916 100644 --- a/perl-IO-Socket-IP.spec +++ b/perl-IO-Socket-IP.spec @@ -1,6 +1,6 @@ Name: perl-IO-Socket-IP Version: 0.34 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Drop-in replacement for IO::Socket::INET supporting both IPv4 and IPv6 License: GPL+ or Artistic Group: Development/Libraries @@ -22,9 +22,10 @@ BuildRequires: perl(POSIX) BuildRequires: perl(Socket) >= 1.97 # Tests only BuildRequires: perl(IO::Socket::INET) -BuildRequires: perl(Socket6) BuildRequires: perl(Test::More) +# Optional tests only %if !%{defined perl_bootstrap} +BuildRequires: perl(Socket6) BuildRequires: perl(Test::Pod) >= 1.00 %endif Requires: perl(:MODULE_COMPAT_%(eval "$(perl -V:version)"; echo $version)) @@ -59,6 +60,10 @@ rm -f t/21nonblocking-connect-internet.t %{_mandir}/man3/* %changelog +* Fri Dec 12 2014 Petr Pisar - 0.34-2 +- Do not build-require non-core Socket6 module when bootstrapping this core + module + * Fri Dec 05 2014 Petr Ĺ abata - 0.34-1 - 0.34 bump, VMS bugfixes