The package rpms/sscg.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/sscg.git/commit/?id=72b99640c01f18db....
Change: +%ifnarch %{arm}
Thanks.
Full change: ============
commit 72b99640c01f18db9e4a7d359985d77a53c6060f Author: Stephen Gallagher sgallagh@redhat.com Date: Tue Jan 2 21:50:07 2018 -0500
Skip tests on 32-bit ARM for now
Signed-off-by: Stephen Gallagher sgallagh@redhat.com
diff --git a/sscg.spec b/sscg.spec index a3e9a40..3045f6d 100644 --- a/sscg.spec +++ b/sscg.spec @@ -9,7 +9,7 @@
Name: sscg Version: 2.3.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Simple SSL certificate generator
License: BSD @@ -44,7 +44,10 @@ false signatures from the service certificate. %meson_install
%check + +%ifnarch %{arm} %meson_test +%endif
%files %license COPYING @@ -52,6 +55,9 @@ false signatures from the service certificate. %{_bindir}/%{name}
%changelog +* Tue Jan 02 2018 Stephen Gallagher sgallagh@redhat.com - 2.3.1-2 +- Skip tests on 32-bit ARM for now + * Tue Jan 02 2018 Stephen Gallagher sgallagh@redhat.com - 2.3.1-1 - Update to 2.3.1 - Bundle popt 1.16 on older releases like EPEL.
arch-excludes@lists.fedoraproject.org