rebuilt with python3 == 3.11 [release 0.36.2-2mamba;Sun Oct 01 2023]

This commit is contained in:
Silvan Calarco 2024-01-05 18:46:49 +01:00
parent 76b6a8a69c
commit 167c70db38

View File

@ -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 <ercole69@gmail.com>
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
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 <silvan.calarco@mambasoft.it> 0.36.2-2mamba
- rebuilt with python3 == 3.11
* Fri May 19 2023 Automatic Build System <autodist@mambasoft.it> 0.36.2-1mamba
- automatic version update by autodist