diff --git a/nftables.spec b/nftables.spec index ec5df83..c62aaf7 100644 --- a/nftables.spec +++ b/nftables.spec @@ -1,6 +1,6 @@ Name: nftables Version: 0.9.9 -Release: 1%{?dist} +Release: 2%{?dist} # Upstream released a 0.100 version, then 0.4. Need Epoch to get back on track. Epoch: 1 Summary: Netfilter Tables userspace utillites @@ -118,6 +118,9 @@ sed -i -e 's/\(sofile=\)".*"/\1"'$sofile'"/' \ %{python3_sitelib}/nftables/ %changelog +* Fri Jun 04 2021 Python Maint - 1:0.9.9-2 +- Rebuilt for Python 3.10 + * Wed Jun 02 2021 Phil Sutter - 1:0.9.9-1 - Update to 0.9.9. Fixes rhbz#1964718