- Don't start the supplicant by default when installed (rh #436380)
This commit is contained in:
parent
b68f1e8b3d
commit
a1b281305e
@ -15,7 +15,7 @@
|
|||||||
# Provides: wpa_supplicant
|
# Provides: wpa_supplicant
|
||||||
# Required-Start: $local_fs messagebus
|
# Required-Start: $local_fs messagebus
|
||||||
# Required-Stop: $local_fs messagebus
|
# Required-Stop: $local_fs messagebus
|
||||||
# Default-Start: 3 4 5
|
# Default-Start:
|
||||||
# Default-Stop: 0 1 6
|
# Default-Stop: 0 1 6
|
||||||
# Short-Description: start and stop wpa_supplicant
|
# Short-Description: start and stop wpa_supplicant
|
||||||
# Description: wpa_supplicant is a tool for connecting to wireless networks
|
# Description: wpa_supplicant is a tool for connecting to wireless networks
|
||||||
|
@ -2,7 +2,7 @@ Summary: WPA/WPA2/IEEE 802.1X Supplicant
|
|||||||
Name: wpa_supplicant
|
Name: wpa_supplicant
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
Version: 0.6.3
|
Version: 0.6.3
|
||||||
Release: 2%{?dist}
|
Release: 3%{?dist}
|
||||||
License: BSD
|
License: BSD
|
||||||
Group: System Environment/Base
|
Group: System Environment/Base
|
||||||
Source0: http://hostap.epitest.fi/releases/%{name}-%{version}.tar.gz
|
Source0: http://hostap.epitest.fi/releases/%{name}-%{version}.tar.gz
|
||||||
@ -147,6 +147,9 @@ fi
|
|||||||
%{_bindir}/wpa_gui
|
%{_bindir}/wpa_gui
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Mar 6 2008 Dan Williams <dcbw@redhat.com> - 1:0.6.3-3
|
||||||
|
- Don't start the supplicant by default when installed (rh #436380)
|
||||||
|
|
||||||
* Tue Mar 4 2008 Dan Williams <dcbw@redhat.com> - 1:0.6.3-2
|
* Tue Mar 4 2008 Dan Williams <dcbw@redhat.com> - 1:0.6.3-2
|
||||||
- Fix a potential use-after-free in the D-Bus byte array demarshalling code
|
- Fix a potential use-after-free in the D-Bus byte array demarshalling code
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user