Skip tests on 32-bit ARM for now
Signed-off-by: Stephen Gallagher <sgallagh@redhat.com>
This commit is contained in:
parent
cf0ac43af8
commit
72b99640c0
@ -9,7 +9,7 @@
|
|||||||
|
|
||||||
Name: sscg
|
Name: sscg
|
||||||
Version: 2.3.1
|
Version: 2.3.1
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
Summary: Simple SSL certificate generator
|
Summary: Simple SSL certificate generator
|
||||||
|
|
||||||
License: BSD
|
License: BSD
|
||||||
@ -44,7 +44,10 @@ false signatures from the service certificate.
|
|||||||
%meson_install
|
%meson_install
|
||||||
|
|
||||||
%check
|
%check
|
||||||
|
|
||||||
|
%ifnarch %{arm}
|
||||||
%meson_test
|
%meson_test
|
||||||
|
%endif
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%license COPYING
|
%license COPYING
|
||||||
@ -52,6 +55,9 @@ false signatures from the service certificate.
|
|||||||
%{_bindir}/%{name}
|
%{_bindir}/%{name}
|
||||||
|
|
||||||
%changelog
|
%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
|
* Tue Jan 02 2018 Stephen Gallagher <sgallagh@redhat.com> - 2.3.1-1
|
||||||
- Update to 2.3.1
|
- Update to 2.3.1
|
||||||
- Bundle popt 1.16 on older releases like EPEL.
|
- Bundle popt 1.16 on older releases like EPEL.
|
||||||
|
Loading…
Reference in New Issue
Block a user