The package rpms/passenger.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/passenger.git/commit/?id=f4cda7297ec....
Change: +ExcludeArch: armv7hl
Thanks.
Full change: ============
commit f4cda7297ec833226534ab941a9e3ae6106f8289 Author: Pokorra, Gerd pokorra@uni-siegen.de Date: Wed Apr 22 13:05:08 2020 +0200
exclude arch armv7hl
diff --git a/passenger.spec b/passenger.spec index 11e90ce..8226bff 100644 --- a/passenger.spec +++ b/passenger.spec @@ -39,6 +39,9 @@ License: Boost and BSD and BSD with advertising and MIT and zlib URL: https://www.phusionpassenger.com Vendor: Phusion
+# passenger do currently not build on the armv7hl architecture +ExcludeArch: armv7hl + Source: http://s3.amazonaws.com/phusion-passenger/releases/%%7Bname%7D-%%7Bversion%7... Source10: passenger.logrotate Source11: passenger-selinux.te @@ -244,6 +247,7 @@ sed -i 's|^#!/usr/bin/env python$|#!/usr/bin/python3|' %{buildroot}%{_datadir}/p * Tue Apr 21 2020 Gerd Pokorra gp@zimt.uni-siegen.de - 6.0.4-1 - update to 6.0.4 - change RUBYLIBDIR to use ruby_vendorlibdir macro +- exclude architecture armv7hl
* Sat Jan 18 2020 Mamoru TASAKA mtasaka@fedoraproject.org - 5.0.30-21 - F-32: rebuild against ruby27
arch-excludes@lists.fedoraproject.org