From 590db3613b1a9fb0e86c9eb439fef373ea7a9c66 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Mon, 19 Dec 2016 18:20:36 +0100 Subject: [PATCH] Rebuild for Python 3.6 --- libreswan.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/libreswan.spec b/libreswan.spec index b64339d..ebbad03 100644 --- a/libreswan.spec +++ b/libreswan.spec @@ -18,7 +18,7 @@ Name: libreswan Summary: IPsec implementation with IKEv1 and IKEv2 keying protocols Version: 3.18 -Release: %{?prever:0.}1%{?prever:.%{prever}}%{?dist} +Release: %{?prever:0.}1%{?prever:.%{prever}}%{?dist}.1 License: GPLv2 Url: https://libreswan.org/ Source0: https://download.libreswan.org/%{?prever:development/}%{name}-%{version}%{?prever}.tar.gz @@ -221,6 +221,9 @@ OBJ.linux.*/programs/pluto/cavp -v1psk ikev1_psk.fax | \ %endif %changelog +* Mon Dec 19 2016 Miro HronĨok - 3.18-1.1 +- Rebuild for Python 3.6 + * Fri Jul 29 2016 Paul Wouters - 3.18-1 - Updated to 3.18 for CVE-2016-5391 rhbz#1361164 and VTI support - Remove support for /etc/sysconfig/pluto (use native systemd instead)