Enable blkio support again on Fedora i686.

This commit is contained in:
Richard W.M. Jones 2023-09-27 15:45:24 +01:00
parent 28d997d645
commit 288a606323

View File

@ -22,12 +22,11 @@
%endif
# We don't yet have libblkio on RHEL.
# libblkio is broken on i686: https://bugzilla.redhat.com/2229372
# libblkio was broken on i686: https://bugzilla.redhat.com/2229372
# but somehow "fixed itself", keep an eye on it.
%if !0%{?rhel}
%ifnarch %{ix86}
%global have_blkio 1
%endif
%endif
# Architectures where we run the complete test suite including
# the libguestfs tests.
@ -60,7 +59,7 @@ ExclusiveArch: x86_64
Name: nbdkit
Version: 1.36.0
Release: 1%{?dist}
Release: 2%{?dist}
Summary: NBD server
License: BSD-3-Clause
@ -1250,8 +1249,9 @@ export LIBGUESTFS_TRACE=1
%changelog
* Wed Sep 27 2023 Richard W.M. Jones <rjones@redhat.com> - 1.36.0-1
* Wed Sep 27 2023 Richard W.M. Jones <rjones@redhat.com> - 1.36.0-2
- New upstream development version 1.36.0
- Enable blkio support again on Fedora i686.
* Mon Sep 11 2023 Richard W.M. Jones <rjones@redhat.com> - 1.35.13-1
- New upstream development version 1.35.13