From 3616b0c8336af35bcf67bbc7ec951d30e17d308d Mon Sep 17 00:00:00 2001 From: Carl George Date: Dec 07 2018 17:04:50 +0000 Subject: Skip tests on s390x --- diff --git a/golang-github-ovh.spec b/golang-github-ovh.spec index afb08e4..d76925e 100644 --- a/golang-github-ovh.spec +++ b/golang-github-ovh.spec @@ -2,9 +2,14 @@ %global commit ba5adb4cf0148a3dbdbd30586f075266256a77b1 %gometa +%ifnarch s390x +# https://github.com/ovh/go-ovh/issues/45 +%bcond_without tests +%endif + Name: %{goname} Version: 0 -Release: 0.1%{?dist} +Release: 0.2%{?dist} Summary: Simple Go wrapper for the OVH API License: BSD URL: %{gourl} @@ -36,8 +41,10 @@ the %{goipath} Go namespace. %goinstall +%if %{with tests} %check %gochecks +%endif %files devel -f devel.file-list @@ -46,5 +53,8 @@ the %{goipath} Go namespace. %changelog +* Fri Dec 07 2018 Carl George - 0-0.2.20181203gitba5adb4 +- Skip tests on s390x + * Mon Dec 03 2018 Carl George - 0-0.1.20181203gitba5adb4 - Initial package