1
0

Accepting request 80378 from home:vbotka:branches:hardware

ghost directive for /var/run/wpa_supplicant added for tmpfs (bnc 710281)

OBS-URL: https://build.opensuse.org/request/show/80378
OBS-URL: https://build.opensuse.org/package/show/hardware/wpa_supplicant?expand=0&rev=15
This commit is contained in:
Ismail Dönmez 2011-08-31 12:36:40 +00:00 committed by Git OBS Bridge
parent 700e23ec90
commit 8e2d7872ba
2 changed files with 9 additions and 0 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Wed Aug 31 13:46:53 CEST 2011 - vbotka@suse.de
- %ghost directive for /var/run/wpa_supplicant added for tmpfs
(bnc 710281)
-------------------------------------------------------------------
Wed Mar 16 21:22:58 UTC 2011 - dimstar@opensuse.org

View File

@ -119,6 +119,9 @@ install -m 755 wpa_supplicant/wpa_gui-qt4/wpa_gui %{buildroot}%{_sbindir}
%config %{_sysconfdir}/%{name}/%{name}.conf
%config(noreplace) %{_sysconfdir}/logrotate.d/wpa_supplicant
%dir %{_localstatedir}/run/%{name}
%if 0%{?suse_version} > 1140
%ghost %{_localstatedir}/run/%{name}
%endif
%dir %{_sysconfdir}/%{name}
%doc %{_mandir}/man8/*
%doc %{_mandir}/man5/*