[ocserv/f21] Do not enable seccomp in x86. It is broken.

Nikos Mavrogiannopoulos nmav at fedoraproject.org
Thu Jan 29 13:35:46 UTC 2015


commit 91a67ca53df88366a573e0f6011791cafae4e457
Author: Nikos Mavrogiannopoulos <nmav at redhat.com>
Date:   Thu Jan 29 14:08:58 2015 +0100

    Do not enable seccomp in x86. It is broken.

 ocserv.spec |    8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/ocserv.spec b/ocserv.spec
index d8fa9ea..c4fcd0a 100644
--- a/ocserv.spec
+++ b/ocserv.spec
@@ -2,7 +2,7 @@
 
 Name:		ocserv
 Version:	0.8.9
-Release:	4%{?dist}
+Release:	5%{?dist}
 Summary:	OpenConnect SSL VPN server
 
 # For a breakdown of the licensing, see PACKAGE-LICENSING 
@@ -32,7 +32,7 @@ BuildRequires:	protobuf-c-devel
 BuildRequires:	libnl3-devel
 BuildRequires:	readline-devel
 BuildRequires:	autogen
-%ifarch %{ix86} x86_64
+%ifarch x86_64 #%{ix86}
 BuildRequires:	libseccomp-devel
 %endif
 BuildRequires:	pcllib-devel
@@ -151,6 +151,10 @@ rm -rf %{buildroot}
 %{_localstatedir}/lib/ocserv/profile.xml
 
 %changelog
+* Thu Jan 29 2015 Nikos Mavrogiannopoulos <nmav at redhat.com> - 0.8.9-5
+- only enable seccomp in x86-64. It seems to be broken in x86:
+  http://sourceforge.net/p/libseccomp/mailman/message/33275762/
+
 * Fri Jan  9 2015 Nikos Mavrogiannopoulos <nmav at redhat.com> - 0.8.9-4
 - enable PIE
 


More information about the scm-commits mailing list