Skip to content

Commit 43d4409

Browse files
dpsoftclaude
andcommitted
fix: remove incorrect qemu dependency from deb/rpm packages
voidbox is a standalone KVM VMM and doesn't depend on QEMU. Move busybox to recommends for both deb and rpm. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent a7b5463 commit 43d4409

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

nfpm.yaml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,8 @@ contents:
3737

3838
overrides:
3939
deb:
40-
depends:
41-
- qemu-system-x86 | qemu-system-arm
4240
recommends:
4341
- busybox-static
4442
rpm:
45-
depends:
46-
- qemu-kvm
43+
recommends:
44+
- busybox

0 commit comments

Comments
 (0)