Navigation Menu

Skip to content

Commit

Permalink
RPM packages require MySQL client.
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Sep 22, 2010
1 parent 4851c71 commit 7dae579
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions rpm/centos/mysql-groonga.spec.in
Expand Up @@ -17,6 +17,7 @@ BuildRequires: groonga-devel
BuildRequires: wget
Requires: groonga-libs
Requires: MySQL-server-community
Requires: MySQL-client-community

%description
Groonga storage engine is a MySQL storage plugin.
Expand Down Expand Up @@ -82,6 +83,9 @@ eval $command || \
%{_libdir}/mysql/plugin/

%changelog
* Wed Sep 12 2010 Kouhei Sutou <kou@clear-code.com> - 0.1-3
- require MySQL-client-community.

* Fri Sep 10 2010 Kouhei Sutou <kou@clear-code.com> - 0.1-2
- use MySQL-devel-community.

Expand Down
4 changes: 4 additions & 0 deletions rpm/fedora/mysql-groonga.spec.in
Expand Up @@ -15,6 +15,7 @@ BuildRequires: groonga-devel
BuildRequires: mysql-devel
Requires: groonga-libs
Requires: mysql-server
Requires: mysql-client

%description
Groonga storage engine is a MySQL storage plugin.
Expand Down Expand Up @@ -65,6 +66,9 @@ eval $command || \
%{_libdir}/mysql/plugin/

%changelog
* Wed Sep 12 2010 Kouhei Sutou <kou@clear-code.com> - 0.1-3
- require mysql-client.

* Fri Sep 10 2010 Kouhei Sutou <kou@clear-code.com> - 0.1-2
- follow configure option changes.

Expand Down

0 comments on commit 7dae579

Please sign in to comment.