[iptables] - Enable connlabel support again, needs libnetfilter_conntrack

Thomas Woerner twoerner at fedoraproject.org
Wed Jan 15 15:29:11 UTC 2014


commit bec281392566e74a83093ca1a736b915bdc3598d
Author: Thomas Woerner <twoerner at redhat.com>
Date:   Wed Jan 15 16:28:53 2014 +0100

    - Enable connlabel support again, needs libnetfilter_conntrack

 iptables.spec |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)
---
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
@@ -204,6 +206,9 @@ done
 
 %changelog
 * Wed Jan 15 2014 Thomas Woerner <twoerner at redhat.com> 1.4.21-6
+- Enable connlabel support again, needs libnetfilter_conntrack
+
+* Wed Jan 15 2014 Thomas Woerner <twoerner at redhat.com> 1.4.21-6
 - fixed update from RHEL-6 to RHEL-7 (RHBZ#1043901)
 
 * Tue Jan 14 2014 Jiri Popelka <jpopelka at redhat.com> - 1.4.21-5


More information about the scm-commits mailing list