[lxc] aarch64 now has seccomp support

Peter Robinson pbrobinson at fedoraproject.org
Mon Feb 16 15:25:06 UTC 2015


commit 183bd2b78e7325c70280cfb58f72dd238808fdb5
Author: Peter Robinson <pbrobinson at gmail.com>
Date:   Mon Feb 16 15:24:08 2015 +0000

    aarch64 now has seccomp support

 lxc.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/lxc.spec b/lxc.spec
index bddd1e3..f0b19f9 100644
--- a/lxc.spec
+++ b/lxc.spec
@@ -7,7 +7,7 @@
 %endif
 
 %if 0%{?fedora} || 0%{?rhel} >= 7
-%ifarch %{ix86} x86_64 %{arm}
+%ifarch %{ix86} x86_64 %{arm} aarch64
 %global with_seccomp 1
 %endif
 %endif
@@ -31,7 +31,7 @@
 
 Name:           lxc
 Version:        1.1.0
-Release:        %{?prerel:0.}2%{?prerel:.%{prerel}}%{?dist}
+Release:        %{?prerel:0.}3%{?prerel:.%{prerel}}%{?dist}
 Summary:        Linux Resource Containers
 Group:          Applications/System
 License:        LGPLv2+ and GPLv2
@@ -372,6 +372,9 @@ fi
 
 
 %changelog
+* Mon Feb 16 2015 Peter Robinson <pbrobinson at fedoraproject.org> 1.1.0-3
+- aarch64 now has seccomp support
+
 * Tue Feb 10 2015 Thomas Moschny <thomas.moschny at gmx.de> - 1.1.0-2
 - lxc-top no longer relies on the lua bindings.
 - lxc-device no longer relies on the python3 bindings.


More information about the scm-commits mailing list