From 0e9729786116309fcda6553c7ed0b138b9289834 Mon Sep 17 00:00:00 2001 From: Daniel Williams Date: Dec 24 2007 22:36:49 +0000 Subject: - Fix LSB initscript header to ensure 'messagebus' is started first (rh #244029) --- diff --git a/wpa_supplicant.init.d b/wpa_supplicant.init.d index ae6290a..4e8d5c1 100644 --- a/wpa_supplicant.init.d +++ b/wpa_supplicant.init.d @@ -13,8 +13,8 @@ # ### BEGIN INIT INFO # Provides: wpa_supplicant -# Required-Start: $local_fs $messagebus -# Required-Stop: $local_fs $messagebus +# Required-Start: $local_fs messagebus +# Required-Stop: $local_fs messagebus # Default-Start: 3 4 5 # Default-Stop: 0 1 6 # Short-Description: start and stop wpa_supplicant diff --git a/wpa_supplicant.spec b/wpa_supplicant.spec index 1bd7242..769e749 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.5.7 -Release: 19%{?dist} +Release: 20%{?dist} License: BSD Group: System Environment/Base Source0: http://hostap.epitest.fi/releases/%{name}-%{version}.tar.gz @@ -160,6 +160,9 @@ fi %{_bindir}/wpa_gui %changelog +* Mon Dec 24 2007 Dan Williams - 0.5.7-20 +- Fix LSB initscript header to ensure 'messagebus' is started first (rh #244029) + * Thu Dec 6 2007 Dan Williams - 1:0.5.7-19 - Fix two leaks when signalling state and scan results (rh #408141) - Add logrotate config file (rh #404181)