Nir Soffer has uploaded a new change for review. Change subject: spec: Remove duplicate mom requirement ......................................................................
spec: Remove duplicate mom requirement Commit 851b302be77a (Separate MOM to an external process) updated mom requirement so we require the same version when building for rhev or for other platforms. This patch removes the now unneeded condition. Change-Id: I0c914871a641cf48d374931bf9a6cbb85aad58f9 Signed-off-by: Nir Soffer <[email protected]> --- M vdsm.spec.in 1 file changed, 0 insertions(+), 5 deletions(-) git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/74/42474/1 diff --git a/vdsm.spec.in b/vdsm.spec.in index 1b0baf0..af1d6fd 100644 --- a/vdsm.spec.in +++ b/vdsm.spec.in @@ -157,12 +157,7 @@ Requires: %{name}-jsonrpc = %{version}-%{release} Requires: safelease >= 1.0-5 Requires: ceph-common - -%if 0%{?rhev_build} Requires: mom >= 0.4.5 -%else -Requires: mom >= 0.4.5 -%endif %if 0%{?rhel} Requires: libguestfs-tools-c >= 1:1.20.11-10 -- To view, visit https://gerrit.ovirt.org/42474 To unsubscribe, visit https://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I0c914871a641cf48d374931bf9a6cbb85aad58f9 Gerrit-PatchSet: 1 Gerrit-Project: vdsm Gerrit-Branch: master Gerrit-Owner: Nir Soffer <[email protected]> _______________________________________________ vdsm-patches mailing list [email protected] https://lists.fedorahosted.org/mailman/listinfo/vdsm-patches
