Update to 0.6.

This commit is contained in:
Kevin Fenzi 2016-06-02 14:12:21 -06:00
parent a99019a63f
commit a0f1789c9d
4 changed files with 17 additions and 3 deletions

1
.gitignore vendored
View File

@ -5,3 +5,4 @@
/nftables-20140903.tar.bz2
/nftables-0.4.tar.bz2
/nftables-0.5.tar.bz2
/nftables-0.6.tar.bz2

View File

@ -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"

View File

@ -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 <kevin@scrye.com> - 0.6-1
- Update to 0.6.
* Sun Apr 10 2016 Kevin Fenzi <kevin@scrye.com> - 0.5-4
- Add example config files and move config to /etc/sysconfig. Fixes bug #1313936

View File

@ -1 +1 @@
94bfe1c54bcb9f6ed974835f2fca8069 nftables-0.5.tar.bz2
fd320e35fdf14b7be795492189b13dae nftables-0.6.tar.bz2