Navigation Menu

Skip to content

Commit

Permalink
rpm centos: add missing mysql-devel BuildRequires
Browse files Browse the repository at this point in the history
[groonga-dev,01009]

Reported by wing. Thanks!!!
  • Loading branch information
kou committed Aug 15, 2012
1 parent b03d7f6 commit da08392
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/rpm/centos/mysql-mroonga.spec.in
Expand Up @@ -37,6 +37,7 @@ BuildRequires: groonga-devel >= %{groonga_required_version}
BuildRequires: wget
Requires: groonga-libs >= %{groonga_required_version}
%if %{use_system_mysql}
BuildRequires: mysql-devel
Requires: mysql-server
Requires: mysql
%else
Expand Down Expand Up @@ -173,6 +174,7 @@ fi
- new upstream release.
- make MySQL spec file name customizable.
- make mroonga configure options customizable.
- add missing mysql-devel BuildRequires. Reported by wing. Thanks!!!

* Sun Jul 29 2012 HAYASHI Kentaro <hayashi@clear-code.com> - 2.05-0
- new upstream release.
Expand Down

0 comments on commit da08392

Please sign in to comment.