rpms/libguestfs/devel libguestfs.spec,1.153,1.154

Richard W.M. Jones rjones at fedoraproject.org
Tue Mar 2 12:45:32 UTC 2010


Author: rjones

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

Modified Files:
	libguestfs.spec 
Log Message:
Comments and annotations in spec file.


Index: libguestfs.spec
===================================================================
RCS file: /cvs/pkgs/rpms/libguestfs/devel/libguestfs.spec,v
retrieving revision 1.153
retrieving revision 1.154
diff -u -p -r1.153 -r1.154
--- libguestfs.spec	1 Mar 2010 14:44:01 -0000	1.153
+++ libguestfs.spec	2 Mar 2010 12:45:32 -0000	1.154
@@ -411,6 +411,14 @@ export PATH=/usr/sbin:$PATH
 # not the site dir.
 make INSTALLDIRS=vendor %{?_smp_mflags}
 
+# Useful for debugging appliance problems.
+echo "==== files in initramfs ===="
+find initramfs -type f
+echo "==== hostfiles ===="
+ls -l appliance/*.supermin.hostfiles
+cat appliance/*.supermin.hostfiles
+echo "============"
+
 
 %check
 # Enable debugging - very useful if a test does fail, although
@@ -438,6 +446,7 @@ export LIBGUESTFS_DEBUG=1
 # 548121   all          F-13   udevsettle command is broken (WORKAROUND)
 # 553689   all          F-13   missing SeaBIOS (FIXED)
 # 563103   all          F-13   glibc incorrect emulation of preadv/pwritev
+# 567567   32-bit       all    guestfish xstrtol test failure on 32-bit
 
 %if %{runtests}
 %if 0



More information about the scm-commits mailing list