aarch64 now has seccomp support

epel9
Peter Robinson 10 years ago
parent d0303c0a5e
commit 183bd2b78e

@ -7,7 +7,7 @@
%endif %endif
%if 0%{?fedora} || 0%{?rhel} >= 7 %if 0%{?fedora} || 0%{?rhel} >= 7
%ifarch %{ix86} x86_64 %{arm} %ifarch %{ix86} x86_64 %{arm} aarch64
%global with_seccomp 1 %global with_seccomp 1
%endif %endif
%endif %endif
@ -31,7 +31,7 @@
Name: lxc Name: lxc
Version: 1.1.0 Version: 1.1.0
Release: %{?prerel:0.}2%{?prerel:.%{prerel}}%{?dist} Release: %{?prerel:0.}3%{?prerel:.%{prerel}}%{?dist}
Summary: Linux Resource Containers Summary: Linux Resource Containers
Group: Applications/System Group: Applications/System
License: LGPLv2+ and GPLv2 License: LGPLv2+ and GPLv2
@ -372,6 +372,9 @@ fi
%changelog %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 * Tue Feb 10 2015 Thomas Moschny <thomas.moschny@gmx.de> - 1.1.0-2
- lxc-top no longer relies on the lua bindings. - lxc-top no longer relies on the lua bindings.
- lxc-device no longer relies on the python3 bindings. - lxc-device no longer relies on the python3 bindings.

Loading…
Cancel
Save