diff --git a/SOURCES/dhcp-4.2.5-centos-branding.patch b/SOURCES/dhcp-4.2.5-centos-branding.patch
new file mode 100644
index 0000000..f3e7113
--- /dev/null
+++ b/SOURCES/dhcp-4.2.5-centos-branding.patch
@@ -0,0 +1,14 @@
+diff -uNrp dhcp-4.1.1-P1.orig/omapip/errwarn.c dhcp-4.1.1-P1/omapip/errwarn.c
+--- dhcp-4.1.1-P1.orig/omapip/errwarn.c 2012-08-15 14:04:33.149141000 +0000
++++ dhcp-4.1.1-P1/omapip/errwarn.c      2012-08-15 14:13:05.582416057 +0000
+@@ -81,8 +81,8 @@ void log_fatal (const char * fmt, ... )
+   log_error ("have been made to the base software release in order to make");
+   log_error ("it work better with this distribution.");
+   log_error ("%s", "");
+-  log_error ("Please report for this software via the Red Hat Bugzilla site:");
+-  log_error ("    http://bugzilla.redhat.com");
++  log_error ("Please report for this software via the CentOS Bugs Database:");
++  log_error ("    http://bugs.centos.org/");
+   log_error ("%s", "");
+   log_error ("exiting.");
+ #endif
diff --git a/SPECS/dhcp.spec b/SPECS/dhcp.spec
index 78b487e..d81eaf2 100644
--- a/SPECS/dhcp.spec
+++ b/SPECS/dhcp.spec
@@ -82,6 +82,7 @@ Patch48:  dhcp-4.2.5-next-server.patch
 Patch49:  dhcp-4.2.5-ipv6-bind-to-interface.patch
 Patch50:  dhcp-ffff-checksum.patch
 Patch51:  dhcp-sd-daemon.patch
+Patch52:  dhcp-4.2.5-centos-branding.patch
 
 BuildRequires: autoconf
 BuildRequires: automake
@@ -355,6 +356,7 @@ rm -rf includes/isc-dhcp
 
 # support for sending startup notification to systemd (#1087245)
 %patch51 -p1 -b .sd-daemon
+%patch52 -p1
 
 # Update paths in all man pages
 for page in client/dhclient.conf.5 client/dhclient.leases.5 \
@@ -629,6 +631,9 @@ done
 
 
 %changelog
+* Mon Oct 06 2014 CentOS Sources <bugs@centos.org> - 4.2.5-27.el7.centos.2
+- Roll in CentOS Branding
+
 * Wed Oct 01 2014 Jiri Popelka <jpopelka@redhat.com> - 12:4.2.5-27.2
 - dhclient-script: it's OK if the arping reply comes from our system (#1148345)