rpms/fakechroot/devel fakechroot.spec,1.4,1.5

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


Author: athimm

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

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


Index: fakechroot.spec
===================================================================
RCS file: /cvs/extras/rpms/fakechroot/devel/fakechroot.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- fakechroot.spec	3 Aug 2008 19:20:29 -0000	1.4
+++ fakechroot.spec	25 Aug 2008 10:24:33 -0000	1.5
@@ -1,7 +1,7 @@
 Summary: Gives a fake chroot environment
 Name: fakechroot
 Version: 2.8
-Release: 13%{?dist}
+Release: 14%{?dist}
 License: LGPLv2+
 Group: Development/Tools
 URL: http://packages.debian.org/unstable/utils/fakechroot.html
@@ -30,8 +30,14 @@
 rm -rf %{buildroot}
 make install DESTDIR=%{buildroot}
 
-%check || :
-#currently broken: No rule to make target `t.pwd'
+%check
+#currently broken (reported upstream):
+#cp: cannot stat `/bin/busybox': No such file or directory
+#cp: cannot stat `/bin/csh': No such file or directory
+#...
+#FAIL: t.echoarg
+#==================================
+#1 of 1 tests failed
 #make check
 
 %clean
@@ -47,6 +53,9 @@
 %{_mandir}/man1/fakechroot.1.gz
 
 %changelog
+* Sun Aug 24 2008 Axel Thimm <Axel.Thimm at ATrpms.net> - 2.8-14
+- %%check || : does not work anymore.
+
 * Sun Aug  3 2008 Axel Thimm <Axel.Thimm at ATrpms.net> - 2.8-13
 - Update to 2.8.
 




More information about the fedora-extras-commits mailing list