Workaround broken interop/interop-qemu-storage-daemon.sh test in RHEL 9.
This commit is contained in:
parent
654f8d029d
commit
3d807e8f17
10
libnbd.spec
10
libnbd.spec
@ -228,6 +228,15 @@ touch interop/structured-read.sh
|
||||
chmod +x interop/structured-read.sh
|
||||
%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:
|
||||
# fusermount: entry for fuse/test-*.d not found in /etc/mtab
|
||||
# for unknown reasons but probably related to the Koji environment.
|
||||
@ -316,6 +325,7 @@ make %{?_smp_mflags} check || {
|
||||
%changelog
|
||||
* Mon Mar 15 2021 Richard W.M. Jones <rjones@redhat.com> - 1.7.3-3
|
||||
- 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
|
||||
- Add fix for nbdkit test suite.
|
||||
|
Loading…
Reference in New Issue
Block a user