[Groonga-commit] groonga/groonga at 8a8df4b [master] rpm centos: drop CentOS 5 support

Back to archive index

Kentaro Hayashi null+****@clear*****
Fri Mar 24 11:22:58 JST 2017


Kentaro Hayashi	2017-03-24 11:22:58 +0900 (Fri, 24 Mar 2017)

  New Revision: 8a8df4b9a4324aa80f9f6be97cb232203ddb504b
  https://github.com/groonga/groonga/commit/8a8df4b9a4324aa80f9f6be97cb232203ddb504b

  Message:
    rpm centos: drop CentOS 5 support
    
    FAQ. What is the support 'end of life' for each CentOS release?
    
    * CentOS-5 updates until March 31, 2017
    * CentOS-6 updates until November 30, 2020
    * CentOS-7 updates until June 30, 2024
    
      https://wiki.centos.org/FAQ/General#head-fe8a0be91ee3e7dea812e8694491e1dde5b75e6d

  Modified files:
    packages/yum/Makefile.am
    packages/yum/Vagrantfile
    packages/yum/build-release-rpm.sh

  Modified: packages/yum/Makefile.am (+1 -1)
===================================================================
--- packages/yum/Makefile.am    2017-03-24 11:22:12 +0900 (5417f13)
+++ packages/yum/Makefile.am    2017-03-24 11:22:58 +0900 (458195e)
@@ -3,7 +3,7 @@ DISTRIBUTIONS = centos
 ARCHITECTURES = i386 x86_64
 BASE_URL_PREFIX = http://packages.groonga.org
 HAVE_DEVELOPMENT_BRANCH = no
-CENTOS_VERSIONS = 5 6 7
+CENTOS_VERSIONS = 6 7
 
 release: download build sign-packages update-repository upload
 

  Modified: packages/yum/Vagrantfile (+0 -8)
===================================================================
--- packages/yum/Vagrantfile    2017-03-24 11:22:12 +0900 (f762af6)
+++ packages/yum/Vagrantfile    2017-03-24 11:22:58 +0900 (c8e6f35)
@@ -7,14 +7,6 @@ VAGRANTFILE_API_VERSION = "2"
 Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
   vms = [
     {
-      :id => "centos-5-i386",
-      :box => "bento/centos-5.11-i386",
-    },
-    {
-      :id => "centos-5-x86_64",
-      :box => "bento/centos-5.11",
-    },
-    {
       :id => "centos-6-i386",
       :box => "bento/centos-6.8-i386",
     },

  Modified: packages/yum/build-release-rpm.sh (+1 -1)
===================================================================
--- packages/yum/build-release-rpm.sh    2017-03-24 11:22:12 +0900 (54f1c9b)
+++ packages/yum/build-release-rpm.sh    2017-03-24 11:22:58 +0900 (23a1914)
@@ -46,7 +46,7 @@ for distribution in ${DISTRIBUTIONS}; do
 	    ;;
 	centos)
 	    distribution_label=CentOS
-	    distribution_versions="5 6 7"
+	    distribution_versions="6 7"
 	    ;;
     esac
     repo=${PACKAGE}.repo
-------------- next part --------------
HTML����������������������������...
Download 



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