Commit eee2e8069bd0d7a0e9244761f009b80f84ddfdf4
Committed by
Rodrigo Siqueira de Melo
1 parent
d7dcfb35
Exists in
master
and in
79 other branches
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}/* | ... | ... |