From f65340d9f5300cd141b934e5a800bc119f501e3c Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: May 20 2020 13:41:20 +0000 Subject: debrand dhcp-4.2.5-82.el7 --- 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 1e42eb2..c4ec868 100644 --- a/SPECS/dhcp.spec +++ b/SPECS/dhcp.spec @@ -120,6 +120,7 @@ Patch77: dhcp-handle_ctx_signals.patch Patch78: dhcp-system_time_changed.patch Patch79: dhcp-close_file_in_noreplay.patch Patch80: dhcp-resize_ldap_buffer.patch +Patch81: dhcp-4.2.5-centos-branding.patch BuildRequires: autoconf BuildRequires: automake @@ -470,6 +471,7 @@ rm -rf includes/isc-dhcp # https://bugzilla.redhat.com/show_bug.cgi?id=1697637 %patch80 -p1 -b .ldap-resize +%patch81 -p1 # Update paths in all man pages @@ -752,6 +754,9 @@ done %changelog +* Wed May 20 2020 CentOS Sources - 4.2.5-82.el7.centos +- Roll in CentOS Branding + * Thu Jan 23 2020 Pavel Zhukov - 12:4.2.5-82 - Related: #1668696 - Fix syntax error in dhclient script