The package rpms/credentials-fetcher.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/credentials-fetcher.git/commit/?id=9....
Change: +ExcludeArch: i686 armv7hl
Thanks.
Full change: ============
commit 9e885cf4fed6542a57d572fa362d5dcbc2097ecf Author: Samiullah Mohammed samiull@amazon.com Date: Tue Aug 30 16:30:24 2022 +0000
Disable armv7hl
diff --git a/credentials-fetcher.spec b/credentials-fetcher.spec index a050c28..a33d6de 100644 --- a/credentials-fetcher.spec +++ b/credentials-fetcher.spec @@ -19,7 +19,7 @@ BuildRequires: cmake3 make chrpath openldap-devel grpc-devel gcc-c++ mono-core Requires: bind-utils openldap mono-core openldap-clients grpc-cli
# No one likes you i686 -ExcludeArch: i686 +ExcludeArch: i686 armv7hl
# https://docs.fedoraproject.org/en-US/packaging-guidelines/CMake/