Revert "Disable package on armv7"

This reverts commit 42353f5102.
This commit is contained in:
Richard W.M. Jones 2019-12-03 12:37:31 +00:00
parent 42353f5102
commit a17a7db49e
1 changed files with 4 additions and 5 deletions

View File

@ -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 <rjones@redhat.com> - 1.17.1-2
- Enable armv7 again.
* Sun Dec 1 2019 Richard W.M. Jones <rjones@redhat.com> - 1.17.1-1
- New upstream development version 1.17.1.
- Add nbdkit-eval-plugin.