diff --git a/.cvsignore b/.cvsignore index 4b13760..10c86aa 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -libguestfs-1.0.29.tar.gz +libguestfs-1.0.30.tar.gz diff --git a/libguestfs.spec b/libguestfs.spec index 1aacfb7..d8ea400 100644 --- a/libguestfs.spec +++ b/libguestfs.spec @@ -3,17 +3,14 @@ Summary: Access and modify virtual machine disk images Name: libguestfs -Version: 1.0.29 -Release: 3%{?dist} +Version: 1.0.30 +Release: 1%{?dist} License: LGPLv2+ Group: Development/Libraries URL: http://et.redhat.com/~rjones/libguestfs/ Source0: http://et.redhat.com/~rjones/libguestfs/files/%{name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root -# Can be removed in 1.0.30: -Source1: test-bootbootboot.sh - # Basic build requirements: BuildRequires: /usr/bin/pod2man BuildRequires: /usr/bin/pod2text @@ -240,9 +237,6 @@ Requires: jpackage-utils %prep %setup -q -# Can be removed in 1.0.30: -cp -n %{SOURCE1} . - mkdir -p daemon/m4 @@ -286,7 +280,8 @@ export LIBGUESTFS_DEBUG=1 # BZ 494075 (ppc, ppc64) # BZ 502058 (i386, x86-64) - only on F-11 we think, seems to work on F-12 -# Workaround for BZ 502058: +# 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 @@ -467,6 +462,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Thu May 21 2009 Richard Jones - 1.0.30-1 +- New upstream version 1.0.30. Now includes test-bootbootboot.sh script. + * Thu May 21 2009 Richard Jones - 1.0.29-3 - New upstream version 1.0.29 (fixes RHBZ#502007 RHBZ#502018). - This should allow us to enable tests for i386 and x86-64. diff --git a/sources b/sources index cfbfb43..444ca68 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -3a92082fa47893f00821ae0e58fa4e7f libguestfs-1.0.29.tar.gz +02147252fcfbc4701e275689c0dc75de libguestfs-1.0.30.tar.gz