Fix config file to have correct include names. Fixes bug #1642103
This commit is contained in:
parent
b52462c0e8
commit
66ae62217d
@ -4,11 +4,11 @@
|
||||
#
|
||||
# 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"
|
||||
# include "/etc/nftables/bridge-filter.nft"
|
||||
# include "/etc/nftables/inet-filter.nft"
|
||||
# include "/etc/nftables/ipv4-filter.nft"
|
||||
# include "/etc/nftables/ipv4-mangle.nft"
|
||||
# include "/etc/nftables/ipv4-nat.nft"
|
||||
# include "/etc/nftables/ipv6-filter.nft"
|
||||
# include "/etc/nftables/ipv6-mangle.nft"
|
||||
# include "/etc/nftables/ipv6-nat.nft"
|
||||
|
@ -3,7 +3,7 @@
|
||||
Name: nftables
|
||||
Version: 0.9.0
|
||||
#Release: 0.1.%%{snapdate}git%%{?dist}
|
||||
Release: 2%{?dist}
|
||||
Release: 3%{?dist}
|
||||
# Upstream released a 0.100 version, then 0.4. Need Epoch to get back on track.
|
||||
Epoch: 1
|
||||
Summary: Netfilter Tables userspace utillites
|
||||
@ -97,6 +97,9 @@ mkdir -p $RPM_BUILD_ROOT/%{_sysconfdir}/nftables
|
||||
%{_includedir}/nftables/libnftables.h
|
||||
|
||||
%changelog
|
||||
* Sun Nov 04 2018 Kevin Fenzi <kevin@scrye.com> - 0.9.0-3
|
||||
- Fix config file to have correct include names. Fixes bug #1642103
|
||||
|
||||
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1:0.9.0-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user