diff --git a/SPECS/ntp.spec b/SPECS/ntp.spec
index 6527a43..178a961 100644
--- a/SPECS/ntp.spec
+++ b/SPECS/ntp.spec
@@ -273,7 +273,7 @@ This package contains NTP documentation in HTML format.
 # pool.ntp.org vendor zone which will be used in ntp.conf
 %if 0%{!?vendorzone:1}
 %{?fedora: %global vendorzone fedora.}
-%{?rhel: %global vendorzone rhel.}
+%{?rhel: %global vendorzone centos.}
 %endif
 
 %prep
@@ -568,6 +568,9 @@ popd
 %{ntpdocdir}/html
 
 %changelog
+* Tue Aug 06 2019 CentOS Sources <bugs@centos.org> - 4.2.6p5-29.el7.centos
+- rebrand vendorzone
+
 * Fri Jan 11 2019 Miroslav Lichvar <mlichvar@redhat.com> 4.2.6p5-29
 - fix CVE-2016-7429 patch to restore default ttl configuration (#1550637)
 - fix buffer overflow in parsing of address in ntpq and ntpdc (CVE-2018-12327)