Search
j0ke.net Open Build Service
>
Projects
>
home:netmax
:
tools
>
jailkit
> Changes
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
Changes of Revision 7
[-]
[+]
Changed
jailkit.spec
@@ -11,7 +11,6 @@ Patch0: jailkit-init-no-unitedlinux.patch %if 0%{?rhel} >= 8 BuildRequires: python3 -%define pythonpath /usr/bin/python3 %else BuildRequires: python %endif @@ -33,8 +32,8 @@ %patch0 %build -%if 0%{?pythonpath} -export PYTHONINTERPRETER %{pythonpath} +%if 0%{?rhel} >= 8 +export PYTHONINTERPRETER /usr/bin/python3 %endif %configure %__make