[Groonga-mysql-commit] mroonga/mroonga [master] rpm centos: use mysql_dist variable to correct required MySQL version

Back to archive index

HAYASHI Kentaro null+****@clear*****
Tue Nov 27 15:07:29 JST 2012


HAYASHI Kentaro	2012-11-27 15:07:29 +0900 (Tue, 27 Nov 2012)

  New Revision: c374e10f533d6dfc6c75e3f14cec025f5f1aacee
  https://github.com/mroonga/mroonga/commit/c374e10f533d6dfc6c75e3f14cec025f5f1aacee

  Log:
    rpm centos: use mysql_dist variable to correct required MySQL version

  Modified files:
    packages/rpm/centos/mysql-mroonga.spec.in

  Modified: packages/rpm/centos/mysql-mroonga.spec.in (+2 -2)
===================================================================
--- packages/rpm/centos/mysql-mroonga.spec.in    2012-11-27 15:05:29 +0900 (f7f0076)
+++ packages/rpm/centos/mysql-mroonga.spec.in    2012-11-27 15:07:29 +0900 (f01ad4d)
@@ -37,8 +37,8 @@ BuildRequires:	groonga-devel >= %{groonga_required_version}
 BuildRequires:	wget
 %if %{use_system_mysql}
 BuildRequires:	mysql-devel
-Requires:	mysql-server = %{mysql_version}-%{mysql_release}
-Requires:	mysql = %{mysql_version}-%{mysql_release}
+Requires:	mysql-server = %{mysql_version}-%{mysql_release}.%{mysql_dist}
+Requires:	mysql = %{mysql_version}-%{mysql_release}.%{mysql_dist}
 %else
 Requires:	MySQL-server = %{mysql_version}-%{mysql_release}
 Requires:	MySQL-client = %{mysql_version}-%{mysql_release}
-------------- next part --------------
HTML����������������������������...
Download 



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