From 39db8d74a68d3c0fa84ccc58de91322c644ecb6b Mon Sep 17 00:00:00 2001 From: Tim Waugh Date: Jan 18 2006 15:23:09 +0000 Subject: - Removed inaccuracies from %description (bug #178189). --- diff --git a/bash.spec b/bash.spec index ac707f2..c26eb50 100644 --- a/bash.spec +++ b/bash.spec @@ -49,10 +49,7 @@ interpreter that is compatible with the Bourne shell (sh). Bash incorporates useful features from the Korn shell (ksh) and the C shell (csh). Most sh scripts can be run by bash without modification. This package (bash) contains bash version %{version}, which improves POSIX -compliance over previous versions. However, many old shell scripts -will depend upon the behavior of bash 1.14, which is included in the -bash1 package. Bash is the default shell for Red Hat Linux. It is -popular and powerful, and you'll probably end up using it. +compliance over previous versions. %prep %setup -q -a 2 @@ -213,6 +210,9 @@ fi %doc doc/*.ps doc/*.0 doc/*.html doc/article.txt %changelog +* Wed Jan 18 2006 Tim Waugh +- Removed inaccuracies from %%description (bug #178189). + * Fri Jan 13 2006 Tim Waugh 3.1-5 - Fix 'exec -l /bin/bash'.