[libseccomp] Limit package to x86/x86_64 platforms (RHBZ #837888)

pcmoore pcmoore at fedoraproject.org
Tue Jul 10 19:54:24 UTC 2012


commit a912323351377d8fdfd98ee811c96ebce33ebf5d
Author: Paul Moore <pmoore at redhat.com>
Date:   Tue Jul 10 15:38:47 2012 -0400

    Limit package to x86/x86_64 platforms (RHBZ #837888)

 libseccomp.spec |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)
---
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 <pmoore at redhat.com> - 0.1.0-1
+- Limit package to x86/x86_64 platforms (RHBZ #837888)
 * Tue Jun 12 2012 Paul Moore <pmoore at redhat.com> - 0.1.0-0
 - Initial version
 


More information about the scm-commits mailing list