diff --git a/ufw.spec b/ufw.spec index cf13586..025fc73 100644 --- a/ufw.spec +++ b/ufw.spec @@ -1,7 +1,7 @@ %define subversion 0 %define majver %(echo %version | cut -d. -f1-2) Name: ufw -Version: 0.36.1 +Version: 0.36.2 Release: 1mamba Summary: ufw is Uncomplicated Firewall a cli front end to iptables Group: System/Libraries/Python @@ -32,9 +32,9 @@ Ufw stands for Uncomplicated Firewall, and is program for managing a netfilter f %prep %setup -q #%patch0 -p1 -%patch1 -p1 +%patch 1 -p1 #%patch2 -p1 -%patch3 -p1 +%patch 3 -p1 %build %{__python3} setup.py build @@ -103,6 +103,9 @@ fi %{_datadir}/ufw/messages/*.mo %changelog +* Fri May 19 2023 Automatic Build System 0.36.2-1mamba +- automatic version update by autodist + * Mon Sep 20 2021 Automatic Build System 0.36.1-1mamba - automatic version update by autodist