diff --git a/iptables.spec b/iptables.spec index 31bbe90..b6a545a 100644 --- a/iptables.spec +++ b/iptables.spec @@ -7,7 +7,7 @@ Name: iptables Summary: Tools for managing Linux kernel packet filtering capabilities Version: 1.4.21 -Release: 5%{?dist} +Release: 6%{?dist} Source: http://www.netfilter.org/projects/iptables/files/%{name}-%{version}.tar.bz2 Source1: iptables.init Source2: iptables-config @@ -17,6 +17,8 @@ Source5: sysconfig_iptables Source6: sysconfig_ip6tables URL: http://www.netfilter.org/ License: GPLv2 +# libnetfilter_conntrack is needed for xt_connlabel +BuildRequires: libnetfilter_conntrack-devel # libnfnetlink-devel is requires for nfnl_osf BuildRequires: libnfnetlink-devel BuildRequires: libselinux-devel @@ -203,6 +205,9 @@ done %changelog +* Wed Jan 15 2014 Thomas Woerner 1.4.21-6 +- Enable connlabel support again, needs libnetfilter_conntrack + * Wed Jan 15 2014 Thomas Woerner 1.4.21-6 - fixed update from RHEL-6 to RHEL-7 (RHBZ#1043901)