From c19057201bc46b22ea1e9a63791a197671fa06b4 Mon Sep 17 00:00:00 2001 From: Thomas Woerner Date: Wed, 10 Jan 2007 11:29:49 +0000 Subject: [PATCH] [tw] - fixed installation of secmark modules --- iptables.spec | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/iptables.spec b/iptables.spec index e1aba11..1b53808 100644 --- a/iptables.spec +++ b/iptables.spec @@ -86,6 +86,7 @@ make COPT_FLAGS="$OPT" KERNEL_DIR=/usr LIBDIR=/%{_lib} iptables-save iptables-re make COPT_FLAGS="$OPT" KERNEL_DIR=/usr LIBDIR=/%{_lib} ip6tables-save ip6tables-restore %install +export DO_SELINUX=1 make install DESTDIR=%{buildroot} KERNEL_DIR=/usr BINDIR=/sbin LIBDIR=/%{_lib} MANDIR=%{_mandir} %if %{build_devel} make install-devel DESTDIR=%{buildroot} KERNEL_DIR=/usr BINDIR=/sbin LIBDIR=%{_libdir} MANDIR=%{_mandir} @@ -152,6 +153,9 @@ fi %endif %changelog +* Wed Jan 10 2007 Thomas Woerner 1.3.7-1.1 +- fixed installation of secmark modules + * Tue Jan 9 2007 Thomas Woerner 1.3.7-1 - new verison 1.3.7 - iptc is not a public interface and therefore not installed anymore