Logoj0ke.net Open Build Service > Projects > home:netmax:tools > jailkit > Changes
Sign Up | Log In

Changes of Revision 5

[-] Changed jailkit.spec
x
 
1
@@ -11,6 +11,7 @@
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
@@ -32,6 +33,9 @@
10
 %patch0
11
 
12
 %build
13
+%if 0{?pythonpath}
14
+export PYTHONINTERPRETER %{pythonpath}
15
+%endif
16
 %configure
17
 %__make
18
 
19