From 6d44c8f86eef88c463355a681417bc362c4395c5 Mon Sep 17 00:00:00 2001 From: Johnny Hughes Date: May 11 2019 13:24:26 +0000 Subject: fix typo in redhat-rpm-config-116-centos.dist.patch --- diff --git a/SOURCES/redhat-rpm-config-116-centos.dist.patch b/SOURCES/redhat-rpm-config-116-centos.dist.patch index 63c735f..371e95f 100644 --- a/SOURCES/redhat-rpm-config-116-centos.dist.patch +++ b/SOURCES/redhat-rpm-config-116-centos.dist.patch @@ -6,7 +6,7 @@ diff -uNrp redhat-rpm-config-116.orig/dist.sh redhat-rpm-config-116/dist.sh function check_rhel { - egrep -q "(Enterprise|Advanced)" $RELEASEFILE && echo $DISTNUM -+ egrep -q "(Enterprise|AdvancedCentOS)" $RELEASEFILE && echo $DISTNUM ++ egrep -q "(Enterprise|Advanced|CentOS)" $RELEASEFILE && echo $DISTNUM } function check_fedora {