Remove ExcludeArch since bytecode build should now work.

This commit is contained in:
Richard W.M. Jones 2015-07-27 10:25:49 +01:00
parent 9de0e0f98b
commit 4be2ab321f
1 changed files with 4 additions and 2 deletions

View File

@ -2,7 +2,7 @@
Name: ocaml-libvirt
Version: 0.6.1.4
Release: 8%{?dist}
Release: 9%{?dist}
Summary: OCaml binding for libvirt
License: LGPLv2+
@ -19,7 +19,6 @@ Patch2: 0001-Add-a-binding-for-virDomainCreateXML.patch
Patch3: 0001-Suppress-errors-to-stderr-and-use-thread-local-virEr.patch
Patch4: 0002-Don-t-bother-checking-return-from-virInitialize.patch
ExcludeArch: sparc64 s390 s390x
BuildRequires: ocaml >= 3.10.0
BuildRequires: ocaml-ocamldoc
@ -98,6 +97,9 @@ make install-byte
%changelog
* Mon Jul 27 2015 Richard W.M. Jones <rjones@redhat.com> - 0.6.1.4-9
- Remove ExcludeArch since bytecode build should now work.
* Wed Jun 24 2015 Richard W.M. Jones <rjones@redhat.com> - 0.6.1.4-8
- Bump release and rebuild.
- Fix bogus date in changelog.