rpms/dhcp/devel dhcp-3.0.2-glibc-headers-2.3.5-11.patch, NONE, 1.1 dhcp.spec, 1.58, 1.59

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Fri Jul 8 23:22:23 UTC 2005


Author: jvdias

Update of /cvs/dist/rpms/dhcp/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv27025

Modified Files:
	dhcp.spec 
Added Files:
	dhcp-3.0.2-glibc-headers-2.3.5-11.patch 
Log Message:
Allow package to compile with glibc-headers-2.3.5-11 (tr.c's use of __u16)

dhcp-3.0.2-glibc-headers-2.3.5-11.patch:
 tr.c |    1 +
 1 files changed, 1 insertion(+)

--- NEW FILE dhcp-3.0.2-glibc-headers-2.3.5-11.patch ---
--- dhcp-3.0.2/common/tr.c.glibc-headers-2.3.5-11	2004-06-10 13:59:21.000000000 -0400
+++ dhcp-3.0.2/common/tr.c	2005-07-08 19:16:55.340712000 -0400
@@ -35,6 +35,7 @@
 
 #if defined (HAVE_TR_SUPPORT) && \
 	(defined (PACKET_ASSEMBLY) || defined (PACKET_DECODING))
+#include <asm/types.h>
 #include "includes/netinet/ip.h"
 #include "includes/netinet/udp.h"
 #include "includes/netinet/if_ether.h"


Index: dhcp.spec
===================================================================
RCS file: /cvs/dist/rpms/dhcp/devel/dhcp.spec,v
retrieving revision 1.58
retrieving revision 1.59
diff -u -r1.58 -r1.59
--- dhcp.spec	17 Jun 2005 19:03:10 -0000	1.58
+++ dhcp.spec	8 Jul 2005 23:22:20 -0000	1.59
@@ -2,7 +2,7 @@
 Summary: A DHCP (Dynamic Host Configuration Protocol) server and relay agent.
 Name:    dhcp
 Version: 3.0.2
-Release: 14
+Release: 14.FC5
 Epoch:   10
 License: distributable
 Group: System Environment/Daemons
@@ -53,7 +53,7 @@
 Patch147: dhcp-3.0.2-dhclient_decline_backoff.patch
 Patch148: dhcp-3.0.2-uint8_binding_state.patch
 Patch149: dhcp-3.0.2-dhclient_script_fast+arping.patch
-
+Patch150: dhcp-3.0.2-glibc-headers-2.3.5-11.patch
 URL: http://isc.org/products/DHCP/
 BuildRoot: %{_tmppath}/%{name}-%{version}-root
 Prereq: /sbin/chkconfig
@@ -150,7 +150,7 @@
 %patch147 -p1 -b .dhclient_decline_backoff
 %patch148 -p1 -b .uint8_binding_state
 %patch149 -p1 -b .dhclient_script_fast+arping
-
+%patch150 -p1 -b .glibc-headers-2.3.5-11
 cp %SOURCE1 .
 cat <<EOF >site.conf
 VARDB=%{_localstatedir}/lib/dhcp
@@ -278,6 +278,9 @@
 %{_mandir}/man3/*
 
 %changelog
+* Fri Jul 08 2005 Jason Vas Dias <jvdias at redhat.com> 10:3.0.2-14.FC5
+- Allow package to compile with glibc-headers-2.3.5-11 (tr.c's use of __u16)
+
 * Fri May 10 2005 Jason Vas Dias <jvdias at redhat.com> 10:3.0.2-14
 - Fix bug 159929: prevent dhclient flooding network on repeated DHCPDECLINE
 - dhclient fast startup: 




More information about the fedora-cvs-commits mailing list