forked from pool/permissions
This commit is contained in:
parent
1b60e6b25b
commit
2cc579008f
@ -56,11 +56,11 @@ do
|
||||
[ -f $f ] && sed -i "1s@#\!.*python.*@#\!$(realpath %__python3)@" $f
|
||||
done
|
||||
|
||||
#%%check
|
||||
#%# will fail on qemu with unshare: unshare failed: Invalid argument
|
||||
#%%if !0%{?qemu_user_space_build}
|
||||
#%tests/regtest.py --skip-build %_vpath_builddir >/dev/null
|
||||
#%%endif
|
||||
%check
|
||||
# will fail on qemu with unshare: unshare failed: Invalid argument
|
||||
%if !0%{?qemu_user_space_build}
|
||||
tests/regtest.py --skip-build %_vpath_builddir >/dev/null
|
||||
%endif
|
||||
|
||||
%description
|
||||
File and directory permission settings depending on the local security
|
||||
|
Loading…
Reference in New Issue
Block a user