Hi!
I’m building libvirt-1.1.4 with the fallowing configuration. I had to modify the spec:
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
I commented out %check section from the spec because it failed and I got the fallowing error:
Installed (but unpackaged) file(s) found.
Logs are in the attachment.
Any ideas?
Thanks!
Jan