rpms/dhcp/F-11 dhclient-script,1.10,1.11 dhcp.spec,1.252,1.253

David Cantrell dcantrel at fedoraproject.org
Tue Apr 21 00:22:36 UTC 2009


Author: dcantrel

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

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



Index: dhclient-script
===================================================================
RCS file: /cvs/pkgs/rpms/dhcp/F-11/dhclient-script,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- dhclient-script	17 Apr 2009 21:32:47 -0000	1.10
+++ dhclient-script	21 Apr 2009 00:22:05 -0000	1.11
@@ -222,7 +222,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-11/dhcp.spec,v
retrieving revision 1.252
retrieving revision 1.253
diff -u -r1.252 -r1.253
--- dhcp.spec	17 Apr 2009 21:32:47 -0000	1.252
+++ dhcp.spec	21 Apr 2009 00:22:05 -0000	1.253
@@ -10,7 +10,7 @@
 Summary:  Dynamic host configuration protocol software
 Name:     dhcp
 Version:  4.1.0
-Release:  17%{?dist}
+Release:  18%{?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.
@@ -419,6 +419,9 @@
 %attr(0644,root,root) %{_mandir}/man3/omapi.3.gz
 
 %changelog
+* Mon Apr 20 2009 David Cantrell <dcantrell at redhat.com> - 12:4.1.0-18
+- Make dhclient-script work with pre-configured wireless interfaces (#491157)
+
 * Thu Apr 16 2009 David Cantrell <dcantrell at redhat.com> - 12:4.1.0-17
 - Fix setting default route when client IP address changes (#486512, #473658)
 - 'reload' and 'try-restart' on dhcpd and dhcrelay init scripts




More information about the fedora-extras-commits mailing list