diff options
author | Helmut Grohne <helmut@subdivi.de> | 2023-01-21 07:37:48 +0100 |
---|---|---|
committer | Helmut Grohne <helmut@subdivi.de> | 2023-01-21 07:37:48 +0100 |
commit | 8934535d26c1386b5179f221d05d033c83c8611e (patch) | |
tree | 76d015bb4c6faf001b66fdc60b189678f8d28f99 | |
parent | 25c0cf3197084509de0b181cb2b836944dd81cb0 (diff) | |
download | debvm-8934535d26c1386b5179f221d05d033c83c8611e.tar.gz |
debian: work around qemu-system-misc not providing qemu-kvm on s390x
This is a workaround for https://bugs.debian.org/1029309
-rw-r--r-- | debian/control | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/debian/control b/debian/control index 27282f0..02c7dcb 100644 --- a/debian/control +++ b/debian/control @@ -16,7 +16,8 @@ Depends: e2fsprogs, genext2fs, mmdebstrap (>= 1.3.0), - qemu-kvm | qemu-system-arm | qemu-system-mips | qemu-system-misc | qemu-system-ppc | qemu-system-sparc | qemu-system-x86, +# Work around qemu-system-misc not providing qemu-kvm on s390x. #1029309 + qemu-system-misc [s390x] | qemu-kvm | qemu-system-arm | qemu-system-mips | qemu-system-misc [!s390x] | qemu-system-ppc | qemu-system-sparc | qemu-system-x86, # Required for -device virtio-net-pci,netdev=net0 ipxe-qemu, Recommends: |