Commit e5cc35e
feat(libvirt): disable Xen/libxl driver support
Azure Linux targets Hyper-V/KVM, not Xen. Since our builders have the
%fedora macro set, the upstream spec enables the libxl driver on
x86_64/aarch64 by default, pulling in xen-devel at build time and
producing libvirt-daemon-driver-libxl / libvirt-daemon-xen subpackages
with libxenstore.so.4 runtime dependencies.
Disable via build.without = ["libxl"]. Verified: build succeeds, no
xen/libxl subpackages are produced, and no output RPMs carry xen
dependencies.1 parent 52893ff commit e5cc35e
2 files changed
+6
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2174 | 2174 | | |
2175 | 2175 | | |
2176 | 2176 | | |
2177 | | - | |
2178 | 2177 | | |
2179 | 2178 | | |
2180 | 2179 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
0 commit comments