Workaround broken interop/interop-qemu-storage-daemon.sh test in RHEL 9.

This commit is contained in:
Richard W.M. Jones 2021-03-15 09:30:57 +00:00
parent 654f8d029d
commit 3d807e8f17

View File

@ -228,6 +228,15 @@ touch interop/structured-read.sh
chmod +x interop/structured-read.sh chmod +x interop/structured-read.sh
%endif %endif
# interop/interop-qemu-storage-daemon.sh fails in RHEL 9 because of
# this bug in qemu:
# https://lists.nongnu.org/archive/html/qemu-devel/2021-03/threads.html#03544
%if 0%{?rhel}
rm interop/interop-qemu-storage-daemon.sh
touch interop/interop-qemu-storage-daemon.sh
chmod +x interop/interop-qemu-storage-daemon.sh
%endif
# All fuse tests fail in Koji with: # All fuse tests fail in Koji with:
# fusermount: entry for fuse/test-*.d not found in /etc/mtab # fusermount: entry for fuse/test-*.d not found in /etc/mtab
# for unknown reasons but probably related to the Koji environment. # for unknown reasons but probably related to the Koji environment.
@ -316,6 +325,7 @@ make %{?_smp_mflags} check || {
%changelog %changelog
* Mon Mar 15 2021 Richard W.M. Jones <rjones@redhat.com> - 1.7.3-3 * Mon Mar 15 2021 Richard W.M. Jones <rjones@redhat.com> - 1.7.3-3
- Update documentation for CVE-2021-20286. - Update documentation for CVE-2021-20286.
- Workaround broken interop/interop-qemu-storage-daemon.sh test in RHEL 9.
* Thu Mar 4 2021 Richard W.M. Jones <rjones@redhat.com> - 1.7.3-2 * Thu Mar 4 2021 Richard W.M. Jones <rjones@redhat.com> - 1.7.3-2
- Add fix for nbdkit test suite. - Add fix for nbdkit test suite.