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