From cdfcbc2812c2d05923290e9a63c9e5835a2ff8bc8b8f8da631594fdf2051a23e Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Sun, 11 Aug 2019 12:44:42 +0000 Subject: [PATCH] Accepting request 718170 from home:michel_mno:branches:security - ignore make check error for ppc64/ppc64le, bypass boo#1142614 OBS-URL: https://build.opensuse.org/request/show/718170 OBS-URL: https://build.opensuse.org/package/show/security/libseccomp?expand=0&rev=64 --- libseccomp.changes | 5 +++++ libseccomp.spec | 3 ++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/libseccomp.changes b/libseccomp.changes index 10bde0a..ca5ad68 100644 --- a/libseccomp.changes +++ b/libseccomp.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Jul 24 09:37:26 UTC 2019 - Michel Normand + +- ignore make check error for ppc64/ppc64le, bypass boo#1142614 + ------------------------------------------------------------------- Sun Jun 2 13:10:42 UTC 2019 - Jan Engelhardt diff --git a/libseccomp.spec b/libseccomp.spec index 8d3515c..4cfb6ee 100644 --- a/libseccomp.spec +++ b/libseccomp.spec @@ -107,7 +107,8 @@ find "%buildroot/%_libdir" -type f -name "*.la" -delete %fdupes %buildroot/%_prefix %check -%ifarch ppc s390 s390x i586 +# for ppc64* ref to boo#1142614 +%ifarch ppc s390 s390x i586 ppc64 ppc64le make check || true #pushd tests/ #./regression -v