2016-12-20 23:38:39 +00:00
committed by Git OBS Bridge
parent 0e402b46ec
commit 64e9ed0240
6 changed files with 36 additions and 7 deletions

View File

@@ -17,7 +17,7 @@
Name: nftables
Version: 0.6
Version: 0.7
Release: 0
Summary: Userspace utility to access the nf_tables packet filter
License: GPL-2.0
@@ -37,7 +37,8 @@ BuildRequires: pkgconfig >= 0.21
BuildRequires: readline-devel
BuildRequires: xsltproc
BuildRequires: pkgconfig(libmnl) >= 1.0.3
BuildRequires: pkgconfig(libnftnl) >= 1.0.6
BuildRequires: pkgconfig(libnftnl) >= 1.0.7
BuildRequires: pkgconfig(xtables) >= 1.6.0
Obsoletes: nftables-plus < %version-%release
Provides: nftables-plus = %version-%release
@@ -69,13 +70,12 @@ popd
%install
b="%buildroot"
%make_install -C obj
cp -a COPYING "$b/%_docdir/%name/"
%files
%defattr(-,root,root)
%config %_sysconfdir/nftables
%_sbindir/nft
%doc %_docdir/%name/
%_mandir/man8/nft*
%doc COPYING
%changelog