From d277a4e4601df7f3293eb38087a609451af24b0dc5b441c4f05d2674273bb2a3 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Fri, 14 Dec 2012 17:27:17 +0000 Subject: [PATCH] Accepting request 145511 from home:k0da:ppc - code is only x86 capable. Set ExclusiveArch: %{ix86} x86_64 OBS-URL: https://build.opensuse.org/request/show/145511 OBS-URL: https://build.opensuse.org/package/show/security/libseccomp?expand=0&rev=11 --- libseccomp.changes | 5 +++++ libseccomp.spec | 1 + 2 files changed, 6 insertions(+) diff --git a/libseccomp.changes b/libseccomp.changes index 87a8345..5bf749d 100644 --- a/libseccomp.changes +++ b/libseccomp.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Dec 14 17:13:12 UTC 2012 - dvaleev@suse.com + +- code is only x86 capable. Set ExclusiveArch: %{ix86} x86_64 + ------------------------------------------------------------------- Thu Nov 15 00:49:40 UTC 2012 - jengelh@inai.de diff --git a/libseccomp.spec b/libseccomp.spec index 4bfcac0..4213056 100644 --- a/libseccomp.spec +++ b/libseccomp.spec @@ -34,6 +34,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: pkgconfig BuildRequires: python-Cython BuildRequires: python-devel +ExclusiveArch: %{ix86} x86_64 %description The libseccomp library provides and easy to use, platform