Changes of Revision 5
[-] | Changed | jailkit.spec |
x 1
2 Patch0: jailkit-init-no-unitedlinux.patch 3 %if 0%{?rhel} >= 8 4 BuildRequires: python3 5 +%define pythonpath /usr/bin/python3 6 %else 7 BuildRequires: python 8 %endif 9
10 %patch0 11 12 %build 13 +%if 0{?pythonpath} 14 +export PYTHONINTERPRETER %{pythonpath} 15 +%endif 16 %configure 17 %__make 18 19 |