diff --git a/SPECS/ntp.spec b/SPECS/ntp.spec
index c3e236c..09aba15 100644
--- a/SPECS/ntp.spec
+++ b/SPECS/ntp.spec
@@ -179,7 +179,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
@@ -424,6 +424,9 @@ popd
 %{ntpdocdir}/html
 
 %changelog
+* Tue Jun 23 2015 CentOS Sources <bugs@centos.org> - 4.2.6p5-19.el7.centos.1
+- rebrand vendorzone
+
 * Thu Apr 23 2015 Miroslav Lichvar <mlichvar@redhat.com> 4.2.6p5-19.el7_1.1
 - don't step clock for leap second with -x option (#1191122)