diff --git a/bash.spec b/bash.spec index 8c95a44f3815db8a5744ebf888b8de901f7f5976..8485205ca30f8d1365c7332668a77e603280bd27 100644 --- a/bash.spec +++ b/bash.spec @@ -1,6 +1,6 @@ Name: bash Version: 5.0 -Release: 8 +Release: 9 Summary: It is the Bourne Again Shell License: GPLv3 URL: https://www.gnu.org/software/bash @@ -35,7 +35,7 @@ Patch34: bash-4.3-memleak-lc_all.patch Patch9000:bugfix-Forbidden-non-root-user-to-clear-history.patch Patch9001:enable-dot-logout-and-source-bashrc-through-ssh.patch -BuildRequires: gcc bison texinfo +BuildRequires: gcc bison texinfo autoconf Requires: filesystem @@ -120,6 +120,9 @@ make check %exclude %{_infodir}/dir %changelog +* Wed Jan 22 2020 openEuler Buildteam - 5.0-9 +- resolve compile problems. + * Mon Jan 6 2020 openEuler Buildteam - 5.0-8 - Type:enhancement - ID:NA