rpms/libguestfs/F-11 .cvsignore, 1.4, 1.5 libguestfs.spec, 1.6, 1.7 sources, 1.4, 1.5

Richard W.M. Jones rjones at fedoraproject.org
Thu May 21 19:01:34 UTC 2009


Author: rjones

Update of /cvs/pkgs/rpms/libguestfs/F-11
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv725

Modified Files:
	.cvsignore libguestfs.spec sources 
Log Message:
Backport version 1.0.30 from devel branch.


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/libguestfs/F-11/.cvsignore,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -p -r1.4 -r1.5
--- .cvsignore	20 May 2009 08:41:42 -0000	1.4
+++ .cvsignore	21 May 2009 19:01:03 -0000	1.5
@@ -1 +1 @@
-libguestfs-1.0.27.tar.gz
+libguestfs-1.0.30.tar.gz


Index: libguestfs.spec
===================================================================
RCS file: /cvs/pkgs/rpms/libguestfs/F-11/libguestfs.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -p -r1.6 -r1.7
--- libguestfs.spec	21 May 2009 08:12:57 -0000	1.6
+++ libguestfs.spec	21 May 2009 19:01:03 -0000	1.7
@@ -3,8 +3,8 @@
 
 Summary:     Access and modify virtual machine disk images
 Name:        libguestfs
-Version:     1.0.27
-Release:     1%{?dist}.2
+Version:     1.0.30
+Release:     1%{?dist}
 License:     LGPLv2+
 Group:       Development/Libraries
 URL:         http://et.redhat.com/~rjones/libguestfs/
@@ -268,15 +268,25 @@ make INSTALLDIRS=vendor %{?_smp_mflags}
 
 
 %check
+# Enable debugging - very useful if a test does fail, although
+# it produces masses of output in the build.log.
+export LIBGUESTFS_DEBUG=1
+
 # 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 all architectures because of:
 #   BZ 494075 (ppc, ppc64)
-#   BZ 500564 (i386, x86-64)
+#   BZ 502058 (i386, x86-64) - only on F-11 we think, seems to work on F-12
 
-#make check
+# Workaround for BZ 502058.  This is only needed for F-11, but
+# won't harm other builds.
+export LIBGUESTFS_APPEND=noapic
+
+%ifarch %{ix86} x86_64
+make check
+%endif
 
 # Quick test:
 #./fish/guestfish -v <<EOT
@@ -452,6 +462,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Thu May 21 2009 Richard Jones <rjones at redhat.com> - 1.0.30-1
+- Backport version 1.0.30 from devel branch.
+
 * Thu May 21 2009 Richard Jones <rjones at redhat.com> - 1.0.27-1.fc11.2
 - Change requirement from qemu -> qemu-kvm (RHBZ#501761).
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/libguestfs/F-11/sources,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -p -r1.4 -r1.5
--- sources	20 May 2009 08:41:42 -0000	1.4
+++ sources	21 May 2009 19:01:03 -0000	1.5
@@ -1 +1 @@
-12c01468e2bdd9710d5c12eaad3bff89  libguestfs-1.0.27.tar.gz
+02147252fcfbc4701e275689c0dc75de  libguestfs-1.0.30.tar.gz




More information about the scm-commits mailing list