Enable libguestfs plugin on aarch64.
This commit is contained in:
parent
dae8721baf
commit
ce4ce8c1dc
@ -1,12 +1,12 @@
|
|||||||
%global _hardened_build 1
|
%global _hardened_build 1
|
||||||
|
|
||||||
%ifarch %{arm} %{ix86} x86_64 ppc %{power64}
|
%ifarch aarch64 %{arm} %{ix86} x86_64 ppc %{power64}
|
||||||
%global have_libguestfs 1
|
%global have_libguestfs 1
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
Name: nbdkit
|
Name: nbdkit
|
||||||
Version: 1.1.10
|
Version: 1.1.10
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
Summary: NBD server
|
Summary: NBD server
|
||||||
|
|
||||||
License: BSD
|
License: BSD
|
||||||
@ -350,6 +350,9 @@ make check
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%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
|
* Fri Jun 19 2015 Richard W.M. Jones <rjones@redhat.com> - 1.1.10-1
|
||||||
- New upstream version.
|
- New upstream version.
|
||||||
- Enable now working OCaml plugin (requires OCaml >= 4.02.2).
|
- Enable now working OCaml plugin (requires OCaml >= 4.02.2).
|
||||||
|
Loading…
Reference in New Issue
Block a user