Disable tests on s390x

This commit is contained in:
Mattia Verga 2022-01-06 17:51:40 +01:00
parent c3ed2b1cb2
commit a967031920
1 changed files with 9 additions and 1 deletions

View File

@ -6,11 +6,16 @@
# Define boolean to quickly set option and dependencies for
# unit tests
# s390x test fail https://github.com/indilib/indi/issues/1359
%ifarch s390x
%global build_tests 0
%else
%global build_tests 1
%endif
Name: libindi
Version: 1.9.3
Release: 1%{?dist}
Release: 2%{?dist}
Summary: Instrument Neutral Distributed Interface
License: LGPLv2+ and GPLv2+
@ -132,6 +137,9 @@ chmod -x drivers/telescope/pmc8driver.cpp
%{_libdir}/*.a
%changelog
* Thu Jan 06 2022 Mattia Verga <mattia.verga@protonmail.com> - 1.9.3-2
- Disable tests on s390x
* Thu Jan 06 2022 Mattia Verga <mattia.verga@protonmail.com> - 1.9.3-1
- Upgrade to 1.9.3
- Remove unneeded patches