- Fix condition that may have resulted in DHCP client returning success
when it really timed out
This commit is contained in:
parent
e8ee593d21
commit
1111b2708e
@ -7,7 +7,7 @@ ExcludeArch: s390 s390x
|
||||
Name: NetworkManager
|
||||
Summary: Network link manager and user applications
|
||||
Version: 0.4
|
||||
Release: 12.cvs20050404
|
||||
Release: 13.cvs20050404
|
||||
Group: System Environment/Base
|
||||
License: GPL
|
||||
URL: http://people.redhat.com/dcbw/NetworkManager/
|
||||
@ -22,6 +22,7 @@ Patch6: NetworkManager-0.4-novarargs.patch
|
||||
Patch7: NetworkManager-0.4-dhcp-socket-leak-fix.patch
|
||||
Patch8: NetworkManager-0.4-dont-kill-nifd.patch
|
||||
Patch9: NetworkManager-0.4-ok-button-enable-fix.patch
|
||||
Patch10: NetworkManager-0.4-dhcp-bad-return.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
|
||||
PreReq: chkconfig
|
||||
@ -105,6 +106,7 @@ functionality from applications that use glib.
|
||||
%patch7 -p1 -b .dhcp-socket-leak-fix
|
||||
%patch8 -p1 -b .dont-kill-nifd
|
||||
%patch9 -p1 -b .ok-button-enable-fix
|
||||
%patch10 -p0 -b .dhcp-bad-return-fix
|
||||
|
||||
|
||||
%build
|
||||
@ -186,6 +188,10 @@ fi
|
||||
|
||||
|
||||
%changelog
|
||||
* Mon May 16 2005 Dan Williams <dcbw@redhat.com> - 0.4-13.cvs30050404
|
||||
- Fix condition that may have resulted in DHCP client returning success
|
||||
when it really timed out
|
||||
|
||||
* Sat May 14 2005 Dan Williams <dcbw@redhat.com> - 0.4-12.cvs20050404
|
||||
- Enable OK button correctly in Passphrase and Other Networks dialogs when
|
||||
using ASCII or Hex WEP keys
|
||||
|
Loading…
Reference in New Issue
Block a user