From 3a1994f580535733e42272255c56d2241f0e7f67 Mon Sep 17 00:00:00 2001 From: Tim Waugh Date: Dec 16 2006 14:44:05 +0000 Subject: - Build requires autoconf and gettext. --- diff --git a/bash.spec b/bash.spec index 3b3815e..50847b9 100644 --- a/bash.spec +++ b/bash.spec @@ -42,7 +42,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-root BuildRequires: texinfo bison BuildRequires: libtermcap-devel -BuildRequires: autoconf +BuildRequires: autoconf, gettext %description The GNU Bourne Again shell (Bash) is a shell or command language @@ -208,7 +208,7 @@ fi %changelog * Fri Dec 15 2006 Tim Waugh 3.2-1 -- Build requires autoconf. +- Build requires autoconf and gettext. - 3.2. No longer need aq, login, ulimit, sighandler or read-memleak patches.