From 612fa73824993c929805b221624cab2922295266 Mon Sep 17 00:00:00 2001 From: Nikos Mavrogiannopoulos Date: Thu, 29 Jan 2015 14:08:58 +0100 Subject: [PATCH] Do not enable seccomp in x86. It is broken. --- ocserv.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/ocserv.spec b/ocserv.spec index 6908137..8b22302 100644 --- a/ocserv.spec +++ b/ocserv.spec @@ -2,7 +2,7 @@ Name: ocserv Version: 0.9.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: OpenConnect SSL VPN server # For a breakdown of the licensing, see PACKAGE-LICENSING @@ -33,7 +33,7 @@ BuildRequires: libnl3-devel BuildRequires: readline-devel BuildRequires: autogen BuildRequires: gperf -%ifarch %{ix86} x86_64 +%ifarch x86_64 #%{ix86} BuildRequires: libseccomp-devel %endif BuildRequires: pcllib-devel @@ -149,6 +149,10 @@ rm -rf %{buildroot} %{_localstatedir}/lib/ocserv/profile.xml %changelog +* Thu Jan 29 2015 Nikos Mavrogiannopoulos - 0.9.0-2 +- only enable seccomp in x86-64. It seems to be broken in x86: + http://sourceforge.net/p/libseccomp/mailman/message/33275762/ + * Thu Jan 22 2015 Nikos Mavrogiannopoulos - 0.9.0-1 - new upstream release