From 0314d4fed5dc7a2e6c0feba41805060bead0258d Mon Sep 17 00:00:00 2001 From: Jesse Keating Date: Oct 28 2008 21:33:41 +0000 Subject: - Add the Requires(post) back for ncurses-libs, so that rpm knows where to break the loop. The post actually does require the curses libs for the sh calls. Could consider doing this in LUA and not have any external deps. --- diff --git a/bash.spec b/bash.spec index 99407e7..717bd13 100644 --- a/bash.spec +++ b/bash.spec @@ -1,7 +1,7 @@ Version: 3.2 Name: bash Summary: The GNU Bourne Again shell (bash) version %{version} -Release: 28%{?dist} +Release: 29%{?dist} Group: System Environment/Shells License: GPLv2+ Url: http://www.gnu.org/software/bash @@ -77,6 +77,7 @@ Patch141: bash-3.2-patch035.patch Patch142: bash-3.2-execve_catch_signals.patch Patch143: bash-3.2-ssh_source_bash.patch +Requires(post): ncurses-libs BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: texinfo bison @@ -303,6 +304,12 @@ fi %doc doc/*.ps doc/*.0 doc/*.html doc/article.txt %changelog +* Tue Oct 28 2008 Jesse Keating - 3.2-29 +- Add the Requires(post) back for ncurses-libs, so that rpm knows + where to break the loop. The post actually does require the curses + libs for the sh calls. Could consider doing this in LUA and not have + any external deps. + * Thu Oct 23 2008 Roman Rakus - 3.2-28 - Removing Requires for mktemp and ncurses, which cause dependencing loop