rpms/fakeroot/devel fakeroot.spec,1.5,1.6

Axel Thimm athimm at fedoraproject.org
Mon Aug 25 10:25:04 UTC 2008


Author: athimm

Update of /cvs/extras/rpms/fakeroot/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv26607/fakeroot/devel

Modified Files:
	fakeroot.spec 
Log Message:
%%check || : does not work anymore.


Index: fakeroot.spec
===================================================================
RCS file: /cvs/extras/rpms/fakeroot/devel/fakeroot.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- fakeroot.spec	3 Aug 2008 19:15:37 -0000	1.5
+++ fakeroot.spec	25 Aug 2008 10:24:34 -0000	1.6
@@ -1,7 +1,7 @@
 Summary: Gives a fake root environment
 Name: fakeroot
 Version: 1.9.6
-Release: 16%{?dist}
+Release: 17%{?dist}
 License: GPL+
 Group: Development/Tools
 URL: http://fakeroot.alioth.debian.org/
@@ -41,7 +41,7 @@
 rm -rf %{buildroot}
 make install libdir=%{_libdir}/libfakeroot DESTDIR=%{buildroot}
 
-%check || :
+%check
 make check
 
 %clean
@@ -68,6 +68,9 @@
 %exclude %{_libdir}/libfakeroot/libfakeroot.la
 
 %changelog
+* Sun Aug 24 2008 Axel Thimm <Axel.Thimm at ATrpms.net> - 1.9.6-17
+- %%check || : does not work anymore.
+
 * Sun Aug  3 2008 Axel Thimm <Axel.Thimm at ATrpms.net> - 1.9.6-16
 - Update to 1.9.6.
 




More information about the fedora-extras-commits mailing list