[Groonga-mysql-commit] mroonga/mroonga at 262e671 [master] rpm centos: fix a typo

Back to archive index

Kentaro Hayashi null+****@clear*****
Fri May 27 14:29:19 JST 2016


Kentaro Hayashi	2016-05-27 14:29:19 +0900 (Fri, 27 May 2016)

  New Revision: 262e67104c3c683bed4490c6d2a1367daf399c70
  https://github.com/mroonga/mroonga/commit/262e67104c3c683bed4490c6d2a1367daf399c70

  Message:
    rpm centos: fix a typo
    
    Here is the log:
    
      ==> centos-6-x86_64: Error: Nothing to do
      ==> centos-6-x86_64: Failed yum install -y centos-release-SCL
    
      $ yum search centos-release-SCL
      ...
      centos-release-scl.noarch : Software collections from the CentOS SCLo SIG
      centos-release-scl-rh.noarch : Software collections from the CentOS SCLo SIG (upstream scl only)

  Modified files:
    packages/yum/build-rpm.sh

  Modified: packages/yum/build-rpm.sh (+1 -1)
===================================================================
--- packages/yum/build-rpm.sh    2016-05-27 13:23:36 +0900 (8ab278e)
+++ packages/yum/build-rpm.sh    2016-05-27 14:29:19 +0900 (6ac3237)
@@ -75,7 +75,7 @@ case ${distribution} in
 	USE_MYSQLSERVICES_COMPAT=yes
         run yum install -y scl-utils-build
         if [ ${distribution_version} = 6 ]; then
-	  run yum install -y centos-release-SCL
+	  run yum install -y centos-release-scl
         fi
         run yum install -y mysql55-mysql-devel mysql55-build
 	;;
-------------- next part --------------
HTML����������������������������...
Download 



More information about the Groonga-mysql-commit mailing list
Back to archive index