commit bd9c8eaadbf40fe7353ff9ea21027d4f39d33155 Author: Mathieu Bridon <bochecha@xxxxxxxxxxxxxxxxx> Date: Wed Jan 23 12:40:02 2013 +0800 Remove the incorrect executable bits This was suggested by Petr during the review. perl-Net-IDN-Nameprep.spec | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) --- diff --git a/perl-Net-IDN-Nameprep.spec b/perl-Net-IDN-Nameprep.spec index d249e77..13edf59 100644 --- a/perl-Net-IDN-Nameprep.spec +++ b/perl-Net-IDN-Nameprep.spec @@ -32,6 +32,10 @@ for internationalizing the Domain Name System (DNS). %prep %setup -q -n Net-IDN-Nameprep-%{version} +# Remove incorrect executable bits +chmod -x Changes \ + lib/Net/IDN/Nameprep.pm + %build perl Build.PL installdirs=vendor @@ -57,6 +61,7 @@ perl Build.PL installdirs=vendor %changelog - Replace the usage of the %%{__perl} macro by the plain perl command. - Add missing build requirements. +- Remove the incorrect executable bits. * Fri Jan 04 2013 Mathieu Bridon <bochecha@xxxxxxxxxxxxxxxxx> - 1.101-1 - Initial package for Fedora, with help from cpanspec. -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl perl-devel mailing list perl-devel@xxxxxxxxxxxxxxxxxxxxxxx https://admin.fedoraproject.org/mailman/listinfo/perl-devel