!2 update to 0.9.6

Merge pull request !2 from cuibb1/master
This commit is contained in:
openeuler-ci-bot 2020-07-30 09:36:09 +08:00 committed by Gitee
commit c79972cf02
3 changed files with 8 additions and 2 deletions

Binary file not shown.

BIN
nftables-0.9.6.tar.bz2 Normal file

Binary file not shown.

View File

@ -1,6 +1,6 @@
Name: nftables Name: nftables
Version: 0.9.0 Version: 0.9.6
Release: 3 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
@ -64,6 +64,7 @@ install -d $RPM_BUILD_ROOT/%{_sysconfdir}/nftables
%{_sbindir}/nft %{_sbindir}/nft
%{_libdir}/*.so.* %{_libdir}/*.so.*
%{_unitdir}/nftables.service %{_unitdir}/nftables.service
%{_docdir}/nftables/examples/*.nft
%files devel %files devel
%defattr(-,root,root) %defattr(-,root,root)
@ -75,7 +76,12 @@ install -d $RPM_BUILD_ROOT/%{_sysconfdir}/nftables
%files help %files help
%defattr(-,root,root) %defattr(-,root,root)
%{_mandir}/man8/nft* %{_mandir}/man8/nft*
%{_mandir}/man3/libnftables.3*
%{_mandir}/man5/libnftables-json*
%changelog %changelog
* Thu Jul 23 2020 cuibaobao <buildteam@openeuler.org> - 1:0.9.6-1
- update to 0.9.6
* Tue Sep 17 2019 openEuler Buildteam <buildteam@openeuler.org> - 1:0.9.0-3 * Tue Sep 17 2019 openEuler Buildteam <buildteam@openeuler.org> - 1:0.9.0-3
- Package init - Package init