diff options
| author | unknown <lenz@mysql.com> | 2002-10-02 13:06:04 +0200 |
|---|---|---|
| committer | unknown <lenz@mysql.com> | 2002-10-02 13:06:04 +0200 |
| commit | 0285c6251306c0ee112bd253e77ba9f5d30fa725 (patch) | |
| tree | 9506558342bd58492659f7b1e05e9349e54838a2 /support-files/mysql.spec.sh | |
| parent | 66fd2a9b36e1c8a0d502ee9e7738c1da80556207 (diff) | |
| download | mariadb-git-0285c6251306c0ee112bd253e77ba9f5d30fa725.tar.gz | |
- Small fix for support-files/mysql.spec.sh
- Updated scripts/make_binary_distribution.sh to include the correct
ChangeLog and the LICENSE file for non-GPL builds
scripts/make_binary_distribution.sh:
- Add BK ChangeLog (if existing) instead of sql/ChangeLog, which is
not updated anymore since we switched to BK
- Add LICENSE, if exists (required for non-GPL binary builds)
support-files/mysql.spec.sh:
- MySQL-Max now requires MySQL to be the same version (to
avoid version mismatches e.g. mixing 3.23.xx and 4.0 packages)
Diffstat (limited to 'support-files/mysql.spec.sh')
| -rw-r--r-- | support-files/mysql.spec.sh | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/support-files/mysql.spec.sh b/support-files/mysql.spec.sh index d1ee921e8db..721e928930e 100644 --- a/support-files/mysql.spec.sh +++ b/support-files/mysql.spec.sh @@ -115,6 +115,7 @@ Summary: MySQL - server with Berkeley DB and Innodb support Group: Applications/Databases Provides: mysql-Max Obsoletes: mysql-Max +Requires: MySQL = %{version} %description Max Optional MySQL server binary that supports features @@ -422,6 +423,11 @@ fi %changelog +* Tue Sep 24 2002 Lenz Grimmer <lenz@mysql.com> + +- MySQL-Max now requires MySQL to be the same version (to + avoid version mismatches e.g. mixing 3.23.xx and 4.0 packages) + * Thu Jul 30 2002 Lenz Grimmer <lenz@mysql.com> - Use some more macros (mandir and infodir) |
