This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch 3.6.x in repository nx-libs. commit 88efaf8afcdfdfab8fadd004088fb6c360186753 Author: Mihai Moldovan <ionic@ionic.de> Date: Wed Feb 7 22:21:35 2018 +0100 nx-libs.spec: only apply ppc64le workaround when compiled against RHEL/EPEL 7. --- nx-libs.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nx-libs.spec b/nx-libs.spec index 748ca3d..f68437d 100644 --- a/nx-libs.spec +++ b/nx-libs.spec @@ -1,7 +1,7 @@ %global _hardened_build 1 # Override values for specific architectures. -%ifarch ppc64le +%ifarch ppc64le && 0%{?rhel} == 7 # Works around https://bugs.centos.org/view.php?id=13779 / https://bugzilla.redhat.com/show_bug.cgi?id=1489712 # Compilation failure on PPC64LE due to a compiler bug. # REMEMBER TO REMOVE ONCE DOWNSTREAM FIXES THE ISSUE! -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/nx-libs.git