
Turns out I was missing the rhel-7.2.z repo, providing these packages. Cheers, Nir On Sun, Apr 10, 2016 at 7:46 PM, Nir Soffer <nsoffer@redhat.com> wrote:
Hi all,
Trying to install master, I get this error:
error: Failed dependencies: libguestfs-tools-c >= 1:1.28.1-1.55.el7_2.2 is needed by vdsm-4.17.999-910.gitc8bd2b7.el7.noarch libvirt-daemon >= 1.2.17-13.el7_2.4 is needed by vdsm-4.17.999-910.gitc8bd2b7.el7.noarch
# yum info libguestfs-tools-c | egrep 'Version|Release' Version : 1.28.1 Release : 1.55.el7
# yum info libvirt-daemon | egrep 'Version|Release' Version : 1.2.17 Release : 13.el7
Seems that we require again version which are not available yet, or maybe we need now a new repository?
I have latest ovirt-release-master:
# rpm -q ovirt-release-master ovirt-release-master-4.0.0-0.3.master.20160323082648.gitd523a42.noarch
And these rhel repos: latest-RHEL-7/compose/Server, latest-RHEL-7/compose/Server-optional, rhevh-rhel-7.2-candidate
The problem versions added in these patches:
commit 761f60020e9b33f2ed5cc09f8a20d67e397d4ec2 Author: Francesco Romani <fromani@redhat.com> Date: Wed Mar 16 10:21:17 2016 +0100
spec: bump libvirt requirement
Consume fix to handle imports from vmware.
Change-Id: I7c231a33161d91470e98165311f408cf6fa41d38 Bug-Url: https://bugzilla.redhat.com/1292096 Signed-off-by: Francesco Romani <fromani@redhat.com> Backport-To: 3.6 Reviewed-on: https://gerrit.ovirt.org/54796 Reviewed-by: Dan Kenigsberg <danken@redhat.com> Tested-by: Dan Kenigsberg <danken@redhat.com> Continuous-Integration: Jenkins CI
commit a79014d4c3f9f7855e9058e80639d9c2a7879d71 Author: Francesco Romani <fromani@redhat.com> Date: Tue Mar 29 10:43:29 2016 +0200
spec: bump libguestfs-tools-c requirement again
I misread the virt-v2v changelog, and bumped the dependency not high enough. This patch fixes that
Change-Id: I09f9611e2b15e0cf41a15b837e780b11327c18be Backport-To: 3.6 Bug-Url: https://bugzilla.redhat.com/1292096 Signed-off-by: Francesco Romani <fromani@redhat.com> Reviewed-on: https://gerrit.ovirt.org/55387 Continuous-Integration: Jenkins CI Reviewed-by: Dan Kenigsberg <danken@redhat.com>
Cheers, Nir