Fabian Deutsch has uploaded a new change for review. Change subject: spec: Require tar ......................................................................
spec: Require tar tar is required by host-deploy when a host is added to Engine. tar is not part of the @core group in Fedora, and thus we should ensure that it is getting installed. Change-Id: I6817d701e1ccacbb53bc6162b272a0b5dcb2a24d Signed-off-by: Fabian Deutsch <[email protected]> --- M vdsm.spec.in 1 file changed, 1 insertion(+), 0 deletions(-) git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/93/37393/1 diff --git a/vdsm.spec.in b/vdsm.spec.in index bcfc1dd..b807f6b 100644 --- a/vdsm.spec.in +++ b/vdsm.spec.in @@ -160,6 +160,7 @@ Requires: m2crypto Requires: libnl3 Requires: curl +Requires: tar Requires: %{name}-xmlrpc = %{version}-%{release} Requires: %{name}-jsonrpc = %{version}-%{release} -- To view, visit http://gerrit.ovirt.org/37393 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I6817d701e1ccacbb53bc6162b272a0b5dcb2a24d Gerrit-PatchSet: 1 Gerrit-Project: vdsm Gerrit-Branch: master Gerrit-Owner: Fabian Deutsch <[email protected]> _______________________________________________ vdsm-patches mailing list [email protected] https://lists.fedorahosted.org/mailman/listinfo/vdsm-patches
