From 7a5d0957c0bcfa8a901695e3af1fbc851d06639a Mon Sep 17 00:00:00 2001 From: Sdrkun Date: Wed, 22 Jan 2020 12:37:09 +0800 Subject: [PATCH] resolve compile problems. --- bash.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/bash.spec b/bash.spec index 8c95a44..8485205 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 -- Gitee