commit a5c65eb81dc50b3c8f6bd29f59efeb014f702799 Author: Ralf Corsépius <corsepiu@xxxxxxxxxxxxxxxxx> Date: Sat Feb 23 06:07:48 2013 +0100 Pass --skipdeps to prevent ExtUtils::AutoInstall from accessing CPAN. (Fix FTBFS #914242). perl-Authen-CAS-Client.spec | 9 +++++++-- 1 files changed, 7 insertions(+), 2 deletions(-) --- diff --git a/perl-Authen-CAS-Client.spec b/perl-Authen-CAS-Client.spec index 43ffd8c..4c85c5a 100644 --- a/perl-Authen-CAS-Client.spec +++ b/perl-Authen-CAS-Client.spec @@ -1,6 +1,6 @@ Name: perl-Authen-CAS-Client Version: 0.05 -Release: 5%{?dist} +Release: 6%{?dist} Summary: Interface for authentication via JA-SIG's Central Authentication Service License: BSD Group: Development/Libraries @@ -24,7 +24,8 @@ are supported. %setup -q -n Authen-CAS-Client-%{version} %build -%{__perl} Makefile.PL INSTALLDIRS=vendor +# --skipdeps causes ExtUtils::AutoInstall not to try auto-installing +%{__perl} Makefile.PL INSTALLDIRS=vendor --skipdeps make %{?_smp_mflags} %install @@ -45,6 +46,10 @@ make test %{_mandir}/man3/* %changelog +* Sat Feb 23 2013 Ralf Corsépius <corsepiu@xxxxxxxxxxxxxxxxx> - 0.05-6 +- Pass --skipdeps to prevent ExtUtils::AutoInstall from accessing CPAN. + (Fix FTBFS #914242). + * Thu Feb 14 2013 Fedora Release Engineering <rel-eng@xxxxxxxxxxxxxxxxxxxxxxx> - 0.05-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild -- 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