Disable OCaml plugin on riscv64 temporarily.
This commit is contained in:
parent
182b0e7130
commit
f8beeaf18c
12
nbdkit.spec
12
nbdkit.spec
@ -4,11 +4,15 @@
|
|||||||
%global have_libguestfs 1
|
%global have_libguestfs 1
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
# Disable OCaml plugin on riscv64. Enable it again when the PIC
|
||||||
|
# issues have been fixed, in OCaml 4.09.0.
|
||||||
|
%ifnarch riscv64
|
||||||
# We can only compiler the OCaml plugin on platforms which have native
|
# We can only compiler the OCaml plugin on platforms which have native
|
||||||
# OCaml support (not bytecode).
|
# OCaml support (not bytecode).
|
||||||
%ifarch %{ocaml_native_compiler}
|
%ifarch %{ocaml_native_compiler}
|
||||||
%global have_ocaml 1
|
%global have_ocaml 1
|
||||||
%endif
|
%endif
|
||||||
|
%endif
|
||||||
|
|
||||||
# Architectures where the complete test suite must pass.
|
# Architectures where the complete test suite must pass.
|
||||||
#
|
#
|
||||||
@ -29,7 +33,7 @@
|
|||||||
|
|
||||||
Name: nbdkit
|
Name: nbdkit
|
||||||
Version: 1.16.0
|
Version: 1.16.0
|
||||||
Release: 4%{?dist}
|
Release: 5%{?dist}
|
||||||
Summary: NBD server
|
Summary: NBD server
|
||||||
|
|
||||||
License: BSD
|
License: BSD
|
||||||
@ -903,11 +907,9 @@ make %{?_smp_mflags} check || {
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Fri Nov 15 2019 Richard W.M. Jones <rjones@redhat.com> - 1.16.0-4
|
* Fri Nov 15 2019 Richard W.M. Jones <rjones@redhat.com> - 1.16.0-5
|
||||||
- Rebuild.
|
|
||||||
|
|
||||||
* Fri Nov 15 2019 Richard W.M. Jones <rjones@redhat.com> - 1.16.0-2
|
|
||||||
- Enable libvirt plugin on all architectures.
|
- Enable libvirt plugin on all architectures.
|
||||||
|
- Disable OCaml plugin on riscv64 temporarily.
|
||||||
|
|
||||||
* Thu Nov 14 2019 Richard W.M. Jones <rjones@redhat.com> - 1.16.0-1
|
* Thu Nov 14 2019 Richard W.M. Jones <rjones@redhat.com> - 1.16.0-1
|
||||||
- New stable release 1.16.0.
|
- New stable release 1.16.0.
|
||||||
|
Loading…
Reference in New Issue
Block a user