From d17a31f933b99156d888db495a2483797dbb7971 Mon Sep 17 00:00:00 2001 From: Paul Wouters Date: Wed, 26 Sep 2018 22:25:07 -0400 Subject: [PATCH] - Add fedora python fixup for _unbound-hook --- libreswan.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/libreswan.spec b/libreswan.spec index 92f0f85..5c017e7 100644 --- a/libreswan.spec +++ b/libreswan.spec @@ -30,7 +30,7 @@ Name: libreswan Summary: IPsec implementation with IKEv1 and IKEv2 keying protocols # version is generated in the release script Version: 3.26 -Release: %{?prever:0.}2%{?prever:.%{prever}}%{?dist} +Release: %{?prever:0.}3%{?prever:.%{prever}}%{?dist} License: GPLv2 Url: https://libreswan.org/ Source0: https://download.libreswan.org/%{?prever:development/}%{name}-%{version}%{?prever}.tar.gz @@ -104,6 +104,7 @@ sed -i "s:/usr/bin/python:/usr/bin/python3:" testing/cert_verify/usage_test sed -i "s:/usr/bin/python:/usr/bin/python3:" testing/pluto/ikev1-01-fuzzer/cve-2015-3204.py sed -i "s:/usr/bin/python:/usr/bin/python3:" testing/pluto/ikev2-15-fuzzer/send_bad_packets.py sed -i "s:/usr/bin/python:/usr/bin/python3:" testing/x509/dist_certs.py +sed -i "s:/usr/bin/python:/usr/bin/python3:" programs/_unbound-hook/_unbound-hook.in # enable crypto-policies support sed -i "s:#[ ]*include \(.*\)\(/crypto-policies/back-ends/libreswan.config\)$:include \1\2:" programs/configs/ipsec.conf.in # linking to freebl is no longer needed @@ -216,6 +217,9 @@ export NSS_DISABLE_HW_GCM=1 %{_libdir}/fipscheck/pluto.hmac %changelog +* Thu Sep 27 2018 Paul Wouters - 3.26-3 +- Add fedora python fixup for _unbound-hook + * Mon Sep 17 2018 Paul Wouters - 3.26-2 - linking against freebl is no longer needed (and wasn't done in 3.25)