rebuilt with python3 == 3.11 [release 0.36.2-2mamba;Sun Oct 01 2023]
This commit is contained in:
parent
76b6a8a69c
commit
167c70db38
11
ufw.spec
11
ufw.spec
@ -2,12 +2,12 @@
|
|||||||
%define majver %(echo %version | cut -d. -f1-2)
|
%define majver %(echo %version | cut -d. -f1-2)
|
||||||
Name: ufw
|
Name: ufw
|
||||||
Version: 0.36.2
|
Version: 0.36.2
|
||||||
Release: 1mamba
|
Release: 2mamba
|
||||||
Summary: ufw is Uncomplicated Firewall a cli front end to iptables
|
Summary: ufw is Uncomplicated Firewall a cli front end to iptables
|
||||||
Group: System/Libraries/Python
|
Group: System/Libraries/Python
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Ercole 'ercolinux' Carpanetto <ercole69@gmail.com>
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
URL: https://launchpad.net/ufw
|
URL: https://launchpad.net/ufw
|
||||||
Source: http://launchpad.net/ufw/%{majver}/%{version}/+download/ufw-%{version}.tar.gz
|
Source: http://launchpad.net/ufw/%{majver}/%{version}/+download/ufw-%{version}.tar.gz
|
||||||
Source1: ufw.service
|
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
|
Patch3: ufw-0.35-disable_logging_by_default.patch
|
||||||
License: GPL
|
License: GPL
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: libpython3-devel
|
BuildRequires: libpython311-devel
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
|
BuildRequires: libpython3-devel >= 3.11
|
||||||
BuildRequires: iptables
|
BuildRequires: iptables
|
||||||
BuildRequires: iptables-ipv6
|
BuildRequires: iptables-ipv6
|
||||||
%systemd_requires
|
%systemd_requires
|
||||||
Requires: python3 >= %python3_version
|
|
||||||
Requires: iptables
|
Requires: iptables
|
||||||
Requires: iptables-ipv6
|
Requires: iptables-ipv6
|
||||||
|
|
||||||
@ -103,6 +103,9 @@ fi
|
|||||||
%{_datadir}/ufw/messages/*.mo
|
%{_datadir}/ufw/messages/*.mo
|
||||||
|
|
||||||
%changelog
|
%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
|
* Fri May 19 2023 Automatic Build System <autodist@mambasoft.it> 0.36.2-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user