Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=521319 --- Comment #2 from Richard W.M. Jones <rjones@xxxxxxxxxx> 2009-09-07 11:02:27 EDT --- It builds, but you need to add a libguestfs version dep. The current dep: BuildRequires: perl(Sys::Guestfs::Lib) >= 1.0.68 doesn't work. It seems that perl() deps are unversioned and therefore rpm will happily accept any version. To make it fail properly on my old version of libguestfs I had to add: BuildRequires: libguestfs >= 1:1.0.68 ... Requires: libguestfs >= 1:1.0.68 Note also the epoch. --- After making the above change (and installing the requisite version of libguestfs), I was able to build it locally. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. _______________________________________________ Fedora-package-review mailing list Fedora-package-review@xxxxxxxxxx http://www.redhat.com/mailman/listinfo/fedora-package-review