rpms/dhcp/FC-3 dhcp.spec,1.43,1.44

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Tue Feb 14 18:53:07 UTC 2006


Author: jvdias

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

Modified Files:
	dhcp.spec 
Log Message:
fix bug 181482: resolv.conf not updated on RENEW


Index: dhcp.spec
===================================================================
RCS file: /cvs/dist/rpms/dhcp/FC-3/dhcp.spec,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -r1.43 -r1.44
--- dhcp.spec	7 Jul 2005 23:22:53 -0000	1.43
+++ dhcp.spec	14 Feb 2006 18:53:05 -0000	1.44
@@ -2,7 +2,7 @@
 Name: dhcp
 Epoch: 7
 Version: 3.0.1
-Release: 44_FC3
+Release: 52_FC3
 License: distributable
 Group: System Environment/Daemons
 Source0: ftp://ftp.isc.org/isc/dhcp/dhcp-%{version}.tar.gz
@@ -47,7 +47,14 @@
 Patch142: dhcp-3.0.1-dhclient-no_isc_blurb.patch
 Patch143: dhcp-3.0.1-uint8_binding_state.patch
 Patch144: dhcp-3.0.1-dhclient-script-update.patch
-
+Patch145: dhcp-3.0.1-bz173324.patch
+Patch146: dhcp-3.0.1-bz167028-ibm-unicast-bootp.patch
+Patch147: dhcp-3.0.1-bz160655_obz15293.patch
+Patch148: dhcp-3.0.1-dhclient-script-fixes.patch
+Patch149: dhcp-3.0.1-bz176270.patch
+Patch150: dhcp-3.0.1-bz176615.patch
+Patch151: dhcp-3.0.1-bz177845.patch
+Patch152: dhcp-3.0.1-bz181482.patch
 URL: http://isc.org/products/DHCP/
 BuildRoot: %{_tmppath}/%{name}-%{version}-root
 Prereq: /sbin/chkconfig
@@ -132,7 +139,14 @@
 %patch142 -p1 -b .dhclient-no_isc_blurb
 %patch143 -p1 -b .uint8_binding_state
 %patch144 -p1 -b .dhclient-script-update
-
+%patch145 -p1 -b .bz173324
+%patch146 -p1 -b .bz167028-ibm-unicast-bootp
+%patch147 -p1 -b .bz160655_obz15293
+%patch148 -p1 -b .dhclient-script-fixes
+%patch149 -p1 -b .bz176270
+%patch150 -p1 -b .bz176615
+%patch151 -p1 -b .bz177845
+%patch152 -p1 -b .bz181482
 cp %SOURCE1 .
 cat <<EOF >site.conf
 VARDB=%{_localstatedir}/lib/dhcp
@@ -250,6 +264,25 @@
 %{_mandir}/man3/*
 
 %changelog
+* Tue Feb 14 2006 Jason Vas Dias <jvdias at redhat.com> - 3.0.1-52.FC3
+- fix bug 181482: resolv.conf not updated on RENEW
+
+* Mon Jan 16 2006 Jason Vas Dias <jvdias at redhat.com> - 3.0.1-52.FC3
+- fix bug 177845: allow default router to be same as ip-address
+- fix bug 176615: fix DDNS updates when host-name contains trailing NUL
+
+* Tue Dec 20 2005 Jason Vas Dias <jvdias at redhat.com> - 3.0.1-52.FC3
+- fix bug 176270: allow routers with an octet of 255 in their IP address
+
+* Wed Dec 14 2005 Jason Vas Dias <jvdias at redhat.com> 3.0.1-52.FC3
+- fix typo in dhcpd initscript '/var/lib/dhcpd' -> '/var/lib/dhcp'
+
+* Fri Nov 18 2005 Jason Vas Dias <jvdias at redhat.com> 3.0.1-52.FC3
+- fix bug 160655 / upstream bug 15293: apply upstream patch to fix trailing null options
+- fix bug 167028 : apply IBM unicast BOOTP patch (from xma at us.ibm.com)
+- fix bug 173324 : omapi memory leak 
+- dhclient-script fixes: e.g. bug 173619
+
 * Thu Jul 07 2005 Jason Vas Dias <jvdias at redhat.com> 7:3.0.1-44_FC3
 - fix bug 162080 + 159929: prevent dhclient flooding network on repeated DHCPDECLINE
 - fix compile with default compiler: change binding_state_t to uint8_t (now upstream)




More information about the fedora-cvs-commits mailing list