]> git.proxmox.com Git - mirror_ovs.git/commit - configure.ac
ipsec: Use @PYTHON@ directly instead of "/usr/bin/env python"
authorTimothy Redaelli <tredaelli@redhat.com>
Sat, 10 Nov 2018 15:29:07 +0000 (16:29 +0100)
committerBen Pfaff <blp@ovn.org>
Sat, 10 Nov 2018 16:15:28 +0000 (08:15 -0800)
commitd5cc46e3d185dcd32e2ef099b2ce38e1a7f95eee
tree081f600cdb397cba96c04558cefd2f5b39946c53
parent3d9ebcb153d446026139d17cf7d997199fc3b498
ipsec: Use @PYTHON@ directly instead of "/usr/bin/env python"

Using "/usr/bin/env" is against Fedora Packaging Guidelines [1].

Moreover, in this specific case, it also prevent "make rpm-fedora" to
successfully complete on "Fedora Rawhide" since "#!/usr/bin/env python"
must not be used anymore [2].

[1] https://fedoraproject.org/wiki/Packaging:Guidelines#Shebang_lines
[2] https://fedoraproject.org/wiki/Changes/Make_ambiguous_python_shebangs_error

CC: Qiuyu Xiao <qiuyu.xiao.qyx@gmail.com>
Fixes: 22c5eafb6efa ("ipsec: reintroduce IPsec support for tunneling")
Signed-off-by: Timothy Redaelli <tredaelli@redhat.com>
Signed-off-by: Ben Pfaff <blp@ovn.org>
configure.ac
ipsec/automake.mk
ipsec/ovs-monitor-ipsec [deleted file]
ipsec/ovs-monitor-ipsec.in [new file with mode: 0755]