The package rpms/criu.git has added or updated architecture specific content in its spec file (ExclusiveArch/ExcludeArch or %ifarch/%ifnarch) in commit(s): https://src.fedoraproject.org/cgit/rpms/criu.git/commit/?id=386bedee49cb8876....
Change: +ExclusiveArch: x86_64 %{arm} ppc64le aarch64
Thanks.
Full change: ============
commit 386bedee49cb887626140f2c60522751ec620f1d Author: Adrian Reber adrian@lisas.de Date: Thu Sep 28 16:52:11 2017 +0200
Adapt ExcludeArch depending on Fedora release
diff --git a/criu.spec b/criu.spec index 16928b6..d7f4974 100644 --- a/criu.spec +++ b/criu.spec @@ -36,7 +36,12 @@ BuildRequires: asciidoc xmlto # user-space and kernel changes are only available for x86_64, arm, # ppc64le, aarch64 and s390x # https://bugzilla.redhat.com/show_bug.cgi?id=902875 +%if 0%{?fedora} > 26 ExclusiveArch: x86_64 %{arm} ppc64le aarch64 s390x +%else +# kernel support for s390x was only enabled for > f26 +ExclusiveArch: x86_64 %{arm} ppc64le aarch64 +%endif
%description criu is the user-space part of Checkpoint/Restore in User-space
arch-excludes@lists.fedoraproject.org