rpms/dhcp/devel dhclient-script,1.16,1.17 dhcp.spec,1.287,1.288

Jiří Popelka jpopelka at fedoraproject.org
Fri Feb 5 15:09:41 UTC 2010


Author: jpopelka

Update of /cvs/pkgs/rpms/dhcp/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv6535

Modified Files:
	dhclient-script dhcp.spec 
Log Message:
* Fri Feb 05 2010 Jiri Popelka <jpopelka at redhat.com> - 12:4.1.1-4
- Fix dhclient-script to delete address which the client is going to release
  as soon as it begins the Release message exchange process (#559142)



Index: dhclient-script
===================================================================
RCS file: /cvs/pkgs/rpms/dhcp/devel/dhclient-script,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -p -r1.16 -r1.17
--- dhclient-script	23 Nov 2009 09:14:23 -0000	1.16
+++ dhclient-script	5 Feb 2010 15:09:40 -0000	1.17
@@ -556,7 +556,7 @@ case "${reason}" in
         ;;
 
     EXPIRE6|RELEASE6|STOP6)
-        if [ -n "${old_ip6_address}" ] || [ -n "${old_ip6_prefixlen}" ]; then
+        if [ -z "${old_ip6_address}" ] || [ -z "${old_ip6_prefixlen}" ]; then
             exit_with_hooks 2
         fi
 


Index: dhcp.spec
===================================================================
RCS file: /cvs/pkgs/rpms/dhcp/devel/dhcp.spec,v
retrieving revision 1.287
retrieving revision 1.288
diff -u -p -r1.287 -r1.288
--- dhcp.spec	3 Feb 2010 17:48:51 -0000	1.287
+++ dhcp.spec	5 Feb 2010 15:09:41 -0000	1.288
@@ -13,7 +13,7 @@
 Summary:  Dynamic host configuration protocol software
 Name:     dhcp
 Version:  %{basever}
-Release:  3%{?dist}
+Release:  4%{?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.
@@ -500,6 +500,10 @@ fi
 %attr(0644,root,root) %{_mandir}/man3/omapi.3.gz
 
 %changelog
+* Fri Feb 05 2010 Jiri Popelka <jpopelka at redhat.com> - 12:4.1.1-4
+- Fix dhclient-script to delete address which the client is going to release
+  as soon as it begins the Release message exchange process (#559142)
+
 * Wed Feb 03 2010 Jiri Popelka <jpopelka at redhat.com> - 12:4.1.1-3
 - move /etc/dhcp.conf to /etc/dhcp.conf.rpmsave in %%post (#561094)
 - document -nc option in dhclient(8) man page



More information about the scm-commits mailing list