From a912323351377d8fdfd98ee811c96ebce33ebf5d Mon Sep 17 00:00:00 2001 From: Paul Moore Date: Tue, 10 Jul 2012 15:38:47 -0400 Subject: [PATCH] Limit package to x86/x86_64 platforms (RHBZ #837888) --- libseccomp.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/libseccomp.spec b/libseccomp.spec index d88b80d..f0695aa 100644 --- a/libseccomp.spec +++ b/libseccomp.spec @@ -1,7 +1,8 @@ Summary: Enhanced seccomp library Name: libseccomp Version: 0.1.0 -Release: 0%{?dist} +Release: 1%{?dist} +ExclusiveArch: %{ix86} x86_64 License: LGPLv2 Group: System Environment/Libraries Source: http://downloads.sf.net/project/libseccomp/%{name}-%{version}.tar.gz @@ -62,6 +63,8 @@ make DESTDIR="%{buildroot}" install %{_mandir}/man3/* %changelog +* Tue Jul 10 2012 Paul Moore - 0.1.0-1 +- Limit package to x86/x86_64 platforms (RHBZ #837888) * Tue Jun 12 2012 Paul Moore - 0.1.0-0 - Initial version