HAYASHI Kentaro
null+****@clear*****
Tue Dec 24 12:43:43 JST 2013
HAYASHI Kentaro 2013-12-24 12:43:43 +0900 (Tue, 24 Dec 2013) New Revision: 916954eb1c682c32fab9c162b5bcd5323b3b6c58 https://github.com/mroonga/mroonga/commit/916954eb1c682c32fab9c162b5bcd5323b3b6c58 Message: rpm centos: drop mysql-mroonga package on CentOS 5 mysql-mroonga is marked as obsoleted package since v3.09. We recommend to use mysql55-mroonga on CentOS 5. Modified files: packages/yum/build-in-chroot.sh Modified: packages/yum/build-in-chroot.sh (+5 -0) =================================================================== --- packages/yum/build-in-chroot.sh 2013-12-24 12:39:51 +0900 (9ce87d1) +++ packages/yum/build-in-chroot.sh 2013-12-24 12:43:43 +0900 (7e62fd5) @@ -182,6 +182,11 @@ for architecture in $ARCHITECTURES; do continue fi fi + if [ $distribution_version -eq 5 ]; then + if [ "$PACKAGE" = "mysql-mroonga" ]; then + continue + fi + fi if test "$parallel" = "yes"; then build $architecture $distribution $distribution_version & else -------------- next part -------------- HTML����������������������������...Download