mirror of
https://github.com/MariaDB/server.git
synced 2025-01-29 10:14:19 +01:00
- replaced obsoleted "BuildPrereq" with "BuildRequires" in the RPM spec file
This commit is contained in:
parent
57b92c2042
commit
75935d2a8e
1 changed files with 5 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue