diff --git a/ocaml-cil.spec b/ocaml-cil.spec index d03e20a..af57d25 100644 --- a/ocaml-cil.spec +++ b/ocaml-cil.spec @@ -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 - 1.7.3-2 +- ExcludeArch armv7hl (RHBZ#994968). + * Fri Aug 30 2013 Gabriel Kerneis - 1.7.3-1 - New upstream version 1.7.3. - Use upstream make install target.