summaryrefslogtreecommitdiff
path: root/support-files/mysql.spec.sh
diff options
context:
space:
mode:
authorunknown <lenz@mysql.com>2004-08-26 12:25:14 +0200
committerunknown <lenz@mysql.com>2004-08-26 12:25:14 +0200
commit2e2dcf584d73f2c48f6447762234c9f796ac4aab (patch)
treefec914edb6c944a81c996725758342989f6f3f62 /support-files/mysql.spec.sh
parentabfdace02477972b365f01534fe597d5711148e8 (diff)
downloadmariadb-git-2e2dcf584d73f2c48f6447762234c9f796ac4aab.tar.gz
- Updated RPM spec file: MySQL-Max now requires MySQL-server instead
of MySQL (BUG#3860)
Diffstat (limited to 'support-files/mysql.spec.sh')
-rw-r--r--support-files/mysql.spec.sh9
1 files changed, 7 insertions, 2 deletions
diff --git a/support-files/mysql.spec.sh b/support-files/mysql.spec.sh
index b6243cbd4ad..eb5b469c8da 100644
--- a/support-files/mysql.spec.sh
+++ b/support-files/mysql.spec.sh
@@ -153,7 +153,7 @@ Summary: MySQL - server with Berkeley BD, RAID and UDF support
Group: Applications/Databases
Provides: mysql-Max
Obsoletes: mysql-Max
-Requires: MySQL >= 4.0
+Requires: MySQL-server >= 4.0
%description Max
Optional MySQL server binary that supports additional features like
@@ -588,8 +588,13 @@ fi
%attr(644, root, root) %{_libdir}/mysql/libmysqld.a
# The spec file changelog only includes changes made to the spec file
-# itself
+# itself - note that they must be ordered by date (important when
+# merging BK trees)
%changelog
+* Thu Aug 26 2004 Lenz Grimmer <lenz@mysql.com>
+
+- MySQL-Max now requires MySQL-server instead of MySQL (BUG 3860)
+
* Tue Aug 10 2004 Lenz Grimmer <lenz@mysql.com>
- Added libmygcc.a to the devel subpackage (required to link applications