diff --git a/config b/config index ef73b38..a9f82d0 100644 --- a/config +++ b/config @@ -372,7 +372,7 @@ CONFIG_CTRL_IFACE_DBUS=y #CONFIG_IEEE80211R=y # Add support for writing debug log to a file (/tmp/wpa_supplicant-log-#.txt) -#CONFIG_DEBUG_FILE=y +CONFIG_DEBUG_FILE=y # Enable privilege separation (see README 'Privilege separation' for details) #CONFIG_PRIVSEP=y diff --git a/wpa_supplicant.changes b/wpa_supplicant.changes index da9d007..49ac8c5 100644 --- a/wpa_supplicant.changes +++ b/wpa_supplicant.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue May 12 12:28:55 CEST 2009 - dmueller@suse.de + +- reenable logfile writing support to make d-bus activation work + again (bnc#502957) + ------------------------------------------------------------------- Tue Apr 7 13:02:49 CEST 2009 - hschaa@suse.de diff --git a/wpa_supplicant.spec b/wpa_supplicant.spec index 6fb6114..e5718c5 100644 --- a/wpa_supplicant.spec +++ b/wpa_supplicant.spec @@ -22,7 +22,7 @@ Name: wpa_supplicant BuildRequires: dbus-1-devel libnl-devel libqt4 libqt4-devel openssl-devel pkg-config readline-devel Url: http://hostap.epitest.fi/wpa_supplicant/ Version: 0.6.9 -Release: 1 +Release: 2 License: BSD 3-Clause; GPL v2 or later Group: Productivity/Networking/Other Summary: WPA supplicant implementation @@ -133,6 +133,9 @@ install -m 755 wpa_supplicant/wpa_gui-qt4/wpa_gui %{buildroot}%{_sbindir} /usr/sbin/wpa_gui %changelog +* Tue May 12 2009 dmueller@suse.de +- reenable logfile writing support to make d-bus activation work + again (bnc#502957) * Tue Apr 07 2009 hschaa@suse.de - Enable ralink driver (bnc#481380) - Enable nl80211 driver (bnc#485453)