[Groonga-mysql-commit] mroonga/mroonga [master] RPM packages require MySQL client.

Back to archive index

null+****@clear***** null+****@clear*****
2010年 9月 22日 (水) 17:27:40 JST


Kouhei Sutou	2010-09-22 08:27:40 +0000 (Wed, 22 Sep 2010)

  New Revision: 7dae5790e1d97506d4820419b550efd2026f1801

  Log:
    RPM packages require MySQL client.

  Modified files:
    rpm/centos/mysql-groonga.spec.in
    rpm/fedora/mysql-groonga.spec.in

  Modified: rpm/centos/mysql-groonga.spec.in (+4 -0)
===================================================================
--- rpm/centos/mysql-groonga.spec.in    2010-09-17 01:40:30 +0000 (ce33a92)
+++ rpm/centos/mysql-groonga.spec.in    2010-09-22 08:27:40 +0000 (9c2ab4a)
@@ -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.
@@ -82,6 +83,9 @@ eval $command || \
 %{_libdir}/mysql/plugin/
 
 %changelog
+* Wed Sep 12 2010 Kouhei Sutou <kou****@clear*****> - 0.1-3
+- require MySQL-client-community.
+
 * Fri Sep 10 2010 Kouhei Sutou <kou****@clear*****> - 0.1-2
 - use MySQL-devel-community.
 

  Modified: rpm/fedora/mysql-groonga.spec.in (+4 -0)
===================================================================
--- rpm/fedora/mysql-groonga.spec.in    2010-09-17 01:40:30 +0000 (e3a5137)
+++ rpm/fedora/mysql-groonga.spec.in    2010-09-22 08:27:40 +0000 (65ac0f7)
@@ -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.
@@ -65,6 +66,9 @@ eval $command || \
 %{_libdir}/mysql/plugin/
 
 %changelog
+* Wed Sep 12 2010 Kouhei Sutou <kou****@clear*****> - 0.1-3
+- require mysql-client.
+
 * Fri Sep 10 2010 Kouhei Sutou <kou****@clear*****> - 0.1-2
 - follow configure option changes.
 




Groonga-mysql-commit メーリングリストの案内
Back to archive index