From 8a87b5c5e95358ad7ee41556f7db53e6259653e993801e6b23e50a22a4e8476c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrian=20Schr=C3=B6ter?= Date: Wed, 11 Jul 2012 06:28:40 +0000 Subject: [PATCH 1/3] Accepting request 126990 from home:k0da:ppc - exclude ppc and ppc64. Tests are failed OBS-URL: https://build.opensuse.org/request/show/126990 OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/patchelf?expand=0&rev=3 --- patchelf.changes | 5 +++++ patchelf.spec | 1 + 2 files changed, 6 insertions(+) diff --git a/patchelf.changes b/patchelf.changes index ef1129e..9d2514e 100644 --- a/patchelf.changes +++ b/patchelf.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Jul 3 13:39:43 UTC 2012 - dvaleev@suse.com + +- exclude ppc and ppc64. Tests are failed + ------------------------------------------------------------------- Thu Jun 21 15:05:20 UTC 2012 - adrian@suse.de diff --git a/patchelf.spec b/patchelf.spec index da7d394..e9b52d2 100644 --- a/patchelf.spec +++ b/patchelf.spec @@ -25,6 +25,7 @@ Release: 0 Url: http://nixos.org/patchelf.html Source: %{name}-%{version}.tar.bz2 BuildRequires: gcc-c++ +ExcludeArch: ppc ppc64 %description PatchELF is a simple utility for modifing existing ELF executables and From 414e305233d6ca1c1db1568951340b8909ee7ce26336bd492ebcd083d74c87f2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrian=20Schr=C3=B6ter?= Date: Wed, 11 Jul 2012 06:29:36 +0000 Subject: [PATCH 2/3] OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/patchelf?expand=0&rev=4 --- patchelf.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/patchelf.spec b/patchelf.spec index e9b52d2..78310b3 100644 --- a/patchelf.spec +++ b/patchelf.spec @@ -25,7 +25,7 @@ Release: 0 Url: http://nixos.org/patchelf.html Source: %{name}-%{version}.tar.bz2 BuildRequires: gcc-c++ -ExcludeArch: ppc ppc64 +ExcludeArch: ppc ppc64 %arm %description PatchELF is a simple utility for modifing existing ELF executables and From 03fd3bb628560db051f70a87d05b79f949d76d02e1b327889dad38ea84e21d78 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrian=20Schr=C3=B6ter?= Date: Wed, 11 Jul 2012 07:31:27 +0000 Subject: [PATCH 3/3] comment OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/patchelf?expand=0&rev=5 --- patchelf.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/patchelf.spec b/patchelf.spec index 78310b3..18243b9 100644 --- a/patchelf.spec +++ b/patchelf.spec @@ -25,6 +25,7 @@ Release: 0 Url: http://nixos.org/patchelf.html Source: %{name}-%{version}.tar.bz2 BuildRequires: gcc-c++ +# not working here ExcludeArch: ppc ppc64 %arm %description