diff --git a/nbdkit.spec b/nbdkit.spec index 6e1de1c..d2ccce4 100644 --- a/nbdkit.spec +++ b/nbdkit.spec @@ -31,10 +31,6 @@ ExclusiveArch: x86_64 %endif -# The package is broken on armv7 because qemu is not installable. -# https://bugzilla.redhat.com/show_bug.cgi?id=1778517 -ExcludeArch: %{arm} - # If we should verify tarball signature with GPGv2. %global verify_tarball_signature 1 @@ -46,7 +42,7 @@ ExcludeArch: %{arm} Name: nbdkit Version: 1.17.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: NBD server License: BSD @@ -921,6 +917,9 @@ make %{?_smp_mflags} check || { %changelog +* Tue Dec 3 2019 Richard W.M. Jones - 1.17.1-2 +- Enable armv7 again. + * Sun Dec 1 2019 Richard W.M. Jones - 1.17.1-1 - New upstream development version 1.17.1. - Add nbdkit-eval-plugin.