Enable libguestfs plugin on aarch64.

This commit is contained in:
Richard W.M. Jones 2015-06-20 11:50:36 +01:00
parent dae8721baf
commit ce4ce8c1dc
1 changed files with 5 additions and 2 deletions

View File

@ -1,12 +1,12 @@
%global _hardened_build 1
%ifarch %{arm} %{ix86} x86_64 ppc %{power64}
%ifarch aarch64 %{arm} %{ix86} x86_64 ppc %{power64}
%global have_libguestfs 1
%endif
Name: nbdkit
Version: 1.1.10
Release: 1%{?dist}
Release: 2%{?dist}
Summary: NBD server
License: BSD
@ -350,6 +350,9 @@ make check
%changelog
* Sat Jun 20 2015 Richard W.M. Jones <rjones@redhat.com> - 1.1.10-2
- Enable libguestfs plugin on aarch64.
* Fri Jun 19 2015 Richard W.M. Jones <rjones@redhat.com> - 1.1.10-1
- New upstream version.
- Enable now working OCaml plugin (requires OCaml >= 4.02.2).