diff options
author | Philippe Mathieu-Daudé <philmd@linaro.org> | 2024-05-16 10:40:56 +0200 |
---|---|---|
committer | Thomas Huth <thuth@redhat.com> | 2024-05-17 11:16:13 +0200 |
commit | 9ebe09e633773bebd2dc52b151fb48c1b9b0542a (patch) | |
tree | 65f59343b89a4c1d752b4483133014b865358882 /tests/lcitool | |
parent | 4d8698e692cca96bbf20505a90e42d10141d2b94 (diff) | |
download | qemu-9ebe09e633773bebd2dc52b151fb48c1b9b0542a.zip qemu-9ebe09e633773bebd2dc52b151fb48c1b9b0542a.tar.gz qemu-9ebe09e633773bebd2dc52b151fb48c1b9b0542a.tar.bz2 |
tests/lcitool: Remove 'xfsprogs' from QEMU
QEMU's commit a5730b8bd3 ("block/file-posix: Simplify the
XFS_IOC_DIOINFO handling") removed the need for the 'xfsprogs'
package.
Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
[thuth: Adjusted the patch from the lcitools repo to QEMU's repo]
Message-ID: <20240516084059.511463-3-thuth@redhat.com>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
Signed-off-by: Thomas Huth <thuth@redhat.com>
Diffstat (limited to 'tests/lcitool')
-rw-r--r-- | tests/lcitool/projects/qemu.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/lcitool/projects/qemu.yml b/tests/lcitool/projects/qemu.yml index 149b15d..9173d1e 100644 --- a/tests/lcitool/projects/qemu.yml +++ b/tests/lcitool/projects/qemu.yml @@ -121,7 +121,6 @@ packages: - vte - which - xen - - xfsprogs - xorriso - zstdtools - zlib |