spec: Return back %check section

It's required by Packit.

Revert of: 6545fb6a

Related: #2017035
This commit is contained in:
Jan Macku 2021-11-08 10:18:56 +01:00
parent 09bc8d360a
commit 5d32e92a42
1 changed files with 4 additions and 0 deletions

View File

@ -643,6 +643,10 @@ python3 %{SOURCE2} %buildroot <<EOF
%ghost %attr(0700,root,root) %dir /var/log/private
EOF
%check
%if %{with tests}
meson test -C %{_vpath_builddir} -t 6 --print-errorlogs
%endif
#############################################################################################