From 8c144ea5c44898bf57b1fa72e5b2bd1fd82f8595 Mon Sep 17 00:00:00 2001 From: Chris Weyl Date: Thu, 1 Mar 2007 19:49:03 +0000 Subject: [PATCH] tweak %check. --- perl-Test-Distribution.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/perl-Test-Distribution.spec b/perl-Test-Distribution.spec index 47fc499..5b6c924 100644 --- a/perl-Test-Distribution.spec +++ b/perl-Test-Distribution.spec @@ -1,6 +1,6 @@ Name: perl-Test-Distribution Version: 1.26 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Perform tests on all modules of a distribution License: GPL or Artistic Group: Development/Libraries @@ -49,7 +49,7 @@ find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null \; %check # these will cause problems otherwise... -rm debug*list +rm -f debug*list ./Build test @@ -63,6 +63,9 @@ rm -rf %{buildroot} %{_mandir}/man3/* %changelog +* Thu Mar 01 2007 Chris Weyl 1.26-3 +- cause rm to not fail on non-existance of debug*list in check. + * Wed Dec 06 2006 Chris Weyl 1.26-2 - bump