diff options
author | unknown <lenz@mysql.com> | 2003-11-21 13:22:49 +0100 |
---|---|---|
committer | unknown <lenz@mysql.com> | 2003-11-21 13:22:49 +0100 |
commit | 707eb9973fdca2004607f255ef90a07bf6d488dc (patch) | |
tree | e3fdcec043f74760cdf8d702a47f559b9254cff0 /support-files | |
parent | de145afda25d423302321b76f69b5630816c0e85 (diff) | |
download | mariadb-git-707eb9973fdca2004607f255ef90a07bf6d488dc.tar.gz |
- removed dependency on MySQL-client from the MySQL-devel RPM subpackage
as it is not really required. (BUG 1610) Thanks to Scott Harrison for
the suggestion.
support-files/mysql.spec.sh:
- removed dependency on MySQL-client from the MySQL-devel subpackage
as it is not really required. (BUG 1610)
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 ffc74c7559d..974a3bde36a 100644 --- a/support-files/mysql.spec.sh +++ b/support-files/mysql.spec.sh @@ -120,7 +120,6 @@ Este pacote contém medições de desempenho de scripts e dados do MySQL. %package devel Release: %{release} -Requires: %{name}-client Summary: MySQL - Development header files and libraries Group: Applications/Databases Summary(pt_BR): MySQL - Medições de desempenho @@ -568,6 +567,11 @@ fi # The spec file changelog only includes changes made to the spec file # itself %changelog +* Fri Nov 21 2003 Lenz Grimmer <lenz@mysql.com> + +- removed dependency on MySQL-client from the MySQL-devel subpackage + as it is not really required. (BUG 1610) + * Fri Aug 29 2003 Lenz Grimmer <lenz@mysql.com> - Fixed BUG 1162 (removed macro names from the changelog) |