diff --git a/SPECS/redhat-rpm-config.spec b/SPECS/redhat-rpm-config.spec
index c50b098..e64e3ff 100644
--- a/SPECS/redhat-rpm-config.spec
+++ b/SPECS/redhat-rpm-config.spec
@@ -1,4 +1,4 @@
-Summary: Red Hat specific rpm configuration files
+Summary: CentOS specific rpm configuration files
 Name: redhat-rpm-config
 Version: 9.1.0
 Release: 63%{?dist}
@@ -79,6 +79,8 @@ Patch30: redhat-rpm-config-9.1.0-perfbuild.patch
 # https://bugzilla.redhat.com/show_bug.cgi?id=1049175
 Patch31: redhat-rpm-config-9.1.0-use-kverrel-for-kmodtool.patch
 
+Patch999: redhat-rpm-config-9.1.0-centos.dist.patch
+
 BuildArch: noarch
 Requires: coreutils
 Requires: perl-srpm-macros
@@ -88,7 +90,7 @@ Requires: zip
 Provides: system-rpm-config = %{version}-%{release}
 
 %description
-Red Hat specific rpm configuration files.
+CentOS specific rpm configuration files.
 
 %prep
 %setup -q
@@ -125,6 +127,8 @@ Red Hat specific rpm configuration files.
 %patch30 -p1
 %patch31 -p1
 
+%patch999 -p1
+
 %build
 
 %install