diff options
author | lenz@mysql.com <> | 2005-01-14 18:20:03 +0100 |
---|---|---|
committer | lenz@mysql.com <> | 2005-01-14 18:20:03 +0100 |
commit | 75935d2a8e93b29a1e1590df755f958d55769e59 (patch) | |
tree | d6d778afc8ad6f655d369fc2adcead66c3a9656c /support-files | |
parent | 57b92c20429fd6961340162a6dea6f2a4b1d4215 (diff) | |
download | mariadb-git-75935d2a8e93b29a1e1590df755f958d55769e59.tar.gz |
- replaced obsoleted "BuildPrereq" with "BuildRequires" in the RPM spec file
Diffstat (limited to 'support-files')
-rw-r--r-- | support-files/mysql.spec.sh | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/support-files/mysql.spec.sh b/support-files/mysql.spec.sh index 5afddee609b..99280385965 100644 --- a/support-files/mysql.spec.sh +++ b/support-files/mysql.spec.sh @@ -27,7 +27,7 @@ Packager: Lenz Grimmer <build@mysql.com> Vendor: MySQL AB Requires: fileutils sh-utils Provides: msqlormysql MySQL-server mysql -BuildPrereq: ncurses-devel +BuildRequires: ncurses-devel Obsoletes: mysql # Think about what you use here since the first step is to @@ -607,6 +607,10 @@ fi # itself - note that they must be ordered by date (important when # merging BK trees) %changelog +* Fri Jan 14 2005 Lenz Grimmer <lenz@mysql.com> + +- replaced obsoleted "BuildPrereq" with "BuildRequires" instead + * Thu Dec 31 2004 Lenz Grimmer <lenz@mysql.com> - enabled the "Archive" storage engine for the max binary |