rpms/upstart/devel upstart.spec,1.46,1.47

Petr Lautrbach plautrba at fedoraproject.org
Wed Feb 24 13:11:35 UTC 2010


Author: plautrba

Update of /cvs/pkgs/rpms/upstart/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv23599

Modified Files:
	upstart.spec 
Log Message:
run make check only with --with check to avoid test fails in koji



Index: upstart.spec
===================================================================
RCS file: /cvs/pkgs/rpms/upstart/devel/upstart.spec,v
retrieving revision 1.46
retrieving revision 1.47
diff -u -p -r1.46 -r1.47
--- upstart.spec	19 Feb 2010 21:04:58 -0000	1.46
+++ upstart.spec	24 Feb 2010 13:11:34 -0000	1.47
@@ -1,6 +1,6 @@
 Name:           upstart
 Version:        0.6.5
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        An event-driven init system
 
 Group:          System Environment/Base
@@ -41,7 +41,11 @@ install -m 644 %{SOURCE1} %{buildroot}/%
 %find_lang %{name}
 
 %check
-make check
+#some tests fail in koji while pass in mock and local build
+#to run make check use "--with check"
+%if %{?_with_check:1}%{!?_with_check:0}
+  make check
+%endif
 
 %clean
 rm -rf %{buildroot}
@@ -96,6 +100,9 @@ rm -rf %{buildroot}
 %{_mandir}/man8/reload.8.gz
 
 %changelog
+* Wed Feb 24 2010 Petr Lautrbach <plautrba at redhat.com> 0.6.5-3
+- run "make check" only with --with check
+
 * Fri Feb 19 2010 Casey Dahlin <cdahlin at redhat.com> 0.6.5-2
 - be more specific about which libnih we need.
 



More information about the scm-commits mailing list