From 5eface606eb18c36f695d0ec4780d3e1e72c32db Mon Sep 17 00:00:00 2001 From: Tim Waugh Date: Mon, 5 Feb 2007 17:05:10 +0000 Subject: [PATCH] - Post requires ncurses (bug #224567). - Resolves: rhbz#224567 --- bash.spec | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bash.spec b/bash.spec index 29ed3cb..d47ba3c 100644 --- a/bash.spec +++ b/bash.spec @@ -36,6 +36,7 @@ Patch126: bash-setlocale.patch Patch130: bash-infotags.patch Patch131: bash-cond-rmatch.patch Requires: mktemp +Requires(post): ncurses BuildRoot: %{_tmppath}/%{name}-%{version}--%{release}-root-%(%{__id_u} -n) BuildRequires: texinfo bison @@ -207,6 +208,7 @@ fi %changelog * Mon Feb 5 2007 Tim Waugh +- Post requires ncurses (bug #224567). - Removed Prefix tag (bug #225609). - Fixed BuildRoot tag (bug #225609). - Removed trailing full-stop from summary (bug #225609).