From 98097873c49c72f4f325baaa9738910abf012d4c Mon Sep 17 00:00:00 2001 From: hughesjr Date: Jun 19 2014 14:33:00 +0000 Subject: add redhat-rpm-config-9.1.0-centos.dist.patch --- diff --git a/SOURCES/redhat-rpm-config-9.1.0-centos.dist.patch b/SOURCES/redhat-rpm-config-9.1.0-centos.dist.patch new file mode 100644 index 0000000..bdb0ee2 --- /dev/null +++ b/SOURCES/redhat-rpm-config-9.1.0-centos.dist.patch @@ -0,0 +1,12 @@ +diff -uNrp redhat-rpm-config-9.1.0.orig/dist.sh redhat-rpm-config-9.1.0/dist.sh +--- redhat-rpm-config-9.1.0.orig/dist.sh 2010-02-02 03:24:04.000000000 -0600 ++++ redhat-rpm-config-9.1.0/dist.sh 2014-06-19 09:29:04.064790458 -0500 +@@ -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 {