From 8e14001beca4b64af855bdefc506c5aed7affa150b5875ac19ec1215c61ec891 Mon Sep 17 00:00:00 2001 From: Martin Pluskal Date: Mon, 4 Dec 2023 08:06:23 +0000 Subject: [PATCH] Accepting request 1130664 from home:dpitchumani:branches:openSUSE:Factory - [bsc#1211860] - build failure for patchelf on s390x - skip unstable check build for arch s390x OBS-URL: https://build.opensuse.org/request/show/1130664 OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/patchelf?expand=0&rev=39 --- patchelf.changes | 6 ++++++ patchelf.spec | 3 +++ 2 files changed, 9 insertions(+) diff --git a/patchelf.changes b/patchelf.changes index 7ea13ab..4b9086a 100644 --- a/patchelf.changes +++ b/patchelf.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Dec 4 07:29:40 UTC 2023 - Duraisankar P + +- [bsc#1211860] - build failure for patchelf on s390x + - skip unstable check build for arch s390x + ------------------------------------------------------------------- Mon May 8 16:11:37 UTC 2023 - Andreas Stieger diff --git a/patchelf.spec b/patchelf.spec index 801a804..e55de2a 100644 --- a/patchelf.spec +++ b/patchelf.spec @@ -39,7 +39,10 @@ executables and change the RPATH of executables and libraries. %make_build %check +%ifnarch s390x +#Bug bsc#1211860, builds are unstable for s390x %make_build check +%endif %install %make_install