diff options
author | unknown <lenz@mysql.com> | 2005-01-14 18:20:03 +0100 |
---|---|---|
committer | unknown <lenz@mysql.com> | 2005-01-14 18:20:03 +0100 |
commit | baf0a4418acad481796523e76f66f12706c262c0 (patch) | |
tree | d6d778afc8ad6f655d369fc2adcead66c3a9656c /support-files/mysql.spec.sh | |
parent | 18df9d391fefd95b09c508aa161bae014a822353 (diff) | |
download | mariadb-git-baf0a4418acad481796523e76f66f12706c262c0.tar.gz |
- replaced obsoleted "BuildPrereq" with "BuildRequires" in the RPM spec file
support-files/mysql.spec.sh:
- replaced obsoleted "BuildPrereq" with "BuildRequires" instead
Diffstat (limited to 'support-files/mysql.spec.sh')
-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 |