Commit fe78568581011f3229ffc7b2cf8164dcdeccbcaa

Authored by Sergio Oliveira
1 parent c580ca7c
Exists in colab-master

Colab assets should run as root

Signed-off-by: Matheus Fernandes <msfernandes@gmail.com>
Signed-off-by: Sergio Oliveira <sergio@tracy.com.br>
Signed-off-by: Rodrigo Siqueira <rodrigosiqueiramelo@gmail.com>
Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
colab/colab.spec
... ... @@ -98,7 +98,7 @@ rm -rf %{buildvenv}
98 98  
99 99 /usr/lib/colab
100 100 #/var/lib/colab # XXX: remove if doesnt break
101   -%attr(-, colab, colab) /var/lib/colab/assets
  101 +/var/lib/colab/assets
102 102 %attr(-, colab, colab) /var/lib/colab/celery
103 103 %attr(-, colab, colab) /var/log/colab
104 104 %{_bindir}/*
... ...