Merge "Allow RHEL/centos 7.0 -> 7.1.9999 to be used"

This commit is contained in:
Jenkins 2015-08-11 16:18:36 +00:00 committed by Gerrit Code Review
commit 289a4a64fb
2 changed files with 4 additions and 4 deletions

View File

@ -1,8 +1,8 @@
# -*- sh -*-
## Bootstrap for CentOS Linux 6.0 <-> 7.1
## Bootstrap for CentOS Linux 6.0 <-> 7.1.9999
SHORTNAME=CENTOS
MAX_RELEASE=7.1
MAX_RELEASE=7.1.9999
MIN_RELEASE=6.0
source "$BSCONF_DIR/CommonRedHat"

View File

@ -1,8 +1,8 @@
# -*- sh -*-
## Bootstrap for Redhat Enterprise Linux 6.0 <-> 7.0
## Bootstrap for Redhat Enterprise Linux 6.0 <-> 7.1.9999
SHORTNAME=RHEL
MAX_RELEASE=7.0
MAX_RELEASE=7.1.9999
MIN_RELEASE=6.0
source "$BSCONF_DIR/CommonRedHat"