From 8a7554ecc8a9bef1fb924a25c020cec4bd2a1f28 Mon Sep 17 00:00:00 2001 From: Peter Robinson Date: Mon, 16 Feb 2015 15:46:32 +0000 Subject: [PATCH] aarch64 (and ARMv7) now has seccomp support --- ocserv.spec | 7 +++++-- 1 file 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 0.9.1-2 +- aarch64 (and ARMv7) now has seccomp support + * Mon Feb 16 2015 Nikos Mavrogiannopoulos - 0.9.1-1 - new upstream release