The package rpms/soci.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/soci.git/commit/?id=ad1029431798d930....
Change: +ExcludeArch: armv7hl
Thanks.
Full change: ============
commit ad1029431798d9306a8c58a7dcc5fa45e7e15151 Author: Denis Arnaud denis.arnaud_fedora@m4x.org Date: Sat Oct 26 16:10:25 2019 +0200
Exclude ARMv7hl, as theere is a weird GCC 7.1 related compilation error
diff --git a/soci.spec b/soci.spec index 1e424b6..c1ec403 100644 --- a/soci.spec +++ b/soci.spec @@ -35,7 +35,7 @@ Source0: http://downloads.sourceforge.net/%%7Bname%7D/%%7Bname%7D-%%7Bfull_version%7D
# For some reason, as of October 2019, it does not compile on ARMv7hl # See https://koji.fedoraproject.org/koji/taskinfo?taskID=38562666 -#ExcludeArch: armv7hl +ExcludeArch: armv7hl
BuildRequires: dos2unix BuildRequires: gcc gcc-c++
arch-excludes@lists.fedoraproject.org