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

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