[mingw-libvirt: 3/22] Add autotools build requires to enable makefile rebuild

Kalev Lember kalev at fedoraproject.org
Wed Mar 7 15:39:39 UTC 2012


commit daaa57234d5c5ec99ec744fe0e93ec3616c35cb3
Author: Daniel P. Berrange <berrange at redhat.com>
Date:   Wed Sep 8 16:51:36 2010 +0100

    Add autotools build requires to enable makefile rebuild

 mingw32-libvirt.spec |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)
---
diff --git a/mingw32-libvirt.spec b/mingw32-libvirt.spec
index 09ae431..623918d 100644
--- a/mingw32-libvirt.spec
+++ b/mingw32-libvirt.spec
@@ -32,6 +32,9 @@ BuildRequires:  pkgconfig
 # Need native version for msgfmt
 BuildRequires:  gettext
 
+# Need for Patch2 to rebuild makefiles
+BuildRequires: libtool automake autoconf
+
 BuildArch:      noarch
 
 %{?_mingw32_debug_package}
@@ -126,6 +129,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Wed Sep  8 2010 Daniel P. Berrange <berrange at redhat.com> - 0.8.3-1
+- Add autotools build requires to enable makefile rebuild
+
 * Mon Sep  6 2010 Daniel P. Berrange <berrange at redhat.com> - 0.8.3-1
 - Initial Fedora import from review (rhbz #467418)
 - Update to use 0.8.3 sources


More information about the scm-commits mailing list