diff --git a/nftables.conf b/nftables.conf index ec7b1ef..5f602ac 100644 --- a/nftables.conf +++ b/nftables.conf @@ -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" diff --git a/nftables.spec b/nftables.spec index beab9d8..d056799 100644 --- a/nftables.spec +++ b/nftables.spec @@ -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 - 0.9.0-3 +- Fix config file to have correct include names. Fixes bug #1642103 + * Fri Jul 13 2018 Fedora Release Engineering - 1:0.9.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild