[Groonga-mysql-commit] mroonga/mroonga [fix-for-visual-studio] RPM packages require MySQL client.

Back to archive index

Kouhei Sutou null+****@clear*****
Thu Oct 4 10:22:09 JST 2012


Kouhei Sutou	2010-09-22 17:27:40 +0900 (Wed, 22 Sep 2010)

  New Revision: 7dae5790e1d97506d4820419b550efd2026f1801
  https://github.com/mroonga/mroonga/commit/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 10:40:30 +0900 (ce33a92)
+++ rpm/centos/mysql-groonga.spec.in    2010-09-22 17:27:40 +0900 (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-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.
 

  Modified: rpm/fedora/mysql-groonga.spec.in (+4 -0)
===================================================================
--- rpm/fedora/mysql-groonga.spec.in    2010-09-17 10:40:30 +0900 (e3a5137)
+++ rpm/fedora/mysql-groonga.spec.in    2010-09-22 17:27:40 +0900 (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-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.
 
-------------- next part --------------
HTML����������������������������...
Download 



More information about the Groonga-mysql-commit mailing list
Back to archive index