From 202880c676d0fc62b902b418fffc42976044e57b Mon Sep 17 00:00:00 2001 From: David Cantrell Date: Mar 21 2007 15:33:30 +0000 Subject: - Fix formatting problems in dhclient man page (#233076). --- diff --git a/dhcp.spec b/dhcp.spec index 80ea212..d0bd3b7 100644 --- a/dhcp.spec +++ b/dhcp.spec @@ -26,6 +26,7 @@ Source7: draft-ietf-dhc-ldap-schema-01.txt Source8: dhcpd-conf-to-ldap.pl Source9: linux.dbus-example +# Main patches Patch0: dhcp-3.0.5-extended-new-option-info.patch Patch1: dhcp-3.0.5-Makefile.patch Patch2: dhcp-3.0.5-version.patch @@ -46,6 +47,9 @@ Patch15: dhcp-3.0.5-no-win32.patch # adds libdhcp4client to the ISC code base Patch50: dhcp-3.0.5-libdhcp4client.patch +# Bug fixes +Patch100: dhcp-3.0.5-dhclient-man-page.patch + BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Requires: perl Requires(post): chkconfig, coreutils @@ -168,6 +172,9 @@ client library . # Add the libdhcp4client target (library version of dhclient) %patch50 -p1 -b .libdhcp4client +# Apply bug fixes +%patch100 -p1 -b .dhclient-man-page + # Copy in documentation and example scripts for LDAP patch to dhcpd %{__cp} -p %SOURCE6 . %{__cp} -p %SOURCE7 doc @@ -335,6 +342,9 @@ exit 0 %{_libdir}/libdhcp4client.so %changelog +* Wed Mar 21 2007 David Cantrell - 12:3.0.5-26 +- Fix formatting problems in dhclient man page (#233076). + * Mon Mar 05 2007 David Cantrell - 12:3.0.5-25 - Man pages need 0644 permissions (#222572)