Author: karsten
Update of /cvs/extras/rpms/ocaml-augeas/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv8767/ocaml-augeas/devel
Modified Files: ocaml-augeas.spec Log Message: - ExcludeArch sparc64, s390, s390x as we don't have OCaml on those archs (added sparc64 per request from the sparc maintainer)
Index: ocaml-augeas.spec =================================================================== RCS file: /cvs/extras/rpms/ocaml-augeas/devel/ocaml-augeas.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- ocaml-augeas.spec 26 Feb 2009 06:45:38 -0000 1.4 +++ ocaml-augeas.spec 16 Apr 2009 09:06:00 -0000 1.5 @@ -11,6 +11,7 @@ URL: http://et.redhat.com/~rjones/augeas/files/ Source0: http://et.redhat.com/~rjones/augeas/files/%%7Bname%7D-%%7Bversion%7D.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) +ExcludeArch: sparc64 s390 s390x
BuildRequires: ocaml >= 3.09.0 BuildRequires: ocaml-findlib-devel @@ -94,6 +95,10 @@
%changelog +* Thu Apr 16 2009 S390x secondary arch maintainer fedora-s390x@lists.fedoraproject.org +- ExcludeArch sparc64, s390, s390x as we don't have OCaml on those archs + (added sparc64 per request from the sparc maintainer) + * Wed Feb 25 2009 Fedora Release Engineering rel-eng@lists.fedoraproject.org - 0.4-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
ocaml-devel@lists.fedoraproject.org