ExcludeArch armv7hl (RHBZ#994968).

This commit is contained in:
Richard W.M. Jones 2013-09-03 13:06:49 +01:00
parent bba9fbd600
commit 1ee0079c82
1 changed files with 6 additions and 1 deletions

View File

@ -3,13 +3,15 @@
Name: ocaml-cil
Version: 1.7.3
Release: 1%{?dist}
Release: 2%{?dist}
Summary: CIL - Infrastructure for C Program Analysis and Transformation
License: BSD
URL: http://cil.sourceforge.net/
Source0: http://downloads.sourceforge.net/cil/cil-%{version}.tar.gz
# RHBZ#994968
ExcludeArch: armv7hl
ExcludeArch: sparc64
ExcludeArch: s390 s390x
@ -170,6 +172,9 @@ rm -rf $RPM_BUILD_ROOT
%changelog
* Tue Sep 3 2013 Richard W.M. Jones <rjones@redhat.com> - 1.7.3-2
- ExcludeArch armv7hl (RHBZ#994968).
* Fri Aug 30 2013 Gabriel Kerneis <gabriel@kerneis.info> - 1.7.3-1
- New upstream version 1.7.3.
- Use upstream make install target.