diff --git a/SPECS/ntp.spec b/SPECS/ntp.spec
index d0036dc..6527a43 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 centos.}
+%{?rhel: %global vendorzone rhel.}
 %endif
 
 %prep
@@ -568,9 +568,6 @@ popd
 %{ntpdocdir}/html
 
 %changelog
-* Tue Oct 29 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)