* Allow aarch64 arch_vm_support * Remove OVMF symlinks * Require the new lxd-ovmf-setup packages OBS-URL: https://build.opensuse.org/package/show/Virtualization:containers/lxd?expand=0&rev=153
9 lines
511 B
Plaintext
9 lines
511 B
Plaintext
# The linking against full paths underneath /usr/lib64/lxd/ is intentional, as
|
|
# our shared libraries are internal and aren't meant to be used outside LXD.
|
|
# This error only appears in old SLE versions.
|
|
addFilter ("^lxd.* E: invalid-filepath-dependency .* /usr/lib(32|64)?/lxd/")
|
|
|
|
# We need lxd-agent and lxd-p2c to be statically linked.
|
|
addFilter ("^lxd.*: [EW]: statically-linked-binary /usr/bin/lxd-(agent|p2c)")
|
|
addFilter ("^lxd.*: [EW]: position-independent-executable-suggested /usr/bin/lxd-(agent|p2c)")
|