On Thu, 13 May 2021 09:52:12 -0400 (EDT)
Paul Wouters <[email protected]> wrote:

> Whoever build libreswan for that linux distro should set the proper
> value for PYTHON_BINARY=
> 
> eg see:
> 
> paul@bofh:~$ grep PYTHON_BINARY libreswan/packaging/rhel/*/*spec
> libreswan/packaging/rhel/7/libreswan.spec:    PYTHON_BINARY=python2
> \\\ libreswan/packaging/rhel/8/libreswan.spec:
> PYTHON_BINARY=%{__python3} \\\

Exactly, that is what I fixed:

libreswan/packaging/rhel/7/libreswan.spec:
PYTHON_BINARY=%{__python2} \\\
libreswan/packaging/rhel/8/libreswan.spec:
PYTHON_BINARY=%{__python3} \\\

This fix will be in next release.

-- 
Tuomo Soini <[email protected]>
Foobar Linux services
+358 40 5240030
Foobar Oy <https://foobar.fi/>
_______________________________________________
Swan mailing list
[email protected]
https://lists.libreswan.org/mailman/listinfo/swan

Reply via email to