rpms/libguestfs/devel libguestfs.spec,1.13,1.14

Richard W.M. Jones rjones at fedoraproject.org
Mon May 18 17:35:46 UTC 2009


Author: rjones

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

Modified Files:
	libguestfs.spec 
Log Message:
Note BZ numbers which are causing tests to fail.


Index: libguestfs.spec
===================================================================
RCS file: /cvs/pkgs/rpms/libguestfs/devel/libguestfs.spec,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -p -r1.13 -r1.14
--- libguestfs.spec	18 May 2009 17:15:17 -0000	1.13
+++ libguestfs.spec	18 May 2009 17:35:15 -0000	1.14
@@ -4,7 +4,7 @@
 Summary:     Access and modify virtual machine disk images
 Name:        libguestfs
 Version:     1.0.26
-Release:     4%{?dist}
+Release:     5%{?dist}
 License:     LGPLv2+
 Group:       Development/Libraries
 URL:         http://et.redhat.com/~rjones/libguestfs/
@@ -268,21 +268,33 @@ make INSTALLDIRS=vendor %{?_smp_mflags}
 
 
 %check
-#make check
-./fish/guestfish -v <<EOT
-alloc test.img 100M
-run
-sfdisk /dev/sda 0 0 0 ,
-pvcreate /dev/sda1
-vgcreate VG /dev/sda1
-lvcreate LV1 VG 10M
-lvcreate LV2 VG 10M
-mkfs ext2 /dev/VG/LV1
-mount /dev/VG/LV1 /
-ll /
-lvs
-sync
-EOT
+# Uncomment one of these, depending on whether you want to
+# do a very long and thorough test ('make check') or just
+# a quick test to see if things generally work.
+
+# Currently tests are disabled on some architectures because of:
+#   BZ 494075 (ppc, ppc64).
+#   BZ 500564 (x86-64)
+
+%ifarch %{ix86}
+make check
+%endif
+
+# Quick test:
+#./fish/guestfish -v <<EOT
+#alloc test.img 100M
+#run
+#sfdisk /dev/sda 0 0 0 ,
+#pvcreate /dev/sda1
+#vgcreate VG /dev/sda1
+#lvcreate LV1 VG 10M
+#lvcreate LV2 VG 10M
+#mkfs ext2 /dev/VG/LV1
+#mount /dev/VG/LV1 /
+#ll /
+#lvs
+#sync
+#EOT
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -441,9 +453,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
-* Mon May 18 2009 Richard Jones <rjones at redhat.com> - 1.0.26-4
+* Mon May 18 2009 Richard Jones <rjones at redhat.com> - 1.0.26-5
 - Experimentally try to reenable ppc and ppc64 builds.
-- Tests take a very long time to run, so include a simple quick check.
+- Note BZ numbers which are causing tests to fail.
 
 * Mon May 18 2009 Richard Jones <rjones at redhat.com> - 1.0.26-1
 - New upstream version 1.0.26.




More information about the scm-commits mailing list