Skip to content
Snippets Groups Projects
Commit c192aea6 authored by Andrea Bolognani's avatar Andrea Bolognani
Browse files

daemon-system: Only build on ARCHES_QEMU

The package directly depends on daemon-driver-qemu, so it
would be uninstallable on any other architecture anyway.
Making it not exist at all instead makes for a better user
experience.
parent 07012bee
No related branches found
No related tags found
1 merge request!263daemon-system: Only build on ARCHES_QEMU
......@@ -814,7 +814,7 @@ Homepage: https://libvirt.org/kbase/locking-sanlock.html
Package: libvirt-daemon-system
Section: admin
Architecture: linux-any
Architecture: amd64 arm64 armel armhf i386 loong64 mips64el mipsel powerpc ppc64 ppc64el riscv64 s390x sparc64 x32
Depends:
libvirt-clients (= ${binary:Version}),
libvirt-common (= ${binary:Version}),
......
......@@ -706,7 +706,7 @@ Homepage: https://libvirt.org/kbase/locking-sanlock.html
Package: libvirt-daemon-system
Section: admin
Architecture: linux-any
Architecture: ${ARCHES_QEMU}
Depends:
libvirt-clients (= ${binary:Version}),
libvirt-common (= ${binary:Version}),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment