Martin Sivák has uploaded a new change for review. Change subject: Add the dependency on otopi ......................................................................
Add the dependency on otopi Otopi is used from vdsClient so the package should depend on it. Change-Id: I6a9a155d30a985c1c08d7e479fcfc24433ec20b3 Bug-Url: https://bugzilla.redhat.com/show_bug.cgi?id=1156596 Signed-off-by: Martin Sivak <[email protected]> --- M ovirt-hosted-engine-ha.spec.in 1 file changed, 3 insertions(+), 0 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-hosted-engine-ha refs/changes/49/38649/1 diff --git a/ovirt-hosted-engine-ha.spec.in b/ovirt-hosted-engine-ha.spec.in index 87db696..0279098 100644 --- a/ovirt-hosted-engine-ha.spec.in +++ b/ovirt-hosted-engine-ha.spec.in @@ -54,6 +54,9 @@ Requires: vdsm-cli >= 4.17.0 Requires: vdsm-python >= 4.17.0 +# Otopi is needed for the cli client +Requires: otopi >= 1.3.0 + BuildRequires: python BuildRequires: python2-devel BuildRequires: python-nose -- To view, visit https://gerrit.ovirt.org/38649 To unsubscribe, visit https://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I6a9a155d30a985c1c08d7e479fcfc24433ec20b3 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-hosted-engine-ha Gerrit-Branch: master Gerrit-Owner: Martin Sivák <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
