Remove ExcludeArch since bytecode build should now work.

This commit is contained in:
Richard W.M. Jones 2015-07-27 10:25:54 +01:00
parent 0dabc99bf2
commit d8e0a8a7d2
1 changed files with 4 additions and 2 deletions

View File

@ -11,14 +11,13 @@
Name: ocaml-ocamlnet Name: ocaml-ocamlnet
Version: 4.0.4 Version: 4.0.4
Release: 1%{?dist} Release: 2%{?dist}
Summary: Network protocols for OCaml Summary: Network protocols for OCaml
License: BSD License: BSD
URL: http://projects.camlcity.org/projects/ocamlnet.html URL: http://projects.camlcity.org/projects/ocamlnet.html
Source0: http://download.camlcity.org/download/ocamlnet-%{version}.tar.gz Source0: http://download.camlcity.org/download/ocamlnet-%{version}.tar.gz
ExcludeArch: sparc64 s390 s390x
BuildRequires: ocaml >= 3.12.1-3 BuildRequires: ocaml >= 3.12.1-3
BuildRequires: ocaml-ocamldoc BuildRequires: ocaml-ocamldoc
@ -222,6 +221,9 @@ echo -e '-b /usr/bin/netplex-admin\n-b /usr/bin/ocamlrpcgen' \
%changelog %changelog
* Mon Jul 27 2015 Richard W.M. Jones <rjones@redhat.com> - 4.0.4-2
- Remove ExcludeArch since bytecode build should now work.
* Wed Jul 22 2015 Richard W.M. Jones <rjones@redhat.com> - 4.0.4-1 * Wed Jul 22 2015 Richard W.M. Jones <rjones@redhat.com> - 4.0.4-1
- New upstream version 4.0.4. - New upstream version 4.0.4.
- Remove ugly hack for gnutls, since it is fixed properly upstream. - Remove ugly hack for gnutls, since it is fixed properly upstream.