68 lines
1.8 KiB
RPMSpec
68 lines
1.8 KiB
RPMSpec
Name: libnftnl
|
|
Version: 1.1.5
|
|
Release: 2
|
|
Summary: Library for low-level interaction with nftables Netlink's API over libmnl
|
|
License: GPLv2+
|
|
URL: http://netfilter.org/projects/libnftnl/
|
|
Source0: http://ftp.netfilter.org/pub/libnftnl/libnftnl-%{version}.tar.bz2
|
|
|
|
Patch6000: backport-tests-flowtable-Don-t-check-NFTNL_FLOOWTABLE_SIZE.patch
|
|
|
|
BuildRequires: libmnl-devel jansson-devel gcc libnftnl
|
|
|
|
# replace old libnftables package
|
|
Provides: libnftables = %{version}-%{release}
|
|
Obsoletes: libnftables < 0-0.6
|
|
|
|
%description
|
|
libnftnl is a userspace library providing a low-level netlink programming interface (API)
|
|
to the in-kernel nf_tables subsystem.
|
|
|
|
%package devel
|
|
Summary: Development files for %{name}
|
|
Requires: %{name} = %{version}-%{release}
|
|
# replace old libnftables-devel package
|
|
Provides: libnftables-devel = %{version}-%{release}
|
|
Obsoletes: libnftables-devel < 0-0.6
|
|
|
|
%description devel
|
|
The %{name}-devel package contains libraries and header files for
|
|
developing applications that use %{name}.
|
|
|
|
%prep
|
|
%autosetup -n %{name}-%{version} -p1
|
|
|
|
%build
|
|
%configure --disable-static --disable-silent-rules --with-json-parsing
|
|
%make_build
|
|
|
|
%install
|
|
%make_install
|
|
%delete_la
|
|
|
|
# Include previous ABI version for temporary binary compatibility
|
|
cp -a %{_libdir}/libnftnl.so.7* %{buildroot}%{_libdir}
|
|
|
|
%check
|
|
make %{?_smp_mflags} check
|
|
|
|
%files
|
|
%doc COPYING
|
|
%{_libdir}/*.so.*
|
|
|
|
%files devel
|
|
%{_libdir}/libnft*.so
|
|
%{_libdir}/pkgconfig/libnftnl.pc
|
|
%{_includedir}/libnftnl
|
|
|
|
%changelog
|
|
* Tue Apr 28 2020 Yufa Fang<fangyufa1@huawei.com> - 1.1.5-2
|
|
- include previous ABI version for temporary binary compatibility
|
|
|
|
* Fri Apr 24 2020 Yufa Fang<fangyufa1@huawei.com> - 1.1.5-1
|
|
- update to 1.1.5 and fix flowtable tests failure
|
|
|
|
* Tue Sep 17 2019 openEuler Buildteam <buildteam@openeuler.org> - 1.1.1-6
|
|
- Package init
|
|
|