rpms/perl-Test-Distribution/devel perl-Test-Distribution.spec, 1.2, 1.3

Chris Weyl (cweyl) fedora-extras-commits at redhat.com
Thu Mar 1 19:49:38 UTC 2007


Author: cweyl

Update of /cvs/extras/rpms/perl-Test-Distribution/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27152/devel

Modified Files:
	perl-Test-Distribution.spec 
Log Message:
tweak %check.



Index: perl-Test-Distribution.spec
===================================================================
RCS file: /cvs/extras/rpms/perl-Test-Distribution/devel/perl-Test-Distribution.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- perl-Test-Distribution.spec	7 Dec 2006 02:36:47 -0000	1.2
+++ perl-Test-Distribution.spec	1 Mar 2007 19:49:05 -0000	1.3
@@ -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 @@
 
 %check
 # these will cause problems otherwise...
-rm debug*list
+rm -f debug*list
 
 ./Build test
 
@@ -63,6 +63,9 @@
 %{_mandir}/man3/*
 
 %changelog
+* Thu Mar 01 2007 Chris Weyl <cweyl at alumni.drew.edu> 1.26-3
+- cause rm to not fail on non-existance of debug*list in check.
+
 * Wed Dec 06 2006 Chris Weyl <cweyl at alumni.drew.edu> 1.26-2
 - bump
 




More information about the fedora-extras-commits mailing list