diff --git a/perl-IO-Socket-IP.spec b/perl-IO-Socket-IP.spec index 736f474..496f26d 100644 --- a/perl-IO-Socket-IP.spec +++ b/perl-IO-Socket-IP.spec @@ -8,6 +8,7 @@ URL: http://search.cpan.org/dist/IO-Socket-IP/ Source0: http://www.cpan.org/authors/id/P/PE/PEVANS/IO-Socket-IP-%{version}.tar.gz BuildArch: noarch # Build +BuildRequires: coreutils BuildRequires: findutils BuildRequires: make BuildRequires: perl @@ -42,6 +43,7 @@ arguments and methods are provided in a backward-compatible way. %prep %setup -q -n IO-Socket-IP-%{version} +chmod -x lib/IO/Socket/IP.pm %build perl Makefile.PL INSTALLDIRS=vendor @@ -66,6 +68,7 @@ make test %changelog * Tue Jul 12 2016 Petr Pisar - 0.37-367 - Migrate from Module::Build to ExtUtils::MakeMaker +- Correct IO/Socket/IP.pm file mode * Wed May 18 2016 Jitka Plesnikova - 0.37-366 - Perl 5.24 re-rebuild of bootstrapped packages