Adam Litke has uploaded a new change for review. Change subject: rpm: Depend on procps not procps-ng ......................................................................
rpm: Depend on procps not procps-ng MOM only uses a very basic ps invocation to find the pid of a running qemu process. Therefore the basic procps package is enough. This allows MOM to build on CentOS which has procps but not procps-ng Change-Id: I3b967cdbe63558f1c374a1e2ae0ba175533c98b5 Signed-off-by: Adam Litke <[email protected]> --- M mom.spec.in 1 file changed, 1 insertion(+), 1 deletion(-) git pull ssh://gerrit.ovirt.org:29418/mom refs/changes/37/23137/1 diff --git a/mom.spec.in b/mom.spec.in index fd6a31e..a99035f 100644 --- a/mom.spec.in +++ b/mom.spec.in @@ -22,7 +22,7 @@ Requires: libvirt %endif Requires: libvirt-python -Requires: procps-ng +Requires: procps Requires(post): chkconfig Requires(postun): initscripts -- To view, visit http://gerrit.ovirt.org/23137 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I3b967cdbe63558f1c374a1e2ae0ba175533c98b5 Gerrit-PatchSet: 1 Gerrit-Project: mom Gerrit-Branch: master Gerrit-Owner: Adam Litke <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
