Changes of Revision 7
[-] | 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 +%if 0%{?rhel} >= 8 16 +export PYTHONINTERPRETER /usr/bin/python3 17 %endif 18 %configure 19 %__make 20 |