Update to 0.6.
This commit is contained in:
parent
a99019a63f
commit
a0f1789c9d
1
.gitignore
vendored
1
.gitignore
vendored
@ -5,3 +5,4 @@
|
||||
/nftables-20140903.tar.bz2
|
||||
/nftables-0.4.tar.bz2
|
||||
/nftables-0.5.tar.bz2
|
||||
/nftables-0.6.tar.bz2
|
||||
|
@ -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"
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user