Limit package to x86/x86_64 platforms (RHBZ #837888)
This commit is contained in:
parent
c8b67236ea
commit
a912323351
@ -1,7 +1,8 @@
|
|||||||
Summary: Enhanced seccomp library
|
Summary: Enhanced seccomp library
|
||||||
Name: libseccomp
|
Name: libseccomp
|
||||||
Version: 0.1.0
|
Version: 0.1.0
|
||||||
Release: 0%{?dist}
|
Release: 1%{?dist}
|
||||||
|
ExclusiveArch: %{ix86} x86_64
|
||||||
License: LGPLv2
|
License: LGPLv2
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
Source: http://downloads.sf.net/project/libseccomp/%{name}-%{version}.tar.gz
|
Source: http://downloads.sf.net/project/libseccomp/%{name}-%{version}.tar.gz
|
||||||
@ -62,6 +63,8 @@ make DESTDIR="%{buildroot}" install
|
|||||||
%{_mandir}/man3/*
|
%{_mandir}/man3/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Jul 10 2012 Paul Moore <pmoore@redhat.com> - 0.1.0-1
|
||||||
|
- Limit package to x86/x86_64 platforms (RHBZ #837888)
|
||||||
* Tue Jun 12 2012 Paul Moore <pmoore@redhat.com> - 0.1.0-0
|
* Tue Jun 12 2012 Paul Moore <pmoore@redhat.com> - 0.1.0-0
|
||||||
- Initial version
|
- Initial version
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user