From 2d8cf73f160ff8442fa8d2626637e9c1f8f261fd Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Mon, 15 Mar 2021 20:35:14 +0000 Subject: [PATCH] Fix upstream URL. Enable non-guestfs tests on all arches. --- nbdkit.spec | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/nbdkit.spec b/nbdkit.spec index 4268a53..c52cd0d 100644 --- a/nbdkit.spec +++ b/nbdkit.spec @@ -24,8 +24,7 @@ # it as a bug and add it to this list. # # armv7, aarch64: https://bugzilla.redhat.com/show_bug.cgi?id=1893892 -#global broken_test_arches NONE -%global broken_test_arches %{arm} aarch64 +%global broken_test_arches NONE %if 0%{?rhel} == 7 # On RHEL 7, nothing in the virt stack is shipped on aarch64 and @@ -46,11 +45,11 @@ ExclusiveArch: x86_64 Name: nbdkit Version: 1.25.4 -Release: 1%{?dist} +Release: 2%{?dist} Summary: NBD server License: BSD -URL: https://github.com/libguestfs/nbdkit +URL: https://gitlab.com/nbdkit/nbdkit %if 0%{?rhel} >= 8 # On RHEL 8+, we cannot build the package on i686 (no virt stack). @@ -1218,6 +1217,10 @@ export LIBGUESTFS_TRACE=1 %changelog +* Mon Mar 15 2021 Richard W.M. Jones - 1.25.4-2 +- Fix upstream URL. +- Enable non-guestfs tests on all arches. + * Wed Mar 10 2021 Richard W.M. Jones - 1.25.4-1 - New upstream development version 1.25.4. - New filter: multi-conn