From 167c70db3876103e5f532e61e90f3814c9928445 Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Fri, 5 Jan 2024 18:46:49 +0100 Subject: [PATCH] rebuilt with python3 == 3.11 [release 0.36.2-2mamba;Sun Oct 01 2023] --- ufw.spec | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/ufw.spec b/ufw.spec index 025fc73..b4ce728 100644 --- a/ufw.spec +++ b/ufw.spec @@ -2,12 +2,12 @@ %define majver %(echo %version | cut -d. -f1-2) Name: ufw Version: 0.36.2 -Release: 1mamba +Release: 2mamba Summary: ufw is Uncomplicated Firewall a cli front end to iptables Group: System/Libraries/Python Vendor: openmamba Distribution: openmamba -Packager: Ercole 'ercolinux' Carpanetto +Packager: Silvan Calarco URL: https://launchpad.net/ufw Source: http://launchpad.net/ufw/%{majver}/%{version}/+download/ufw-%{version}.tar.gz Source1: ufw.service @@ -17,12 +17,12 @@ Patch2: %{name}-0.30.1-load_netbios_ipt_module.patch Patch3: ufw-0.35-disable_logging_by_default.patch License: GPL ## AUTOBUILDREQ-BEGIN -BuildRequires: libpython3-devel +BuildRequires: libpython311-devel ## AUTOBUILDREQ-END +BuildRequires: libpython3-devel >= 3.11 BuildRequires: iptables BuildRequires: iptables-ipv6 %systemd_requires -Requires: python3 >= %python3_version Requires: iptables Requires: iptables-ipv6 @@ -103,6 +103,9 @@ fi %{_datadir}/ufw/messages/*.mo %changelog +* Sun Oct 01 2023 Silvan Calarco 0.36.2-2mamba +- rebuilt with python3 == 3.11 + * Fri May 19 2023 Automatic Build System 0.36.2-1mamba - automatic version update by autodist