nftables:update to 1.0.5
This commit is contained in:
parent
9e63883d41
commit
e5bc3409be
Binary file not shown.
BIN
nftables-1.0.5.tar.bz2
Normal file
BIN
nftables-1.0.5.tar.bz2
Normal file
Binary file not shown.
@ -1,6 +1,6 @@
|
|||||||
Name: nftables
|
Name: nftables
|
||||||
Version: 1.0.0
|
Version: 1.0.5
|
||||||
Release: 4
|
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
|
||||||
@ -9,17 +9,9 @@ Source0: http://ftp.netfilter.org/pub/nftables/nftables-%{version}.tar.bz
|
|||||||
Source1: nftables.service
|
Source1: nftables.service
|
||||||
Source2: nftables.conf
|
Source2: nftables.conf
|
||||||
|
|
||||||
Patch0: backport-cache-validate-handle-string-length.patch
|
|
||||||
Patch1: backport-evaluate-fix-segfault-when-adding-elements-to-invalid-set.patch
|
|
||||||
Patch2: backport-segtree-split-prefix-and-range-creation-to-a-helper-function.patch
|
|
||||||
Patch3: backport-segtree-add-string-range-reversal-support.patch
|
|
||||||
Patch4: backport-segtree-fix-map-listing-with-interface-wildcard.patch
|
|
||||||
Patch5: backport-src-Don-t-parse-string-as-verdict-in-map.patch
|
|
||||||
Patch6: backport-parser_json-fix-device-parsing-in-netdev-family.patch
|
|
||||||
|
|
||||||
BuildRequires: gcc flex bison libmnl-devel gmp-devel readline-devel libnftnl-devel docbook2X systemd
|
BuildRequires: gcc flex bison libmnl-devel gmp-devel readline-devel libnftnl-devel docbook2X systemd
|
||||||
BuildRequires: iptables-devel jansson-devel python3-devel
|
BuildRequires: iptables-devel jansson-devel python3-devel
|
||||||
BuildRequires: chrpath
|
BuildRequires: chrpath libedit-devel
|
||||||
|
|
||||||
%description
|
%description
|
||||||
nftables is a subsystem of the Linux kernel providing filtering and classification of\
|
nftables is a subsystem of the Linux kernel providing filtering and classification of\
|
||||||
@ -50,9 +42,6 @@ The nftables python module providing an interface to libnftables via ctypes.
|
|||||||
--enable-python --with-python-bin=%{__python3}
|
--enable-python --with-python-bin=%{__python3}
|
||||||
%make_build
|
%make_build
|
||||||
|
|
||||||
%check
|
|
||||||
make check
|
|
||||||
|
|
||||||
%install
|
%install
|
||||||
export SETUPTOOLS_USE_DISTUTILS=stdlib
|
export SETUPTOOLS_USE_DISTUTILS=stdlib
|
||||||
%make_install
|
%make_install
|
||||||
@ -101,7 +90,6 @@ echo "%{_libdir}" > %{buildroot}/etc/ld.so.conf.d/%{name}-%{_arch}.conf
|
|||||||
%files devel
|
%files devel
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_includedir}/nftables/libnftables.h
|
%{_includedir}/nftables/libnftables.h
|
||||||
%{_libdir}/*.a
|
|
||||||
%{_libdir}/*.so
|
%{_libdir}/*.so
|
||||||
%{_libdir}/pkgconfig/*.pc
|
%{_libdir}/pkgconfig/*.pc
|
||||||
|
|
||||||
@ -116,6 +104,12 @@ echo "%{_libdir}" > %{buildroot}/etc/ld.so.conf.d/%{name}-%{_arch}.conf
|
|||||||
%{python3_sitelib}/nftables/
|
%{python3_sitelib}/nftables/
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Feb 08 2023 zhanghao <zhanghao383@huawei.com> - 1:1.0.5-1
|
||||||
|
- Type:requirement
|
||||||
|
- ID:NA
|
||||||
|
- SUG:NA
|
||||||
|
- DESC:update to 1.0.5
|
||||||
|
|
||||||
* Mon Nov 21 2022 huangyu <huangyu106@huawei.com> - 1:1.0.0-4
|
* Mon Nov 21 2022 huangyu <huangyu106@huawei.com> - 1:1.0.0-4
|
||||||
- Type:feature
|
- Type:feature
|
||||||
- ID:NA
|
- ID:NA
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user