nftables: Update to latest snaphot (20190622).

Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
This commit is contained in:
Stefan Schantl 2019-06-22 15:32:19 +02:00
parent 1a1f3921bb
commit 6a8e687e51
1 changed files with 11 additions and 2 deletions

View File

@ -5,7 +5,9 @@
name = nftables name = nftables
version = 0.9.0 version = 0.9.0
release = 1 snapshot = 20190622
release = 1.%{snapshot}
thisapp = %{name}-%{snapshot}
groups = Networking/Tools groups = Networking/Tools
url = http://netfilter.org/projects/nftables/ url = http://netfilter.org/projects/nftables/
@ -16,12 +18,15 @@ description
%{summary} %{summary}
end end
source_dl = http://ftp.netfilter.org/pub/nftables/ source_dl = http://ftp.netfilter.org/pub/nftables/snapshot/
sources = %{thisapp}.tar.bz2 sources = %{thisapp}.tar.bz2
build build
requires requires
asciidoc
autoconf
autogen autogen
automake
bison bison
docbook2X docbook2X
docbook-xsl docbook-xsl
@ -32,6 +37,10 @@ build
libnftnl-devel >= 1.0.5 libnftnl-devel >= 1.0.5
readline-devel readline-devel
end end
prepare_cmds
./autogen.sh
end
end end
packages packages