From 0a936281ab4451004c623abbff60c0d3d6fbcc65 Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Aug 14 2014 11:16:17 +0000 Subject: debrand dhcp-4.2.5-27.el7_0.1 --- 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 371ea08..7908395 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 +* Thu Aug 14 2014 CentOS Sources - 4.2.5-27.el7.centos.1 +- Roll in CentOS Branding + * Mon Jul 07 2014 Jiri Popelka - 12:4.2.5-27.1 - support for sending startup notification to systemd (#1087245)