The package rpms/http-parser.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/http-parser.git/commit/?id=2916eadae....
Change: +%ifarch %{arm}
Thanks.
Full change: ============
commit 2916eadae2844cdf37d4b3269ef28dba23f89782 Author: Igor Raits ignatenkobrain@fedoraproject.org Date: Wed Apr 15 18:04:07 2020 +0200
Drop broken test on armv7hl
Signed-off-by: Igor Raits ignatenkobrain@fedoraproject.org
diff --git a/http-parser.spec b/http-parser.spec index 3bcf911..f20fd87 100644 --- a/http-parser.spec +++ b/http-parser.spec @@ -29,6 +29,10 @@ Development headers and libraries for http-parser.
%prep %autosetup -p1 +%ifarch %{arm} +# https://github.com/nodejs/http-parser/issues/507 +sed -i -e "/sizeof(http_parser)/d" test.c +%endif # TODO: try to send upstream? cat > meson.build << EOF project('%{name}', 'c', version : '%{version}')
arch-excludes@lists.fedoraproject.org