From 0c4c75d47573a397f63c9b0bf2799665d42543db Mon Sep 17 00:00:00 2001 From: Andrey Vagin Date: Thu, 3 Sep 2015 23:03:55 +0300 Subject: [PATCH] Build for aarch64 and power64 --- criu.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/criu.spec b/criu.spec index a7edd29..33cd170 100644 --- a/criu.spec +++ b/criu.spec @@ -18,7 +18,7 @@ BuildRequires: asciidoc xmlto # code is very architecture specific # once imported in RCS it needs a bug openend explaining the ExclusiveArch # https://bugzilla.redhat.com/show_bug.cgi?id=902875 -ExclusiveArch: x86_64 %{arm} +ExclusiveArch: x86_64 %{arm} %{power64} aarch64 %description criu is the user-space part of Checkpoint/Restore in User-space