From 626fe7a962daa0cd535a39aaf832ccbf25e5d9b1 Mon Sep 17 00:00:00 2001 From: wangyueliang Date: Thu, 22 Aug 2024 16:26:43 +0800 Subject: [PATCH] adaptation of packages about `guestfs` --- src/deps.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/deps.txt b/src/deps.txt index 55c40e9c..2185947e 100644 --- a/src/deps.txt +++ b/src/deps.txt @@ -23,7 +23,7 @@ genisoimage make git rpm-build # virt dependencies -libguestfs-tools libguestfs-tools-c virtiofsd /usr/bin/qemu-img qemu-kvm swtpm +guestfs-tools libguestfs virtiofsd /usr/bin/qemu-img qemu-kvm swtpm # And the main arch emulators for cross-arch testing # qemu-system-aarch64-core qemu-system-ppc-core qemu-system-s390x-core qemu-system-x86-core qemu-system-aarch64 qemu-system-x86_64 -- Gitee