libnftnl-1.2.8-5.el10

* Thu Oct 30 2025 Phil Sutter <psutter@redhat.com> [1.2.8-5.el10]
- Bump release for a side-tag build (Phil Sutter) [RHEL-125122]
Resolves: RHEL-125122
This commit is contained in:
Phil Sutter 2025-10-30 21:40:50 +01:00
parent 55442f8822
commit 1836acfa30

View File

@ -1,6 +1,6 @@
Name: libnftnl
Version: 1.2.8
Release: 4%{?dist}
Release: 5%{?dist}
Summary: Library for low-level interaction with nftables Netlink's API over libmnl
License: GPL-2.0-or-later
URL: https://netfilter.org/projects/libnftnl/
@ -57,6 +57,9 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
%{_includedir}/libnftnl
%changelog
* Thu Oct 30 2025 Phil Sutter <psutter@redhat.com> [1.2.8-5.el10]
- Bump release for a side-tag build (Phil Sutter) [RHEL-125122]
* Wed Sep 10 2025 Phil Sutter <psutter@redhat.com> [1.2.8-4.el10]
- udata: Introduce NFTNL_UDATA_TABLE_NFT{VER,BLD} (Phil Sutter) [RHEL-113823]