From bee45699c9c50a9184702a93aaea998f64b46cde Mon Sep 17 00:00:00 2001 From: Petr Písař Date: Jul 18 2013 12:37:08 +0000 Subject: Work around test failures due to randomized hashes --- diff --git a/perl-Convert-Bencode_XS.spec b/perl-Convert-Bencode_XS.spec index cdafb20..9661f22 100644 --- a/perl-Convert-Bencode_XS.spec +++ b/perl-Convert-Bencode_XS.spec @@ -34,7 +34,8 @@ find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null \; %{_fixperms} %{buildroot}/* %check -make test +# PERL_PERTURB_KEYS to work around randomized hashes, CPAN RT#87012 +PERL_PERTURB_KEYS=0 make test %files %defattr(-,root,root,-) @@ -46,6 +47,7 @@ make test %changelog * Wed Jul 17 2013 Petr Pisar - 0.06-8 - Perl 5.18 rebuild +- Work around test failures due to randomized hashes (CPAN RT#87012) * Thu Feb 14 2013 Fedora Release Engineering - 0.06-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild