Blame SOURCES/0001-copy-copy-nbd-to-sparse-file.sh-Skip-test-unless-nbd.patch

362730
From 486799e853aa9df034366303230a1785087a507a Mon Sep 17 00:00:00 2001
362730
From: "Richard W.M. Jones" <rjones@redhat.com>
362730
Date: Fri, 8 Jan 2021 12:14:18 +0000
362730
Subject: [PATCH] copy/copy-nbd-to-sparse-file.sh: Skip test unless nbdkit
362730
 available.
362730
362730
This test used nbdkit without checking it is available, which broke
362730
the test on RHEL 8 i686.
362730
362730
Fixes: commit 28fe8d9d8d1ecb491070d20f22e2f34bb147f19f
362730
(cherry picked from commit 781cb44b63a87f2d5f40590ab8c446ad2e7b6702)
362730
---
362730
 copy/copy-nbd-to-sparse-file.sh | 1 +
362730
 1 file changed, 1 insertion(+)
362730
362730
diff --git a/copy/copy-nbd-to-sparse-file.sh b/copy/copy-nbd-to-sparse-file.sh
362730
index aa2cb1b..47ff09a 100755
362730
--- a/copy/copy-nbd-to-sparse-file.sh
362730
+++ b/copy/copy-nbd-to-sparse-file.sh
362730
@@ -24,6 +24,7 @@ set -x
362730
 requires cmp --version
362730
 requires dd --version
362730
 requires dd oflag=seek_bytes 
362730
+requires nbdkit --version
362730
 requires test -r /dev/urandom
362730
 requires test -r /dev/zero
362730
 
362730
-- 
362730
2.18.4
362730