Hi there!
I’m building libvirt-1.1.4 with the fallowing configuration. I had to modify the spec file:
1. Comment out requirements: xhtml1, scrub, shadow-utils
2. Added defines:
%define _without_selinux 1
%define _without_hal 1
%define _without_libnl 1
%define _without_macvtap 1
%define _without_storage_fs 1
%define _without_network 1
%define _without_sasl 1
%define _without_qemu 1
%define _without_storage_lvm 1
%define _without_storage_iscsi 1
%define _without_storage_disk 1
%define _without_storage_mpath 1
%define _without_nwfilter 1
%define _without_libssh2 1
%define _without_hyperv 1
%define _without_phyp 1
%define dist tizen
And the %check section fails… I attach the logs.
Thanks!
Jan