From dbdd0729f17b78a64e026250a89e004cf32ce27f Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Wed, 10 Jun 2009 16:27:03 +0000 Subject: [PATCH] - New upstream version 1.0.44. - Try enabling tests on ppc & ppc64 since it looks like the bug(s?) in qemu which might have caused them to fail have been fixed. --- .cvsignore | 2 +- libguestfs.spec | 11 ++++++++--- sources | 2 +- 3 files changed, 10 insertions(+), 5 deletions(-) diff --git a/.cvsignore b/.cvsignore index d90ceca..6d68afd 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -libguestfs-1.0.43.tar.gz +libguestfs-1.0.44.tar.gz diff --git a/libguestfs.spec b/libguestfs.spec index 117baa3..6e0e281 100644 --- a/libguestfs.spec +++ b/libguestfs.spec @@ -3,7 +3,7 @@ Summary: Access and modify virtual machine disk images Name: libguestfs -Version: 1.0.43 +Version: 1.0.44 Release: 1%{?dist} License: LGPLv2+ Group: Development/Libraries @@ -283,7 +283,7 @@ export LIBGUESTFS_DEBUG=1 # a quick test to see if things generally work. # Currently tests are disabled on all architectures because of: -# BZ 494075 (ppc, ppc64) +# BZ 494075/504273 (ppc, ppc64) # BZ 502058 (i386, x86-64) - only on F-11 we think, seems to work on F-12 # BZ 502074 (i386) - sha1sum segfault on F-11 only # BZ 503236 (i386) - cryptomgr_test at doublefault_fn (F-12 only) @@ -292,7 +292,7 @@ export LIBGUESTFS_DEBUG=1 # won't harm other builds. export LIBGUESTFS_APPEND=noapic -%ifarch x86_64 +%ifarch ppc ppc64 x86_64 make check %endif @@ -473,6 +473,11 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Wed Jun 10 2009 Richard W.M. Jones - 1.0.44-1 +- New upstream version 1.0.44. +- Try enabling tests on ppc & ppc64 since it looks like the bug(s?) + in qemu which might have caused them to fail have been fixed. + * Tue Jun 9 2009 Richard W.M. Jones - 1.0.43-1 - New upstream version 1.0.43. - New upstream URL. diff --git a/sources b/sources index 4b3e862..fdff423 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -30cebd3a8531c179ab476e3649eccf14 libguestfs-1.0.43.tar.gz +194ce8270c55c610e834a2cf7a46c9c3 libguestfs-1.0.44.tar.gz