add build requires of ncurses-devel

This commit is contained in:
openeuler-basic 2020-03-10 10:10:55 +08:00
parent 7f3ec40fe2
commit b97adb6ace

View File

@ -1,6 +1,6 @@
Name: bash Name: bash
Version: 5.0 Version: 5.0
Release: 10 Release: 11
Summary: It is the Bourne Again Shell Summary: It is the Bourne Again Shell
License: GPLv3 License: GPLv3
URL: https://www.gnu.org/software/bash URL: https://www.gnu.org/software/bash
@ -38,7 +38,7 @@ Patch36: commit-bash-20190913-snapshot.patch
Patch37:bugfix-Forbidden-non-root-user-to-clear-history.patch Patch37:bugfix-Forbidden-non-root-user-to-clear-history.patch
Patch38:enable-dot-logout-and-source-bashrc-through-ssh.patch Patch38:enable-dot-logout-and-source-bashrc-through-ssh.patch
BuildRequires: gcc bison texinfo autoconf BuildRequires: gcc bison texinfo autoconf ncurses-devel
Requires: filesystem Requires: filesystem
@ -123,6 +123,12 @@ make check
%exclude %{_infodir}/dir %exclude %{_infodir}/dir
%changelog %changelog
* Tue Mar 10 2020 openEuler Buildteam <buildteam@openeuler.org> - 5.0-11
- Type:enhancement
- ID:NA
- SUG:NA
- DESC:add build requires of ncurses-devel
* Fri Feb 21 2020 openEuler Buildteam <buildteam@openeuler.org> - 5.0-10 * Fri Feb 21 2020 openEuler Buildteam <buildteam@openeuler.org> - 5.0-10
- Type:CVE - Type:CVE
- ID:NA - ID:NA