New upstream version 1.0.30. Now includes test-bootbootboot.sh script.
This commit is contained in:
parent
26da62828e
commit
e8058cbe3e
@ -1 +1 @@
|
||||
libguestfs-1.0.29.tar.gz
|
||||
libguestfs-1.0.30.tar.gz
|
||||
|
@ -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 <rjones@redhat.com> - 1.0.30-1
|
||||
- New upstream version 1.0.30. Now includes test-bootbootboot.sh script.
|
||||
|
||||
* Thu May 21 2009 Richard Jones <rjones@redhat.com> - 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.
|
||||
|
Loading…
Reference in New Issue
Block a user