rpms/dhcp/F-10 dhclient-script,1.6,1.7 dhcp.spec,1.231,1.232

David Cantrell dcantrel at fedoraproject.org
Mon Apr 20 22:53:15 UTC 2009


Author: dcantrel

Update of /cvs/pkgs/rpms/dhcp/F-10
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv32025

Modified Files:
	dhclient-script dhcp.spec 
Log Message:
* Mon Apr 20 2009 David Cantrell <dcantrell at redhat.com> - 12:4.0.0-35
- Make dhclient-script work with pre-configured wireless interfaces (#491157)



Index: dhclient-script
===================================================================
RCS file: /cvs/pkgs/rpms/dhcp/F-10/dhclient-script,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- dhclient-script	17 Apr 2009 21:10:07 -0000	1.6
+++ dhclient-script	20 Apr 2009 22:52:43 -0000	1.7
@@ -220,7 +220,6 @@
         # IP address changed.  Bringing down the interface will delete all
         # routes, and clear the ARP cache.
         ip -family inet addr flush dev ${interface} >/dev/null 2>&1
-        ip -family inet link set dev ${interface} down
     fi
 
     if [ "${reason}" = "BOUND" ] || [ "${reason}" = "REBOOT" ] ||


Index: dhcp.spec
===================================================================
RCS file: /cvs/pkgs/rpms/dhcp/F-10/dhcp.spec,v
retrieving revision 1.231
retrieving revision 1.232
diff -u -r1.231 -r1.232
--- dhcp.spec	17 Apr 2009 21:10:07 -0000	1.231
+++ dhcp.spec	20 Apr 2009 22:52:43 -0000	1.232
@@ -4,7 +4,7 @@
 Summary:  DHCP (Dynamic Host Configuration Protocol) server and relay agent
 Name:     dhcp
 Version:  4.0.0
-Release:  34%{?dist}
+Release:  35%{?dist}
 # NEVER CHANGE THE EPOCH on this package.  The previous maintainer (prior to
 # dcantrell maintaining the package) made incorrect use of the epoch and
 # that's why it is at 12 now.  It should have never been used, but it was.
@@ -449,6 +449,9 @@
 %{_libdir}/libdhcp4client.so
 
 %changelog
+* Mon Apr 20 2009 David Cantrell <dcantrell at redhat.com> - 12:4.0.0-35
+- Make dhclient-script work with pre-configured wireless interfaces (#491157)
+
 * Thu Apr 16 2009 David Cantrell <dcantrell at redhat.com> - 12:4.0.0-34
 - Fix setting default route when client IP address changes (#486512, #473658)
 - Restore SELinux context on /etc/ntp.conf and /etc/yp.conf (#483747)




More information about the fedora-extras-commits mailing list