Blame SOURCES/redhat-lsb-centos-fix-release.patch

f843c7
diff -uNr redhat-lsb-4.1__orig/lsb-release-2.0/lsb_release redhat-lsb-4.1/lsb-release-2.0/lsb_release
f843c7
--- redhat-lsb-4.1__orig/lsb-release-2.0/lsb_release	2012-02-29 00:54:28.000000000 +0000
f843c7
+++ redhat-lsb-4.1/lsb-release-2.0/lsb_release	2015-03-27 12:59:00.207774300 +0000
f843c7
@@ -72,7 +72,7 @@
f843c7
 INFO_DISTRIB_SUFFIX="release"                 # <distrib>-<suffix>
f843c7
 ALTERNATE_DISTRIB_FILE="/etc/debian_version"  # for Debian [based distrib]
f843c7
 ALTERNATE_DISTRIB_NAME="Debian"               #     "
f843c7
-CHECKFIRST="/etc/redhat-release"              # check it before file search
f843c7
+CHECKFIRST="/etc/centos-release"              # check it before file search
f843c7
 
f843c7
 # Defines our exit codes
f843c7
 EXIT_STATUS="0"                           # default = Ok :)