This commit is contained in:
parent
5b06f6e177
commit
bcd85f9d71
@ -1,5 +1,5 @@
|
|||||||
[D-BUS Service]
|
[D-BUS Service]
|
||||||
Name=fi.epitest.hostap.WPASupplicant
|
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
|
User=root
|
||||||
|
|
||||||
|
@ -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
|
Tue Mar 11 15:09:29 CET 2008 - hschaa@suse.de
|
||||||
|
|
||||||
|
@ -18,7 +18,7 @@ BuildRequires: madwifi-devel
|
|||||||
%endif
|
%endif
|
||||||
Url: http://hostap.epitest.fi/wpa_supplicant/
|
Url: http://hostap.epitest.fi/wpa_supplicant/
|
||||||
Version: 0.5.10
|
Version: 0.5.10
|
||||||
Release: 1
|
Release: 5
|
||||||
License: BSD 3-Clause; GPL v2 or later
|
License: BSD 3-Clause; GPL v2 or later
|
||||||
Group: Productivity/Networking/Other
|
Group: Productivity/Networking/Other
|
||||||
Summary: WPA supplicant implementation
|
Summary: WPA supplicant implementation
|
||||||
@ -109,14 +109,16 @@ install -m 755 wpa_gui-qt4/wpa_gui %{buildroot}%{_sbindir}
|
|||||||
%config %{_sysconfdir}/%{name}/%{name}.conf
|
%config %{_sysconfdir}/%{name}/%{name}.conf
|
||||||
%dir %{_localstatedir}/run/%{name}
|
%dir %{_localstatedir}/run/%{name}
|
||||||
%dir %{_sysconfdir}/%{name}
|
%dir %{_sysconfdir}/%{name}
|
||||||
%{_mandir}/man8/*
|
%doc %{_mandir}/man8/*
|
||||||
%{_mandir}/man5/*
|
%doc %{_mandir}/man5/*
|
||||||
|
|
||||||
%files gui
|
%files gui
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
/usr/sbin/wpa_gui
|
/usr/sbin/wpa_gui
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Mar 17 2008 hschaa@suse.de
|
||||||
|
- Fix system bus activation (bnc#371500)
|
||||||
* Tue Mar 11 2008 hschaa@suse.de
|
* Tue Mar 11 2008 hschaa@suse.de
|
||||||
- Remove patches that are upstream already
|
- Remove patches that are upstream already
|
||||||
- Update to version 0.5.10, changes:
|
- Update to version 0.5.10, changes:
|
||||||
|
Loading…
Reference in New Issue
Block a user