diff --git a/bash.spec b/bash.spec index 88880df..8bc5559 100644 --- a/bash.spec +++ b/bash.spec @@ -1,9 +1,9 @@ Version: 3.2 Name: bash Summary: The GNU Bourne Again shell (bash) version %{version} -Release: 13%{?dist} +Release: 14%{?dist} Group: System Environment/Shells -License: GPL +License: GPLv2+ Url: http://www.gnu.org/software/bash Source0: ftp://ftp.gnu.org/gnu/bash/bash-%{version}.tar.gz Source2: ftp://ftp.gnu.org/gnu/bash/bash-doc-%{version}.tar.gz @@ -240,6 +240,14 @@ fi %doc doc/*.ps doc/*.0 doc/*.html doc/article.txt %changelog +* Mon Aug 20 2007 Pete Graner - 3.2-14 +- Update to the Improve bash $RANDOM pseudo RNG (bug #234906) + now works with subshells and make $RANDOM on demand thus reducing the + amount of AVCs thrown. + +* Thu Aug 16 2007 Pete Graner - 3.2-14 +- Changed spec file License to GPLv2+ + * Wed Aug 15 2007 Pete Graner - 3.2-13 - Improve bash $RANDOM pseudo RNG (bug #234906)