Royce Lv has uploaded a new change for review. Change subject: fix tests package dependency ......................................................................
fix tests package dependency vdsm-tests depend on python-nose, it was only required for build env add this to runtime env to make tests available for users. Change-Id: I96782544320de9b1d446d9cc8080aa6a7f21bd16 Signed-off-by: Royce Lv<[email protected]> --- M vdsm.spec.in 1 file changed, 1 insertion(+), 0 deletions(-) git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/07/8407/1 diff --git a/vdsm.spec.in b/vdsm.spec.in index db7b015..b117d8c 100644 --- a/vdsm.spec.in +++ b/vdsm.spec.in @@ -190,6 +190,7 @@ Summary: VDSM Test Suite Requires: vdsm = %{version}-%{release} Requires: dracut +Requires: python-nose BuildArch: noarch %description tests -- To view, visit http://gerrit.ovirt.org/8407 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I96782544320de9b1d446d9cc8080aa6a7f21bd16 Gerrit-PatchSet: 1 Gerrit-Project: vdsm Gerrit-Branch: master Gerrit-Owner: Royce Lv <[email protected]> _______________________________________________ vdsm-patches mailing list [email protected] https://lists.fedorahosted.org/mailman/listinfo/vdsm-patches
