!8 update to 0.9.9

From: @eaglegai
Reviewed-by: @zengwefeng
Signed-off-by: @zengwefeng
This commit is contained in:
openeuler-ci-bot 2021-07-26 01:19:48 +00:00 committed by Gitee
commit ee3cbd3b78
3 changed files with 6 additions and 2 deletions

Binary file not shown.

BIN
nftables-0.9.9.tar.bz2 Normal file

Binary file not shown.

View File

@ -1,6 +1,6 @@
Name: nftables
Version: 0.9.6
Release: 2
Version: 0.9.9
Release: 1
Epoch: 1
Summary: A subsystem of the Linux kernel processing network data
License: GPLv2
@ -54,6 +54,7 @@ install -d $RPM_BUILD_ROOT/%{_sysconfdir}/sysconfig
cp -a %{SOURCE2} $RPM_BUILD_ROOT/%{_sysconfdir}/sysconfig/
install -d $RPM_BUILD_ROOT/%{_sysconfdir}/nftables
mv $RPM_BUILD_ROOT/%{_datadir}/nftables/*.nft $RPM_BUILD_ROOT/%{_sysconfdir}/nftables/
%post
%systemd_post nftables.service
@ -94,6 +95,9 @@ install -d $RPM_BUILD_ROOT/%{_sysconfdir}/nftables
%{python3_sitelib}/nftables/
%changelog
* Fri Jul 23 2021 gaihuiying <gaihuiying1@huawei.com> - 1:0.9.9-1
- update to 0.9.9
* Thu Jul 30 2020 cuibaobao <buildteam@openeuler.org> - 1:0.9.6-2
- Add python3-nftables sub-package