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
Version: 5.0
Release: 10
Release: 11
Summary: It is the Bourne Again Shell
License: GPLv3
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
Patch38:enable-dot-logout-and-source-bashrc-through-ssh.patch
BuildRequires: gcc bison texinfo autoconf
BuildRequires: gcc bison texinfo autoconf ncurses-devel
Requires: filesystem
@ -123,6 +123,12 @@ make check
%exclude %{_infodir}/dir
%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
- Type:CVE
- ID:NA