Fix upstream URL.

Enable non-guestfs tests on all arches.
This commit is contained in:
Richard W.M. Jones 2021-03-15 20:35:14 +00:00
parent 8644a889cb
commit 2d8cf73f16

View File

@ -24,8 +24,7 @@
# it as a bug and add it to this list. # it as a bug and add it to this list.
# #
# armv7, aarch64: https://bugzilla.redhat.com/show_bug.cgi?id=1893892 # armv7, aarch64: https://bugzilla.redhat.com/show_bug.cgi?id=1893892
#global broken_test_arches NONE %global broken_test_arches NONE
%global broken_test_arches %{arm} aarch64
%if 0%{?rhel} == 7 %if 0%{?rhel} == 7
# On RHEL 7, nothing in the virt stack is shipped on aarch64 and # On RHEL 7, nothing in the virt stack is shipped on aarch64 and
@ -46,11 +45,11 @@ ExclusiveArch: x86_64
Name: nbdkit Name: nbdkit
Version: 1.25.4 Version: 1.25.4
Release: 1%{?dist} Release: 2%{?dist}
Summary: NBD server Summary: NBD server
License: BSD License: BSD
URL: https://github.com/libguestfs/nbdkit URL: https://gitlab.com/nbdkit/nbdkit
%if 0%{?rhel} >= 8 %if 0%{?rhel} >= 8
# On RHEL 8+, we cannot build the package on i686 (no virt stack). # On RHEL 8+, we cannot build the package on i686 (no virt stack).
@ -1218,6 +1217,10 @@ export LIBGUESTFS_TRACE=1
%changelog %changelog
* Mon Mar 15 2021 Richard W.M. Jones <rjones@redhat.com> - 1.25.4-2
- Fix upstream URL.
- Enable non-guestfs tests on all arches.
* Wed Mar 10 2021 Richard W.M. Jones <rjones@redhat.com> - 1.25.4-1 * Wed Mar 10 2021 Richard W.M. Jones <rjones@redhat.com> - 1.25.4-1
- New upstream development version 1.25.4. - New upstream development version 1.25.4.
- New filter: multi-conn - New filter: multi-conn