update to 0.9.9

This commit is contained in:
eaglegai 2021-07-23 15:40:08 +08:00
parent ec4148a48e
commit abd606c3ff
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 Name: nftables
Version: 0.9.6 Version: 0.9.9
Release: 2 Release: 1
Epoch: 1 Epoch: 1
Summary: A subsystem of the Linux kernel processing network data Summary: A subsystem of the Linux kernel processing network data
License: GPLv2 License: GPLv2
@ -54,6 +54,7 @@ install -d $RPM_BUILD_ROOT/%{_sysconfdir}/sysconfig
cp -a %{SOURCE2} $RPM_BUILD_ROOT/%{_sysconfdir}/sysconfig/ cp -a %{SOURCE2} $RPM_BUILD_ROOT/%{_sysconfdir}/sysconfig/
install -d $RPM_BUILD_ROOT/%{_sysconfdir}/nftables install -d $RPM_BUILD_ROOT/%{_sysconfdir}/nftables
mv $RPM_BUILD_ROOT/%{_datadir}/nftables/*.nft $RPM_BUILD_ROOT/%{_sysconfdir}/nftables/
%post %post
%systemd_post nftables.service %systemd_post nftables.service
@ -94,6 +95,9 @@ install -d $RPM_BUILD_ROOT/%{_sysconfdir}/nftables
%{python3_sitelib}/nftables/ %{python3_sitelib}/nftables/
%changelog %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 * Thu Jul 30 2020 cuibaobao <buildteam@openeuler.org> - 1:0.9.6-2
- Add python3-nftables sub-package - Add python3-nftables sub-package