|
|
Author: jvdias
Update of /cvs/dist/rpms/dhcp/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv422
Modified Files:
dhcp.spec
Log Message:
fix bug 193047; add dhclient -R option
Index: dhcp.spec
===================================================================
RCS file: /cvs/dist/rpms/dhcp/devel/dhcp.spec,v
retrieving revision 1.101
retrieving revision 1.102
diff -u -r1.101 -r1.102
--- dhcp.spec 26 May 2006 17:12:09 -0000 1.101
+++ dhcp.spec 26 May 2006 23:43:01 -0000 1.102
@@ -4,7 +4,7 @@
Summary: A DHCP (Dynamic Host Configuration Protocol) server and relay agent.
Name: dhcp
Version: 3.0.4
-Release: 8.1
+Release: 10
Epoch: 12
License: distributable
Group: System Environment/Daemons
@@ -89,6 +89,8 @@
Patch173: dhcp-3.0.4-dhclient_ibmzSeries_-I_option.patch
Patch174: dhcp-3.0.4-H_host-name_-F_fqdn_-T_timeout_options.patch
Patch175: dhcp-3.0.4-bz191470.patch
+Patch176: dhcp-3.0.4-dhclient-R_option.patch
+Patch177: dhcp-3.0.4-dhclient-script-METRIC.patch
URL: http://isc.org/products/DHCP/
BuildRoot: %{_tmppath}/%{name}-%{version}-root
Prereq: /sbin/chkconfig
@@ -233,6 +235,8 @@
%patch173 -p1 -b .dhclient_ibmzSeries_-I_option
%patch174 -p1 -b .dhclient_-H_host-name_-F_fqdn_-T_timeout_options
%patch175 -p1 -b .bz191470
+%patch176 -p1 -b .dhclient-R_option
+%patch177 -p1 -b .dhclient-script-METRIC
cp %SOURCE1 .
cat <<EOF >site.conf
VARDB=%{_localstatedir}/lib/dhcpd
@@ -423,6 +427,10 @@
%endif
%changelog
+* Fri May 26 2006 Jason Vas Dias <jvdias@xxxxxxxxxx> - 12:3.0.4-10
+- fix bug 193047: allow $METRIC to be specified for dhclient routes
+- add a '-R <request option list>' dhclient argument
+
* Fri May 26 2006 Jason Vas Dias <jvdias@xxxxxxxxxx> - 12:3.0.4-8.1
- fix a libdhcp4client memory leak (1 strdup) and
fill in client->packet.siaddr before bind_lease() for pump
--
fedora-cvs-commits mailing list
fedora-cvs-commits@xxxxxxxxxx
https://www.redhat.com/mailman/listinfo/fedora-cvs-commits
|
|