The package rpms/et.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/et.git/commit/?id=e86ec64ae19e836d1b....
Change: +%ifarch s390x
Thanks.
Full change: ============
commit e86ec64ae19e836d1b911271e7ff17e211afae03 Author: Michel Alexandre Salim salimma@fedoraproject.org Date: Wed Mar 17 23:10:08 2021 -0700
Disable tests on EPEL8 s390x
Signed-off-by: Michel Alexandre Salim salimma@fedoraproject.org
diff --git a/et.spec b/et.spec index 2fbcd58..19ded68 100644 --- a/et.spec +++ b/et.spec @@ -1,3 +1,14 @@ +%if 0%{?el8} +%ifarch s390x +# ConnectionTest fails +%bcond_with tests +%else +%bcond_without tests +%endif +%else +%bcond_without tests +%endif + %global _firewalld_dir %{_prefix}/lib/firewalld
Name: et @@ -82,12 +93,14 @@ install -m 0644 -p etc/et.cfg %{buildroot}%{_sysconfdir}/et.cfg install -m 0644 %{SOURCE1} %{buildroot}%{_firewalld_dir}/services/et.xml
+%if %{with tests} %check %if 0%{?fedora} %ctest %else %ctest --verbose %endif +%endif
%post
arch-excludes@lists.fedoraproject.org