From f779b6c7bb6df7d0c0b5251e280a6c7803c54f36 Mon Sep 17 00:00:00 2001 From: Python Maint Date: Tue, 13 Jun 2023 23:05:47 +0200 Subject: [PATCH] Rebuilt for Python 3.12 --- strongswan.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/strongswan.spec b/strongswan.spec index b6f9006..2750fc9 100644 --- a/strongswan.spec +++ b/strongswan.spec @@ -16,7 +16,7 @@ Name: strongswan Version: 5.9.10 -Release: 1%{?dist} +Release: 2%{?dist} Summary: An OpenSource IPsec-based VPN and TNC solution License: GPLv2+ URL: https://www.strongswan.org/ @@ -416,6 +416,9 @@ install -D -m 0644 %{SOURCE3} %{buildroot}/%{_tmpfilesdir}/strongswan-starter.co %endif %changelog +* Tue Jun 13 2023 Python Maint - 5.9.10-2 +- Rebuilt for Python 3.12 + * Thu Mar 02 2023 Paul Wouters