I just tried to rebuild the libvirt RPM on a rawhide box; the specfile is missing a BuildRequires for readline-devel (and probably a Requires for readline). Trivial patch attached. David
Index: libvirt.spec.in =================================================================== RCS file: /data/cvs/libvirt/libvirt.spec.in,v retrieving revision 1.7 diff -u -b -B -r1.7 libvirt.spec.in --- libvirt.spec.in 28 Feb 2006 14:22:33 -0000 1.7 +++ libvirt.spec.in 3 Mar 2006 01:32:35 -0000 @@ -10,7 +10,9 @@ BuildRequires: xen python python-devel Requires: xen Requires: libxml2 +Requires: readline BuildRequires: libxml2-devel +BuildRequires: readline-devel Obsoletes: libvir ExclusiveArch: i386 x86_64