- 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.
This commit is contained in:
parent
8f7f0623d0
commit
a2a31879cb
12
bash.spec
12
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 <pgraner@redhat.com> - 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 <pgraner@redhat.com> - 3.2-14
|
||||
- Changed spec file License to GPLv2+
|
||||
|
||||
* Wed Aug 15 2007 Pete Graner <pgraner@redhat.com> - 3.2-13
|
||||
- Improve bash $RANDOM pseudo RNG (bug #234906)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user