diff --git a/nftables-1.1.1.tar.xz b/nftables-1.1.1.tar.xz deleted file mode 100644 index 95b6ab0bf8d844152b2f09fc276633975113066f..0000000000000000000000000000000000000000 Binary files a/nftables-1.1.1.tar.xz and /dev/null differ diff --git a/nftables-1.1.5.tar.xz b/nftables-1.1.5.tar.xz new file mode 100644 index 0000000000000000000000000000000000000000..c88677b1a265af3e797b50ce52125bfdbb7a8702 Binary files /dev/null and b/nftables-1.1.5.tar.xz differ diff --git a/nftables.spec b/nftables.spec index d6c96b29d563f9d708240932908d794dabe1ea28..a3d8ab657881290b783eba926782f2bcba209b1d 100644 --- a/nftables.spec +++ b/nftables.spec @@ -1,5 +1,5 @@ Name: nftables -Version: 1.1.1 +Version: 1.1.5 Release: 1 Epoch: 1 Summary: A subsystem of the Linux kernel processing network data @@ -9,9 +9,10 @@ Source0: http://ftp.netfilter.org/pub/nftables/nftables-%{version}.tar.xz Source1: nftables.service Source2: nftables.conf -BuildRequires: gcc flex bison libmnl-devel gmp-devel readline-devel libnftnl-devel docbook2X systemd +BuildRequires: gcc flex bison libmnl-devel gmp-devel readline-devel docbook2X systemd BuildRequires: iptables-devel jansson-devel python3-devel BuildRequires: chrpath libedit-devel +BuildRequires: pkgconfig(libnftnl) >= 1.3.0 BuildRequires: pyproject-rpm-macros python3-setuptools python3-packaging python3-wheel python3-pip %description @@ -96,7 +97,7 @@ popd %{_sbindir}/nft %{_libdir}/*.so.* %{_unitdir}/nftables.service -%{_docdir}/nftables/examples/*.nft +%{_docdir}/nftables %files devel %defattr(-,root,root) @@ -113,6 +114,12 @@ popd %files -n python3-nftables -f %{pyproject_files} %changelog +* Tue Sep 23 2025 gaihuiying - 1:1.1.5-1 +- Type:requirement +- ID:NA +- SUG:NA +- DESC:update to version 1.1.5 + * Tue Mar 11 2025 gaihuiying - 1:1.1.1-1 - Type:requirement - ID:NA