Nir Soffer has uploaded a new change for review. Change subject: Revert "ceph: Require ceph-common package" ......................................................................
Revert "ceph: Require ceph-common package" We cannot include Ceph packages with current vdsm spec, since ceph is not available on PPC. For accessing Ceph network disks, we need librbd1, which is recently required by qemu-kvm, so we do not need to require ceph-common with current code. We will have to fix vdsm spec to allow architecture based dependencies before we can require Ceph packages. This reverts commit a55ee250ff1809a7865e92aedbc698f4cea1db21. Change-Id: I1e2c77537606281d0657d83e138f124cfdc6c49e Signed-off-by: Nir Soffer <[email protected]> --- M vdsm.spec.in 1 file changed, 0 insertions(+), 1 deletion(-) git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/16/42716/1 diff --git a/vdsm.spec.in b/vdsm.spec.in index af1d6fd..7332081 100644 --- a/vdsm.spec.in +++ b/vdsm.spec.in @@ -156,7 +156,6 @@ Requires: %{name}-xmlrpc = %{version}-%{release} Requires: %{name}-jsonrpc = %{version}-%{release} Requires: safelease >= 1.0-5 -Requires: ceph-common Requires: mom >= 0.4.5 %if 0%{?rhel} -- To view, visit https://gerrit.ovirt.org/42716 To unsubscribe, visit https://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I1e2c77537606281d0657d83e138f124cfdc6c49e 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
