rpms/dhcp/FC-4 dhcp.spec,1.58,1.59

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Tue Aug 23 23:30:50 UTC 2005


Author: jvdias

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

Modified Files:
	dhcp.spec 
Log Message:
- fix bug 160655: strip trailing '\0' bytes from text options before append
- fix bug 163203: silence ISC blurb on configtest
- improve dhclient-script restarting of ypbind on yp.conf changes
- remove the 1-5 second wait on dhclient startup altogether
- change ISC version string to 'V3.0.2-RedHat' at request of ISC
- don't explicitly require 2.2 era kernel, it's fairly overkill at this point



Index: dhcp.spec
===================================================================
RCS file: /cvs/dist/rpms/dhcp/FC-4/dhcp.spec,v
retrieving revision 1.58
retrieving revision 1.59
diff -u -r1.58 -r1.59
--- dhcp.spec	8 Jul 2005 22:28:11 -0000	1.58
+++ dhcp.spec	23 Aug 2005 23:30:35 -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.FC4
+Release: 16.FC4
 Epoch:   10
 License: distributable
 Group: System Environment/Daemons
@@ -53,11 +53,13 @@
 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: dhclient-3.0.2-dhclient-script-ypbind-hup-ok.patch
+Patch151: dhcp-3.0.2-fast_dhclient.patch
+Patch152: dhcp-3.0.2-trailing_nul_options.patch
+Patch153: dhcp-3.0.2-version.patch
 URL: http://isc.org/products/DHCP/
 BuildRoot: %{_tmppath}/%{name}-%{version}-root
 Prereq: /sbin/chkconfig
-Requires: kernel >= 2.2.18
 BuildRequires:  groff
 #BuildRequires: compat-gcc >= 8-3.3.4.2   groff
 
@@ -150,7 +152,10 @@
 %patch147 -p1 -b .dhclient_decline_backoff
 %patch148 -p1 -b .uint8_binding_state
 %patch149 -p1 -b .dhclient_script_fast+arping
-
+%patch150 -p1 -b .dhclient-script-ypbind-hup-ok
+%patch151 -p1 -b .fast_dhclient
+%patch152 -p1 -b .trailing_nul_options
+%patch153 -p1 -b .version
 cp %SOURCE1 .
 cat <<EOF >site.conf
 VARDB=%{_localstatedir}/lib/dhcp
@@ -278,6 +283,14 @@
 %{_mandir}/man3/*
 
 %changelog
+* Tue Aug 23 2005 Jason Vas Dias <jvdias at redhat.com> 10:3.0.2-16
+- fix bug 160655: strip trailing '\0' bytes from text options before append
+- fix bug 163203: silence ISC blurb on configtest
+- improve dhclient-script restarting of ypbind on yp.conf changes
+- remove the 1-5 second wait on dhclient startup altogether
+- change ISC version string to 'V3.0.2-RedHat' at request of ISC
+- don't explicitly require 2.2 era kernel, it's fairly overkill at this point
+
 * 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