Allow RHEL/centos 7.0 -> 7.1.9999 to be used

Fix errors that will be thrown on RHEL7.1 like:

'''This script must be run on RHEL 7.0 or older and not RHEL 7.1.'''

Change-Id: I4f387247b5e3e88115a7242dc5d33251663564c1
This commit is contained in:
Joshua Harlow 2015-07-30 15:58:16 -07:00
parent b031771b26
commit ffc32cdd86
2 changed files with 4 additions and 4 deletions

View File

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

View File

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