From 206124da6baaa2a4821be6d90d2c34c68d41f421 Mon Sep 17 00:00:00 2001 From: Richard W.M. Jones Date: Feb 15 2013 13:54:55 +0000 Subject: Add gettext-devel (for autoreconf). --- diff --git a/hivex.spec b/hivex.spec index d46ed6c..8669bfb 100644 --- a/hivex.spec +++ b/hivex.spec @@ -7,7 +7,7 @@ Name: hivex Version: 1.3.7 -Release: 5%{?dist} +Release: 6%{?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: autoconf, automake, libtool +BuildRequires: autoconf, automake, libtool, gettext-devel # Fix for newest Ruby (upstream since 2013-02-15). Patch3: 0001-ruby-Use-updated-rake-package-names-but-allow-fallba.patch @@ -294,7 +294,7 @@ rm -rf $RPM_BUILD_ROOT %changelog -* Fri Feb 15 2013 Richard W.M. Jones - 1.3.7-5 +* Fri Feb 15 2013 Richard W.M. Jones - 1.3.7-6 - Fix for latest Ruby in Rawhide. Fixes build failure identified by mass rebuild yesterday. - Don't ignore error from running autoreconf.