diff --git a/fi.epitest.hostap.WPASupplicant.service b/fi.epitest.hostap.WPASupplicant.service index 8444169..bfa1d13 100644 --- a/fi.epitest.hostap.WPASupplicant.service +++ b/fi.epitest.hostap.WPASupplicant.service @@ -1,5 +1,5 @@ [D-BUS Service] Name=fi.epitest.hostap.WPASupplicant -Exec=/usr/sbin/wpa_supplicant -c /etc/wpa_supplicant/wpa_supplicant.conf -u -f +Exec=/usr/sbin/wpa_supplicant -c /etc/wpa_supplicant/wpa_supplicant.conf -u -f /var/log/wpa_supplicant.log User=root diff --git a/wpa_supplicant.changes b/wpa_supplicant.changes index 64212ef..a544f63 100644 --- a/wpa_supplicant.changes +++ b/wpa_supplicant.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Mar 17 15:06:14 CET 2008 - hschaa@suse.de + +- Fix system bus activation (bnc#371500) + ------------------------------------------------------------------- Tue Mar 11 15:09:29 CET 2008 - hschaa@suse.de diff --git a/wpa_supplicant.spec b/wpa_supplicant.spec index 4da8395..3f7dba4 100644 --- a/wpa_supplicant.spec +++ b/wpa_supplicant.spec @@ -18,7 +18,7 @@ BuildRequires: madwifi-devel %endif Url: http://hostap.epitest.fi/wpa_supplicant/ Version: 0.5.10 -Release: 1 +Release: 5 License: BSD 3-Clause; GPL v2 or later Group: Productivity/Networking/Other Summary: WPA supplicant implementation @@ -109,14 +109,16 @@ install -m 755 wpa_gui-qt4/wpa_gui %{buildroot}%{_sbindir} %config %{_sysconfdir}/%{name}/%{name}.conf %dir %{_localstatedir}/run/%{name} %dir %{_sysconfdir}/%{name} -%{_mandir}/man8/* -%{_mandir}/man5/* +%doc %{_mandir}/man8/* +%doc %{_mandir}/man5/* %files gui %defattr(-,root,root) /usr/sbin/wpa_gui %changelog +* Mon Mar 17 2008 hschaa@suse.de +- Fix system bus activation (bnc#371500) * Tue Mar 11 2008 hschaa@suse.de - Remove patches that are upstream already - Update to version 0.5.10, changes: