Rerun autoreconf because patch touches configure script.
This commit is contained in:
parent
9f24b45fa0
commit
c883d54c68
@ -5,7 +5,7 @@ Summary: Access and modify virtual machine disk images
|
|||||||
Name: libguestfs
|
Name: libguestfs
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
Version: 1.0.66
|
Version: 1.0.66
|
||||||
Release: 2%{?dist}
|
Release: 3%{?dist}
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
URL: http://libguestfs.org/
|
URL: http://libguestfs.org/
|
||||||
@ -13,6 +13,7 @@ Source0: http://libguestfs.org/download/%{name}-%{version}.tar.gz
|
|||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
|
||||||
|
|
||||||
Patch0: 0001-Allow-network-interface-to-be-configured.patch
|
Patch0: 0001-Allow-network-interface-to-be-configured.patch
|
||||||
|
BuildRequires: automake, autoconf, libtool
|
||||||
|
|
||||||
# Basic build requirements:
|
# Basic build requirements:
|
||||||
BuildRequires: /usr/bin/pod2man
|
BuildRequires: /usr/bin/pod2man
|
||||||
@ -295,6 +296,7 @@ Requires: jpackage-utils
|
|||||||
mkdir -p daemon/m4
|
mkdir -p daemon/m4
|
||||||
|
|
||||||
%patch0 -p1
|
%patch0 -p1
|
||||||
|
autoreconf -i
|
||||||
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
@ -545,8 +547,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Fri Aug 7 2009 Richard W.M. Jones <rjones@redhat.com> - 1.0.66-2
|
* Fri Aug 7 2009 Richard W.M. Jones <rjones@redhat.com> - 1.0.66-3
|
||||||
- Set network interface to ne2k_pci (workaround for RHBZ#516022).
|
- Set network interface to ne2k_pci (workaround for RHBZ#516022).
|
||||||
|
- Rerun autoconf because patch touches configure script.
|
||||||
|
|
||||||
* Thu Aug 6 2009 Richard W.M. Jones <rjones@redhat.com> - 1.0.66-1
|
* Thu Aug 6 2009 Richard W.M. Jones <rjones@redhat.com> - 1.0.66-1
|
||||||
- New upstream release 1.0.66.
|
- New upstream release 1.0.66.
|
||||||
|
Loading…
Reference in New Issue
Block a user