- Enable OK button correctly in Passphrase and Other Networks dialogs when
using ASCII or Hex WEP keys
This commit is contained in:
parent
ebec265199
commit
e8ee593d21
@ -7,7 +7,7 @@ ExcludeArch: s390 s390x
|
|||||||
Name: NetworkManager
|
Name: NetworkManager
|
||||||
Summary: Network link manager and user applications
|
Summary: Network link manager and user applications
|
||||||
Version: 0.4
|
Version: 0.4
|
||||||
Release: 11.cvs20050404
|
Release: 12.cvs20050404
|
||||||
Group: System Environment/Base
|
Group: System Environment/Base
|
||||||
License: GPL
|
License: GPL
|
||||||
URL: http://people.redhat.com/dcbw/NetworkManager/
|
URL: http://people.redhat.com/dcbw/NetworkManager/
|
||||||
@ -21,6 +21,7 @@ Patch5: NetworkManager-0.4-aplist-fix-hidden.patch
|
|||||||
Patch6: NetworkManager-0.4-novarargs.patch
|
Patch6: NetworkManager-0.4-novarargs.patch
|
||||||
Patch7: NetworkManager-0.4-dhcp-socket-leak-fix.patch
|
Patch7: NetworkManager-0.4-dhcp-socket-leak-fix.patch
|
||||||
Patch8: NetworkManager-0.4-dont-kill-nifd.patch
|
Patch8: NetworkManager-0.4-dont-kill-nifd.patch
|
||||||
|
Patch9: NetworkManager-0.4-ok-button-enable-fix.patch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||||
|
|
||||||
PreReq: chkconfig
|
PreReq: chkconfig
|
||||||
@ -103,6 +104,7 @@ functionality from applications that use glib.
|
|||||||
%patch6 -p0 -b .no-varargs
|
%patch6 -p0 -b .no-varargs
|
||||||
%patch7 -p1 -b .dhcp-socket-leak-fix
|
%patch7 -p1 -b .dhcp-socket-leak-fix
|
||||||
%patch8 -p1 -b .dont-kill-nifd
|
%patch8 -p1 -b .dont-kill-nifd
|
||||||
|
%patch9 -p1 -b .ok-button-enable-fix
|
||||||
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
@ -184,7 +186,11 @@ fi
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Thu May 5 2005 Dan Williams <dcbw@redhat.com> - 0.4-11.cvs22050404
|
* 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
|
||||||
|
|
||||||
|
* Thu May 5 2005 Dan Williams <dcbw@redhat.com> - 0.4-11.cvs20050404
|
||||||
- #rh154391# NetworkManager dies on startup (don't force-kill nifd)
|
- #rh154391# NetworkManager dies on startup (don't force-kill nifd)
|
||||||
|
|
||||||
* Wed May 4 2005 Dan Williams <dcbw@redhat.com> - 0.4-10.cvs20050404
|
* Wed May 4 2005 Dan Williams <dcbw@redhat.com> - 0.4-10.cvs20050404
|
||||||
|
Loading…
Reference in New Issue
Block a user