Fix permissions, R inotifywait

master
Mikhail Novosyolov 3 years ago
parent 9266d83336
commit c94b43729c
  1. 7
      .gear/doskast.spec

@ -18,8 +18,10 @@ Cast screen
%package board %package board
Summary: Doskast for server (board) Summary: Doskast for server (board)
Group: Graphical desktop/Other Group: Graphical desktop/Other
Requires: %{_bindir}/inotifywait
Requires: xpra Requires: xpra
Requires: httpd Requires: apache2-base
Requires(pre): apache2-base
%description board %description board
%summary %summary
@ -28,6 +30,7 @@ Requires: httpd
/var/www/cgi-bin/doskast-trigger-connect.cgi /var/www/cgi-bin/doskast-trigger-connect.cgi
%{_bindir}/doskast-server-watcher %{_bindir}/doskast-server-watcher
/etc/xdg/autostart/doskast-server-watcher.desktop /etc/xdg/autostart/doskast-server-watcher.desktop
%attr(0775,root,apache2) /var/spool/doskast
#-------------------------------------------------------------- #--------------------------------------------------------------
@ -59,3 +62,5 @@ Requires: curl
%install %install
desktop-file-validate *.desktop desktop-file-validate *.desktop
%makeinstall_std %makeinstall_std
mkdir -p %{buildroot}/var/spool/doskast

Loading…
Cancel
Save