diff --git a/wpa_supplicant.init.d b/wpa_supplicant.init.d index 4e8d5c1..0e8d9e0 100644 --- a/wpa_supplicant.init.d +++ b/wpa_supplicant.init.d @@ -15,7 +15,7 @@ # Provides: wpa_supplicant # Required-Start: $local_fs messagebus # Required-Stop: $local_fs messagebus -# Default-Start: 3 4 5 +# Default-Start: # Default-Stop: 0 1 6 # Short-Description: start and stop wpa_supplicant # Description: wpa_supplicant is a tool for connecting to wireless networks diff --git a/wpa_supplicant.spec b/wpa_supplicant.spec index d4cba30..612e6d7 100644 --- a/wpa_supplicant.spec +++ b/wpa_supplicant.spec @@ -2,7 +2,7 @@ Summary: WPA/WPA2/IEEE 802.1X Supplicant Name: wpa_supplicant Epoch: 1 Version: 0.6.3 -Release: 2%{?dist} +Release: 3%{?dist} License: BSD Group: System Environment/Base Source0: http://hostap.epitest.fi/releases/%{name}-%{version}.tar.gz @@ -147,6 +147,9 @@ fi %{_bindir}/wpa_gui %changelog +* Thu Mar 6 2008 Dan Williams - 1:0.6.3-3 +- Don't start the supplicant by default when installed (rh #436380) + * Tue Mar 4 2008 Dan Williams - 1:0.6.3-2 - Fix a potential use-after-free in the D-Bus byte array demarshalling code