rpms/monotone/FC-4 monotone.spec,1.6,1.7

Roland McGrath (roland) fedora-extras-commits at redhat.com
Tue Aug 23 05:36:34 UTC 2005


Author: roland

Update of /cvs/extras/rpms/monotone/FC-4
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30932

Modified Files:
	monotone.spec 
Log Message:
Don't use -j for make check.  cat testsuite.log on check failure.



Index: monotone.spec
===================================================================
RCS file: /cvs/extras/rpms/monotone/FC-4/monotone.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- monotone.spec	23 Aug 2005 05:31:11 -0000	1.6
+++ monotone.spec	23 Aug 2005 05:36:32 -0000	1.7
@@ -1,6 +1,6 @@
 Name: monotone
 Version: 0.22
-Release: 3%{?dist}
+Release: 4%{?dist}
 
 Summary: A free, distributed version control system
 Group: Development/Tools
@@ -63,7 +63,7 @@
 make %{?_smp_mflags}
 
 %check
-make %{?_smp_mflags} check
+make check || (cat testsuite.log; exit 2)
 
 %install
 rm -rf %{buildroot}
@@ -142,7 +142,7 @@
 
 
 %changelog
-* Mon Aug 22 2005 Roland McGrath <roland at redhat.com> - 0.22-3
+* Mon Aug 22 2005 Roland McGrath <roland at redhat.com> - 0.22-4
 - Updated for 0.22 release.
 - Added monotone-server package.
 




More information about the scm-commits mailing list