[Bug 521319] Review Request: virt-v2v - Convert a virtual machine to run on KVM

bugzilla at redhat.com bugzilla at redhat.com
Mon Sep 7 15:02:28 UTC 2009


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 at redhat.com>  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.




More information about the Fedora-package-review mailing list