diff -uNrp redhat-rpm-config-116.orig/dist.sh redhat-rpm-config-116/dist.sh --- redhat-rpm-config-116.orig/dist.sh 2019-05-09 21:50:36.521460585 +0000 +++ redhat-rpm-config-116/dist.sh 2019-05-09 21:53:19.328349008 +0000 @@ -25,7 +25,7 @@ function check_rhl { } function check_rhel { - egrep -q "(Enterprise|Advanced)" $RELEASEFILE && echo $DISTNUM + egrep -q "(Enterprise|Advanced|CentOS)" $RELEASEFILE && echo $DISTNUM } function check_fedora {