From ce4ce8c1dc8241a2074836662b2347989e98bda8 Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Sat, 20 Jun 2015 11:50:36 +0100 Subject: [PATCH] Enable libguestfs plugin on aarch64. --- nbdkit.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) 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).