[ocserv] aarch64 (and ARMv7) now has seccomp support

Peter Robinson pbrobinson at fedoraproject.org
Mon Feb 16 15:47:09 UTC 2015


commit 8a7554ecc8a9bef1fb924a25c020cec4bd2a1f28
Author: Peter Robinson <pbrobinson at gmail.com>
Date:   Mon Feb 16 15:46:32 2015 +0000

    aarch64 (and ARMv7) now has seccomp support

 ocserv.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/ocserv.spec b/ocserv.spec
index 561d586..57f5142 100644
--- a/ocserv.spec
+++ b/ocserv.spec
@@ -2,7 +2,7 @@
 
 Name:		ocserv
 Version:	0.9.1
-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 x86_64 %{ix86}
+%ifarch x86_64 %{ix86} %{arm} aarch64
 BuildRequires:	libseccomp-devel
 %endif
 BuildRequires:	pcllib-devel
@@ -153,6 +153,9 @@ rm -rf %{buildroot}
 %{_localstatedir}/lib/ocserv/profile.xml
 
 %changelog
+* Mon Feb 16 2015 Peter Robinson <pbrobinson at fedoraproject.org> 0.9.1-2
+- aarch64 (and ARMv7) now has seccomp support
+
 * Mon Feb 16 2015 Nikos Mavrogiannopoulos <nmav at redhat.com> - 0.9.1-1
 - new upstream release
 


More information about the scm-commits mailing list