ed47b0b49d
- Add rpmlintrc to get around suse-filelist-empty error on older distros. - Refactor libvirt spec file to create subpackages for the various libvirtd components. This allows installing a libvirtd tailored for the underlying virtualizer. E.g. on a KVM/QEMU virtualizer only the libvirt-daemon-qemu package needs installed. Similarly, only libvirt-daemon-xen on a Xen virtualizer and libvirt-daemon-lxc on LXC. OBS-URL: https://build.opensuse.org/request/show/177953 OBS-URL: https://build.opensuse.org/package/show/Virtualization/libvirt?expand=0&rev=270
5 lines
118 B
Plaintext
5 lines
118 B
Plaintext
# This line is mandatory to access the configuration functions
|
|
from Config import *
|
|
|
|
addFilter("suse-filelist-empty")
|