Build for aarch64 and power64

This commit is contained in:
Andrey Vagin 2015-09-03 23:03:55 +03:00
parent 6b509c5738
commit 0c4c75d475

View File

@ -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