diff options
author | unknown <lenz@mysql.com> | 2004-04-05 14:38:17 +0200 |
---|---|---|
committer | unknown <lenz@mysql.com> | 2004-04-05 14:38:17 +0200 |
commit | f6d992be47e6aedcc9727f8b1fde389a4d6d52b6 (patch) | |
tree | aff033e7a98ba7d5976784aacb5896fcf6054fb8 /support-files | |
parent | 94ebe6a3b1b8643459cf289d6810d6012ed454a4 (diff) | |
download | mariadb-git-f6d992be47e6aedcc9727f8b1fde389a4d6d52b6.tar.gz |
- added ncurses-devel to the build prerequisites (BUG#3377)
Diffstat (limited to 'support-files')
-rw-r--r-- | support-files/mysql.spec.sh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/support-files/mysql.spec.sh b/support-files/mysql.spec.sh index cea9c112b8b..714992e0826 100644 --- a/support-files/mysql.spec.sh +++ b/support-files/mysql.spec.sh @@ -23,6 +23,7 @@ Packager: Lenz Grimmer <build@mysql.com> Vendor: MySQL AB Requires: fileutils sh-utils Provides: msqlormysql MySQL-server mysql +BuildPrereq: ncurses-devel Obsoletes: mysql # Think about what you use here since the first step is to @@ -574,6 +575,10 @@ fi # The spec file changelog only includes changes made to the spec file # itself %changelog +* Mon Apr 05 2004 Lenz Grimmer <lenz@mysql.com> + +- added ncurses-devel to the build prerequisites (BUG 3377) + * Thu Feb 12 2004 Lenz Grimmer <lenz@mysql.com> - when using gcc, _always_ use CXX=gcc |