Adam Litke has uploaded a new change for review. Change subject: spec: Add MOM as a package dependency ......................................................................
spec: Add MOM as a package dependency For oVirt 3.2, we are switching to MOM for KSM tuning. One of the goals of this release is to ensure that MOM is running in all deployed oVirt hosts (ovirt-node and standalone). A recent enough version of MOM is now available upstream for Fedora and RHEL and we build nightly RPMs on ovirt.org. I think we are ready to add this packaging dependency now. Change-Id: I8e8c5a67066f270b8f19881ac5871ff844dbecaa Signed-off-by: Adam Litke <[email protected]> --- M vdsm.spec.in 1 file changed, 1 insertion(+), 0 deletions(-) git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/72/9272/1 diff --git a/vdsm.spec.in b/vdsm.spec.in index 20ad1dc..2fb7254 100644 --- a/vdsm.spec.in +++ b/vdsm.spec.in @@ -120,6 +120,7 @@ Requires: libselinux-python Requires: %{name}-python = %{version}-%{release} Requires: pyparted +Requires: mom <= 0.3.0 Requires(pre,preun): policycoreutils-python Requires(post): /usr/sbin/saslpasswd2 -- To view, visit http://gerrit.ovirt.org/9272 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I8e8c5a67066f270b8f19881ac5871ff844dbecaa Gerrit-PatchSet: 1 Gerrit-Project: vdsm Gerrit-Branch: master Gerrit-Owner: Adam Litke <[email protected]> _______________________________________________ vdsm-patches mailing list [email protected] https://lists.fedorahosted.org/mailman/listinfo/vdsm-patches
