[Groonga-mysql-commit] mroonga/mroonga [master] deb rpm: add missing dependency to normalizer plugin package

Back to archive index

HAYASHI Kentaro null+****@clear*****
Fri Feb 8 12:52:41 JST 2013


HAYASHI Kentaro	2013-02-08 12:52:41 +0900 (Fri, 08 Feb 2013)

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

  Log:
    deb rpm: add missing dependency to normalizer plugin package

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

  Modified: packages/debian/control.in (+2 -1)
===================================================================
--- packages/debian/control.in    2013-02-07 16:55:00 +0900 (e091b2c)
+++ packages/debian/control.in    2013-02-08 12:52:41 +0900 (6c5fc1e)
@@ -20,7 +20,8 @@ Depends:
 	${misc:Depends},
 	${shlibs:Depends},
 	libgroonga0 (>= @REQUIRED_GROONGA_VERSION@),
-	mysql-server (= MYSQL_VERSION)
+	mysql-server (= MYSQL_VERSION),
+	groonga-normalizer-mysql
 Description: A fast fulltext searchable storage engine for MySQL.
  Mroonga is a fast fulltext searchable storage engine for MySQL.
  It is based on groonga, a fast fulltext search engine and column store.

  Modified: packages/rpm/centos/mysql-mroonga.spec.in (+1 -0)
===================================================================
--- packages/rpm/centos/mysql-mroonga.spec.in    2013-02-07 16:55:00 +0900 (26e5007)
+++ packages/rpm/centos/mysql-mroonga.spec.in    2013-02-08 12:52:41 +0900 (f2f3f6e)
@@ -44,6 +44,7 @@ Requires:	MySQL-server = %{mysql_version}-%{mysql_release}
 Requires:	MySQL-client = %{mysql_version}-%{mysql_release}
 %endif
 Requires:	groonga-libs >= %{groonga_required_version}
+Requires:	groonga-normalizer-mysql
 Obsoletes:      mysql-groonga < 1.10-0
 
 %description

  Modified: packages/rpm/fedora/mysql-mroonga.spec.in (+1 -0)
===================================================================
--- packages/rpm/fedora/mysql-mroonga.spec.in    2013-02-07 16:55:00 +0900 (4aa12f5)
+++ packages/rpm/fedora/mysql-mroonga.spec.in    2013-02-08 12:52:41 +0900 (dc60a55)
@@ -20,6 +20,7 @@ BuildRequires:	mysql-devel
 Requires:	groonga-libs >= %{groonga_required_version}
 Requires:	mysql-server = %{mysql_version}-%{mysql_release}
 Requires:	mysql = %{mysql_version}-%{mysql_release}
+Requires:	groonga-normalizer-mysql
 Obsoletes:      mysql-groonga < 1.10-0
 
 %description
-------------- next part --------------
HTML����������������������������...
다운로드 



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