Jan Engelhardt 2014-01-20 23:28:30 +00:00 committed by Git OBS Bridge
parent 82401dd0e2
commit 4e7f5ab0e8
4 changed files with 41 additions and 12 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:ae878baa3cd7dddb9bf765270653a449a01fc36029878a9c5002815e157137e0
size 155040

View File

@ -0,0 +1,7 @@
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.22 (GNU/Linux)
iF4EABEIAAYFAlLdsPsACgkQkb3j62iiDkXMLAD9ER7/vfvpWZxMROGFsCqoHGdb
owuTxpqf3VRix5JqQI8A/3RRDxouklm6T94DsLNnTvJN/X+M/qEQTkrMXz3Goiem
=lfzg
-----END PGP SIGNATURE-----

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:cd3b9ef99b15f4b3d9f2299847a947e50a5fcea9a97748d6fd1f8f139e96adf3
size 198688

View File

@ -17,40 +17,62 @@
Name: nftables
Version: 0.01~alpha1+git187
Version: 0.099
Release: 0
Summary: Userspace utility access the Netfilter packet filter
License: GPL-2.0+
Group: Productivity/Networking/Security
#Git-Commit: v0.01-alpha1-153-g2855909
#Git-Clone: git://git.netfilter.org/nftables
Source: %name-%version.tar.xz
#Git-Clone: git://git.inai.de/nftables plus
#Git-Snapshot: f1a17fb33e6c62157780da8a1b9abecceeb7a65a
Source: %name-plus-%version.tar.xz
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: autoconf
BuildRequires: automake
BuildRequires: bison
BuildRequires: flex
BuildRequires: gmp-devel
BuildRequires: pkgconfig >= 0.21
BuildRequires: readline-devel
BuildRequires: pkgconfig(libmnl)
BuildRequires: pkgconfig(libnftables)
BuildRequires: pkgconfig(libnftnl) >= 1.0
%description
nf_tables is the new firewalling infrastructure in the Linux kernel,
intended to replace ip_tables, ip6_tables, arp_tables and ebtables in
the long term. nftables is the corresponsing userspace frontend,
replacing their respective userspace utilities.
nftables features native support for sets and dictionaries of
arbitrary types, support for many different protocols, meta data
types, connection tracking, NAT, logging, atomic incremental and full
ruleset updates.
%package plus
Summary: Userspace utility access the Netfilter packet filter
Group: Productivity/Networking/Security
%description plus
nf_tables is the new firewalling infrastructure in the Linux kernel,
intended to replace ip_tables, ip6_tables, arp_tables and ebtables in
the long term. nftables is the corresponsing userspace frontend,
replacing their respective userspace utilities.
nftables features native support for sets and dictionaries of
arbitrary types, support for many different protocols, meta data
types, connection tracking, NAT, logging, atomic incremental and full
ruleset updates.
%prep
%setup -qn %name
%setup -qn %name-plus-%version
%build
autoreconf -fi
%configure
make %{?_smp_mflags}
%install
make install DESTDIR="%buildroot";
%files
%files plus
%defattr(-,root,root)
%config %_sysconfdir/nftables
%_sbindir/nft