Change in vdsm[master]: vdsm-jsonrpc depends on vdsm-yajsonrpc

agl at us.ibm.com agl at us.ibm.com
Fri Feb 22 15:58:12 UTC 2013


Adam Litke has uploaded a new change for review.

Change subject: vdsm-jsonrpc depends on vdsm-yajsonrpc
......................................................................

vdsm-jsonrpc depends on vdsm-yajsonrpc

Vdsm's jsonrpc server binding imports yajsonrpc but the spec file does not list
yajsonrpc as a dependency.  Fix.

Change-Id: I8b368b7ed5f490a8e7d9a68cea2aebd01c0b26f1
Signed-off-by: Adam Litke <agl at us.ibm.com>
---
M vdsm.spec.in
1 file changed, 1 insertion(+), 0 deletions(-)


  git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/17/12317/1

diff --git a/vdsm.spec.in b/vdsm.spec.in
index 38838ea..2b6144f 100644
--- a/vdsm.spec.in
+++ b/vdsm.spec.in
@@ -195,6 +195,7 @@
 BuildArch:      noarch
 
 Requires: %{name}-python = %{version}-%{release}
+Requires: %{name}-yajsonrpc = %{version}-%{release}
 Requires: %{name}-api = %{version}-%{release}
 %if 0%{?rhel} == 6
 Requires: python-ordereddict


--
To view, visit http://gerrit.ovirt.org/12317
To unsubscribe, visit http://gerrit.ovirt.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I8b368b7ed5f490a8e7d9a68cea2aebd01c0b26f1
Gerrit-PatchSet: 1
Gerrit-Project: vdsm
Gerrit-Branch: master
Gerrit-Owner: Adam Litke <agl at us.ibm.com>


More information about the vdsm-patches mailing list