The package rpms/esc.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/esc.git/commit/?id=7362a6f428f003768....
Change: +ExcludeArch: aarch64 i686
Thanks.
Full change: ============
commit 7362a6f428f0037680ad88f4fdb7952225aa0e3c Author: Jack Magne jmagne@localhost.localdomain Date: Mon May 7 11:41:11 2018 -0700
Remove i686 temporarily because the internal xulrunner build is failing with a compiler error. This should be ok, since esc will be done very soon without the need for the internal xulrunner.
diff --git a/esc.spec b/esc.spec index 1f12dfb..1dbd84d 100644 --- a/esc.spec +++ b/esc.spec @@ -80,8 +80,9 @@ Requires: opensc
# 390 does not have smartCards ExcludeArch: s390 s390x -#xulrunner doesn't seem to support this one -ExcludeArch: aarch64 +#xulrunner doesn't seem to support these right now +#Temporary anyway, since xulrunner is going away soon. +ExcludeArch: aarch64 i686
# We can't allow the internal xulrunner to leak out AutoReqProv: 0
arch-excludes@lists.fedoraproject.org