diff --git a/perl-Text-Shellwords.spec b/perl-Text-Shellwords.spec index 9897b3a..ec85ea3 100644 --- a/perl-Text-Shellwords.spec +++ b/perl-Text-Shellwords.spec @@ -1,6 +1,6 @@ Name: perl-Text-Shellwords Version: 1.08 -Release: 4%{?dist} +Release: 5%{?dist} Summary: A thin wrapper around the shellwords.pl package Group: Development/Libraries @@ -46,7 +46,7 @@ find $RPM_BUILD_ROOT -type f -a \( -name .packlist \ find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 2>/dev/null ';' -%check || : +%check make test @@ -62,6 +62,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Wed Jun 4 2008 Alex Lancaster - 1.08-5 +- Remove old check construct that prevents F-10+ build (#449489) + * Tue Mar 04 2008 Tom "spot" Callaway 1.08-4 - rebuild for new perl