Blame SOURCES/redhat-rpm-config-9.1.0-centos.dist.patch

c8e342
diff -uNrp redhat-rpm-config-9.1.0.orig/dist.sh redhat-rpm-config-9.1.0/dist.sh
c8e342
--- redhat-rpm-config-9.1.0.orig/dist.sh	2010-02-02 03:24:04.000000000 -0600
c8e342
+++ redhat-rpm-config-9.1.0/dist.sh	2014-06-19 09:29:04.064790458 -0500
c8e342
@@ -25,7 +25,7 @@ function check_rhl {
c8e342
 }
c8e342
 
c8e342
 function check_rhel {
c8e342
-    egrep -q "(Enterprise|Advanced)" $RELEASEFILE && echo $DISTNUM
c8e342
+    egrep -q "(Enterprise|Advanced|CentOS)" $RELEASEFILE && echo $DISTNUM
c8e342
 }
c8e342
 
c8e342
 function check_fedora {