Navigation Menu

Skip to content

Commit

Permalink
rpm: don't use > in %changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Apr 28, 2012
1 parent bea5fab commit 4f79b8a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/rpm/centos/mysql-mroonga.spec.in
Expand Up @@ -149,7 +149,7 @@ eval $command || \
* Sun Apr 29 2012 Kouhei Sutou <kou@clear-code.com> - 2.02-0
- new upstream release.
- use MySQL 5.5.21.
* require groonga >= 2.0.2.
* require groonga or later.

* Thu Mar 29 2012 Kouhei Sutou <kou@clear-code.com> - 2.01-0
- new upstream release.
Expand Down
3 changes: 2 additions & 1 deletion packages/rpm/fedora/mysql-mroonga.spec.in
Expand Up @@ -69,6 +69,7 @@ rm -rf $RPM_BUILD_ROOT
sql="
INSTALL PLUGIN mroonga SONAME 'ha_mroonga.so';
CREATE FUNCTION last_insert_grn_id RETURNS INTEGER soname 'ha_mroonga.so';

"
command="/usr/bin/mysql -u root -e \"$sql\""
echo $command
Expand Down Expand Up @@ -102,7 +103,7 @@ eval $command || \
%changelog
* Sun Apr 29 2012 Kouhei Sutou <kou@clear-code.com> - 2.02-0
- new upstream release.
* require groonga >= 2.0.2.
* require groonga 2.0.2 or later.

* Thu Mar 29 2012 Kouhei Sutou <kou@clear-code.com> - 2.01-0
- new upstream release.
Expand Down

0 comments on commit 4f79b8a

Please sign in to comment.