From a0f1789c9dda8cf99e3704b0983e6fe41aabc8d6 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Thu, 2 Jun 2016 14:12:21 -0600 Subject: [PATCH] Update to 0.6. --- .gitignore | 1 + nftables.conf | 10 ++++++++++ nftables.spec | 7 +++++-- sources | 2 +- 4 files changed, 17 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 9084f7c..3399acb 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,4 @@ /nftables-20140903.tar.bz2 /nftables-0.4.tar.bz2 /nftables-0.5.tar.bz2 +/nftables-0.6.tar.bz2 diff --git a/nftables.conf b/nftables.conf index 00d97e4..ec7b1ef 100644 --- a/nftables.conf +++ b/nftables.conf @@ -2,3 +2,13 @@ # This this will contain your nftables rules and # is read by the systemd service when restarting # +# These provide an iptables like set of filters +# (uncomment to include) +# include "/etc/nftables/bridge-filter" +# include "/etc/nftables/inet-filter" +# include "/etc/nftables/ipv4-filter" +# include "/etc/nftables/ipv4-mangle" +# include "/etc/nftables/ipv4-nat" +# include "/etc/nftables/ipv6-filter" +# include "/etc/nftables/ipv6-mangle" +# include "/etc/nftables/ipv6-nat" diff --git a/nftables.spec b/nftables.spec index 271643d..d8df315 100644 --- a/nftables.spec +++ b/nftables.spec @@ -1,9 +1,9 @@ #global snapdate 20140903 Name: nftables -Version: 0.5 +Version: 0.6 #Release: 0.1.%{snapdate}git%{?dist} -Release: 4%{?dist} +Release: 1%{?dist} # Upstream released a 0.100 version, then 0.4. Need Epoch to get back on track. Epoch: 1 Summary: Netfilter Tables userspace utillites @@ -69,6 +69,9 @@ cp -a %{SOURCE2} $RPM_BUILD_ROOT/%{_sysconfdir}/sysconfig/ %{_unitdir}/nftables.service %changelog +* Thu Jun 02 2016 Kevin Fenzi - 0.6-1 +- Update to 0.6. + * Sun Apr 10 2016 Kevin Fenzi - 0.5-4 - Add example config files and move config to /etc/sysconfig. Fixes bug #1313936 diff --git a/sources b/sources index 87f3b8a..2c34b0e 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -94bfe1c54bcb9f6ed974835f2fca8069 nftables-0.5.tar.bz2 +fd320e35fdf14b7be795492189b13dae nftables-0.6.tar.bz2