Navigation Menu

Skip to content

Commit

Permalink
rpm fedora: support Fedora 18
Browse files Browse the repository at this point in the history
  • Loading branch information
kenhys committed Jan 25, 2013
1 parent a9b11e7 commit f53546c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions packages/rpm/fedora/mysql-mroonga.spec.in
@@ -1,13 +1,13 @@
%define mysql_version 5.5.29
%define mysql_release 1%{?dist}
# %define mysql_download_base_url http://ftp.iij.ad.jp/pub/linux/fedora/releases/16/Everything/source/SRPMS
%define mysql_download_base_url http://ftp.iij.ad.jp/pub/linux/fedora/updates/17/SRPMS
%define mysql_download_base_url http://ftp.iij.ad.jp/pub/linux/fedora/updates/18/SRPMS

%define groonga_required_version 2.0.6

Name: mysql-mroonga
Version: @VERSION@
Release: 1%{?dist}
Release: 0%{?dist}
Summary: A fast fulltext searchable storage engine for MySQL.

Group: Applications/Databases
Expand Down Expand Up @@ -121,6 +121,8 @@ fi
%changelog
* Sat Feb 09 2013 HAYASHI Kentaro <hayashi@clear-code.com> - 2.11-0
- new upstream release.
- support Fedora 18.
- drop Fedora 17 support.

* Thu Jan 24 2013 HAYASHI Kentaro <hayashi@clear-code.com> - 2.10-1
- build with MySQL 5.5.29 on Fedora 17.
Expand Down
2 changes: 1 addition & 1 deletion packages/yum/build-in-chroot.sh
Expand Up @@ -158,7 +158,7 @@ for architecture in $ARCHITECTURES; do
for distribution in $DISTRIBUTIONS; do
case $distribution in
fedora)
distribution_versions="17"
distribution_versions="18"
;;
centos)
if [ -n "$CENTOS_VERSIONS" ]; then
Expand Down

0 comments on commit f53546c

Please sign in to comment.