rpms/monotone/F-7 monotone.spec,1.31,1.32

Roland McGrath (roland) fedora-extras-commits at redhat.com
Sun Oct 28 05:18:16 UTC 2007


Author: roland

Update of /cvs/pkgs/rpms/monotone/F-7
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13849

Modified Files:
	monotone.spec 
Log Message:
Fix %check to get failure output into build logs.


Index: monotone.spec
===================================================================
RCS file: /cvs/pkgs/rpms/monotone/F-7/monotone.spec,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -r1.31 -r1.32
--- monotone.spec	28 Oct 2007 04:34:20 -0000	1.31
+++ monotone.spec	28 Oct 2007 05:17:41 -0000	1.32
@@ -1,6 +1,6 @@
 Name: monotone
 Version: 0.37
-Release: 2%{?dist}
+Release: 3%{?dist}
 
 Summary: A free, distributed version control system
 Group: Development/Tools
@@ -68,7 +68,7 @@
 make %{?_smp_mflags}
 
 %check
-make %{?_smp_mflags} check || { cat tester_dir/tester.log; false; }
+make %{?_smp_mflags} check || { cat tester_dir/*.log; false; }
 
 %install
 rm -rf %{buildroot}
@@ -171,7 +171,7 @@
 
 
 %changelog
-* Sat Oct 27 2007 Roland McGrath <roland at redhat.com> - 0.37-2
+* Sat Oct 27 2007 Roland McGrath <roland at redhat.com> - 0.37-3
 - Updated for 0.37 release.
 - Prevent destroying old passphrase file with 'service monotone genkey'.
 - Put LSB standard comments in monotone.init for monotone-server subpackage.




More information about the fedora-extras-commits mailing list