import libnftnl-1.2.2-1.el9

This commit is contained in:
CentOS Sources 2022-11-15 01:58:43 -05:00 committed by Stepan Oksanichenko
parent 112375f20b
commit 88f871d2be
3 changed files with 11 additions and 4 deletions

2
.gitignore vendored
View File

@ -1 +1 @@
SOURCES/libnftnl-1.1.9.tar.bz2
SOURCES/libnftnl-1.2.2.tar.bz2

View File

@ -1 +1 @@
24d92a1b058f1cef749832ce3866ec4bf5ad1a64 SOURCES/libnftnl-1.1.9.tar.bz2
a43773c5569d6a80cd94add256bef4dd63dd7571 SOURCES/libnftnl-1.2.2.tar.bz2

View File

@ -1,6 +1,6 @@
Name: libnftnl
Version: 1.1.9
Release: 4%{?dist}
Version: 1.2.2
Release: 1%{?dist}
Summary: Library for low-level interaction with nftables Netlink's API over libmnl
License: GPLv2+
@ -58,6 +58,13 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
%{_includedir}/libnftnl
%changelog
* Tue Jun 07 2022 Phil Sutter <psutter@redhat.com> - 1.2.2-1
- New version 1.2.2
* Wed May 18 2022 Phil Sutter <psutter@redhat.com> - 1.2.1-1
- Fix debug printing for tcp option reset expression
- new version 1.2.1
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 1.1.9-4
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
Related: rhbz#1991688