rpms/libguestfs/devel libguestfs.spec,1.211,1.212

Richard W.M. Jones rjones at fedoraproject.org
Thu Jul 8 14:46:43 UTC 2010


Author: rjones

Update of /cvs/pkgs/rpms/libguestfs/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv30014

Modified Files:
	libguestfs.spec 
Log Message:
Work around permanently broken test-getlogin_r Gnulib test.


Index: libguestfs.spec
===================================================================
RCS file: /cvs/pkgs/rpms/libguestfs/devel/libguestfs.spec,v
retrieving revision 1.211
retrieving revision 1.212
diff -u -p -r1.211 -r1.212
--- libguestfs.spec	8 Jul 2010 13:55:31 -0000	1.211
+++ libguestfs.spec	8 Jul 2010 14:46:43 -0000	1.212
@@ -42,7 +42,7 @@ Summary:       Access and modify virtual
 Name:          libguestfs
 Epoch:         1
 Version:       1.5.0
-Release:       3%{?dist}
+Release:       4%{?dist}
 License:       LGPLv2+
 Group:         Development/Libraries
 URL:           http://libguestfs.org/
@@ -488,9 +488,11 @@ export SKIP_TEST_CHECKSUM_DEVICE=1
 
 # Work around 'test-getlogin_r.c:55: assertion failed' in Gnulib tests.
 pushd daemon/tests
-make test-getlogin_r
-rm test-getlogin_r
-touch test-getlogin_r
+borked=test-getlogin_r
+make $borked
+rm $borked
+touch $borked
+chmod +x $borked
 popd
 
 %if %{runtests}
@@ -701,7 +703,7 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
-* Thu Jul  8 2010 Richard W.M. Jones <rjones at redhat.com> - 1:1.5.0-3
+* Thu Jul  8 2010 Richard W.M. Jones <rjones at redhat.com> - 1:1.5.0-4
 - New development branch 1.5.0.
 - Remove two upstream patches.
 - Work around permanently broken test-getlogin_r Gnulib test.



More information about the scm-commits mailing list