diff --git a/nbdkit.spec b/nbdkit.spec index 6d4e3a9..06f1d6c 100644 --- a/nbdkit.spec +++ b/nbdkit.spec @@ -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 - 1.1.10-2 +- Enable libguestfs plugin on aarch64. + * Fri Jun 19 2015 Richard W.M. Jones - 1.1.10-1 - New upstream version. - Enable now working OCaml plugin (requires OCaml >= 4.02.2).