The package rpms/pdns-recursor.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/pdns-recursor.git/commit/?id=ec19edb....
Change: +%ifarch %{ix86} armv7hl
Thanks.
Full change: ============
commit ec19edb006322c14caa24a6dcc8af8acae443bf0 Author: Ruben Kerkhof ruben@rubenkerkhof.com Date: Sun Dec 27 15:54:06 2020 +0100
Disable LTO on i686 and armv7hl to work around build failure
diff --git a/pdns-recursor.spec b/pdns-recursor.spec index 7cb945e..fcb6bbd 100644 --- a/pdns-recursor.spec +++ b/pdns-recursor.spec @@ -1,4 +1,4 @@ -%ifarch %{ix86} +%ifarch %{ix86} armv7hl %global _lto_cflags %{nil} %endif
@@ -118,7 +118,7 @@ exit 0
%changelog * Sun Dec 27 2020 Ruben Kerkhof ruben@rubenkerkhof.com - 4.4.2-2 -- Disable LTO on i686 to work around build failure +- Disable LTO on i686 and armv7hl to work around build failure
* Sat Dec 26 2020 Ruben Kerkhof ruben@rubenkerkhof.com - 4.4.2-1 - Upstream released new version
arch-excludes@lists.fedoraproject.org