diff --git a/patchelf.changes b/patchelf.changes index 0642751..7c50981 100644 --- a/patchelf.changes +++ b/patchelf.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Thu Aug 13 07:39:41 UTC 2015 - normand@linux.vnet.ibm.com + +- exclude ppc64le as already done for ppc/ppc64 (4 tests FAIL) + set-interpreter-long.sh + set-rpath.sh + big-dynstr.sh + set-rpath-library.sh + Same exclude on fedora as per bug 627370 + https://bugzilla.redhat.com/show_bug.cgi?id=627370 + ------------------------------------------------------------------- Sat Aug 2 13:01:46 UTC 2014 - idonmez@suse.com diff --git a/patchelf.spec b/patchelf.spec index 5bf12ec..3a00053 100644 --- a/patchelf.spec +++ b/patchelf.spec @@ -1,7 +1,7 @@ # # spec file for package patchelf # -# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -26,7 +26,7 @@ Url: http://nixos.org/patchelf.html Source: http://releases.nixos.org/%{name}/%{name}-%{version}/%{name}-%{version}.tar.bz2 BuildRequires: gcc-c++ # Tests fail here -ExcludeArch: ppc ppc64 %arm +ExcludeArch: ppc ppc64 ppc64le %arm %description PatchELF is a simple utility for modifing existing ELF executables and