Skip tests on 32-bit ARM for now

Signed-off-by: Stephen Gallagher <sgallagh@redhat.com>
This commit is contained in:
Stephen Gallagher 2018-01-02 21:50:07 -05:00
parent cf0ac43af8
commit 72b99640c0
No known key found for this signature in database
GPG Key ID: 7A25556236BAA3A3

View File

@ -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.