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