Navigation Menu

Skip to content

Commit

Permalink
rpm centos: separate Require block and BuildRequire block
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Aug 15, 2012
1 parent da08392 commit 57c0079
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/rpm/centos/mysql-mroonga.spec.in
Expand Up @@ -35,7 +35,6 @@ Source0: http://github.com/downloads/mroonga/mroonga/mroonga-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-%(%{__id_u} -n)
BuildRequires: groonga-devel >= %{groonga_required_version}
BuildRequires: wget
Requires: groonga-libs >= %{groonga_required_version}
%if %{use_system_mysql}
BuildRequires: mysql-devel
Requires: mysql-server
Expand All @@ -44,6 +43,7 @@ Requires: mysql
Requires: MySQL-server = %{mysql_version}-%{mysql_release}
Requires: MySQL-client = %{mysql_version}-%{mysql_release}
%endif
Requires: groonga-libs >= %{groonga_required_version}
Obsoletes: mysql-groonga < 1.10-0

%description
Expand Down

0 comments on commit 57c0079

Please sign in to comment.