Accepting request 322305 from devel:tools:building

1

OBS-URL: https://build.opensuse.org/request/show/322305
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/patchelf?expand=0&rev=7
This commit is contained in:
Dominique Leuenberger 2015-08-14 12:46:14 +00:00 committed by Git OBS Bridge
commit 050f05544f
2 changed files with 13 additions and 2 deletions

View File

@ -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

View File

@ -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