Navigation Menu

Skip to content

Commit

Permalink
deb rpm: add missing dependency to normalizer plugin package
Browse files Browse the repository at this point in the history
  • Loading branch information
kenhys committed Feb 8, 2013
1 parent 31392d4 commit a2a9f12
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/debian/control.in
Expand Up @@ -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.
Expand Down
1 change: 1 addition & 0 deletions packages/rpm/centos/mysql-mroonga.spec.in
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions packages/rpm/fedora/mysql-mroonga.spec.in
Expand Up @@ -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
Expand Down

0 comments on commit a2a9f12

Please sign in to comment.