- 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)
This commit is contained in:
unknown 2003-11-21 13:22:49 +01:00
parent a71285a7b3
commit 9c5fb81fc0

View File

@ -120,7 +120,6 @@ Este pacote cont
%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)