Commit 12cc7d2
feat(qemu): disable Xen support
Azure Linux targets Hyper-V/KVM, not Xen. Since our builders have the
%fedora macro set, the upstream spec enables Xen on x86_64/aarch64 by
default, pulling in xen-devel at build time and libxenstore.so.4 at
runtime.
Override have_xen back to 0 via overlay. Verified: build succeeds and
no output RPMs carry xen dependencies.1 parent c1e30b6 commit 12cc7d2
2 files changed
+10
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4730 | 4730 | | |
4731 | 4731 | | |
4732 | 4732 | | |
4733 | | - | |
4734 | 4733 | | |
4735 | 4734 | | |
4736 | 4735 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
0 commit comments