diff --git a/nftables-0.01~alpha1+git187.tar.xz b/nftables-0.01~alpha1+git187.tar.xz deleted file mode 100644 index 184ce9d..0000000 --- a/nftables-0.01~alpha1+git187.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ae878baa3cd7dddb9bf765270653a449a01fc36029878a9c5002815e157137e0 -size 155040 diff --git a/nftables-plus-0.099.tar.asc b/nftables-plus-0.099.tar.asc new file mode 100644 index 0000000..dedaa77 --- /dev/null +++ b/nftables-plus-0.099.tar.asc @@ -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----- diff --git a/nftables-plus-0.099.tar.xz b/nftables-plus-0.099.tar.xz new file mode 100644 index 0000000..ae6d64a --- /dev/null +++ b/nftables-plus-0.099.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd3b9ef99b15f4b3d9f2299847a947e50a5fcea9a97748d6fd1f8f139e96adf3 +size 198688 diff --git a/nftables.spec b/nftables.spec index 5bac47c..ba4aeac 100644 --- a/nftables.spec +++ b/nftables.spec @@ -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