[hivex/f17] Depend on automake etc. for the patch. (cherry picked from commit ed277b991630279d7751d9c710a5484b9b

Richard W.M. Jones rjones at fedoraproject.org
Tue Mar 13 16:59:09 UTC 2012


commit 1c1113937b9c1852a7d5551d4f89959c58f331e5
Author: Richard W.M. Jones <rjones at redhat.com>
Date:   Tue Mar 13 16:47:51 2012 +0000

    Depend on automake etc. for the patch.
    (cherry picked from commit ed277b991630279d7751d9c710a5484b9bfa1484)

 hivex.spec |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/hivex.spec b/hivex.spec
index a856244..59201d5 100644
--- a/hivex.spec
+++ b/hivex.spec
@@ -7,7 +7,7 @@
 
 Name:           hivex
 Version:        1.3.5
-Release:        3%{?dist}
+Release:        4%{?dist}
 Summary:        Read and write Windows Registry binary hive files
 
 Group:          Development/Libraries
@@ -43,7 +43,7 @@ Patch0:         %{name}-1.2.3-dirs.patch
 
 # Use VENDOR*DIR instead of SITE*DIR (not yet upstream).
 Patch2:         ruby-1.9-vendor-not-site.patch
-BuildRequires:  /usr/bin/autoreconf
+BuildRequires:  autoconf, automake, libtool
 
 
 %description
@@ -288,10 +288,10 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
-* Tue Mar 13 2012 Richard W.M. Jones <rjones at redhat.com> - 1:1.3.5-3
+* Tue Mar 13 2012 Richard W.M. Jones <rjones at redhat.com> - 1:1.3.5-4
 - New upstream version 1.3.5.
 - Remove upstream patch.
-- Depend on autoreconf for the patch.
+- Depend on automake etc. for the patch.
 
 * Thu Feb  9 2012 Richard W.M. Jones <rjones at redhat.com> - 1.3.3-8
 - ruby(abi) 1.9.1.


More information about the scm-commits mailing list