aarch64 now has seccomp support

This commit is contained in:
Peter Robinson 2015-02-16 15:24:08 +00:00
parent d0303c0a5e
commit 183bd2b78e

View File

@ -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@fedoraproject.org> 1.1.0-3
- aarch64 now has seccomp support
* Tue Feb 10 2015 Thomas Moschny <thomas.moschny@gmx.de> - 1.1.0-2
- lxc-top no longer relies on the lua bindings.
- lxc-device no longer relies on the python3 bindings.