Dirk Mueller 2017-09-30 09:21:50 +00:00 committed by Git OBS Bridge
parent c4571c4022
commit ccc61cc31c

View File

@ -126,7 +126,7 @@ chmod +x %{my_requires}
LD_LIBRARY_PATH=%{buildroot}/opt/testing/%{_lib}
PYTHONPATH=%{buildroot}/opt/testing/share/rpmlint
export PYTHONPATH LD_LIBRARY_PATH
strace -eopen %{buildroot}/opt/testing/bin/python3 -tt -u -O %{buildroot}/opt/testing/share/rpmlint/__pycache__/rpmlint.cpython-36.opt-1.pyc --help || exit 1
%{buildroot}/opt/testing/bin/python3 -tt -u -O %{buildroot}/opt/testing/share/rpmlint/__pycache__/rpmlint.cpython-36.opt-1.pyc --help || exit 1
echo ".. ok"
%files