- Fix dhclient-script to delete address which the client is going to

release as soon as it begins the Release message exchange process
    (#559142)
This commit is contained in:
Jiří Popelka 2010-02-05 15:09:41 +00:00
parent cd8c86f398
commit 152a4960a9
2 changed files with 6 additions and 2 deletions

View File

@ -556,7 +556,7 @@ case "${reason}" in
;; ;;
EXPIRE6|RELEASE6|STOP6) 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 exit_with_hooks 2
fi fi

View File

@ -13,7 +13,7 @@
Summary: Dynamic host configuration protocol software Summary: Dynamic host configuration protocol software
Name: dhcp Name: dhcp
Version: %{basever} Version: %{basever}
Release: 3%{?dist} Release: 4%{?dist}
# NEVER CHANGE THE EPOCH on this package. The previous maintainer (prior to # NEVER CHANGE THE EPOCH on this package. The previous maintainer (prior to
# dcantrell maintaining the package) made incorrect use of the epoch and # 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. # 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 %attr(0644,root,root) %{_mandir}/man3/omapi.3.gz
%changelog %changelog
* Fri Feb 05 2010 Jiri Popelka <jpopelka@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@redhat.com> - 12:4.1.1-3 * Wed Feb 03 2010 Jiri Popelka <jpopelka@redhat.com> - 12:4.1.1-3
- move /etc/dhcp.conf to /etc/dhcp.conf.rpmsave in %%post (#561094) - move /etc/dhcp.conf to /etc/dhcp.conf.rpmsave in %%post (#561094)
- document -nc option in dhclient(8) man page - document -nc option in dhclient(8) man page