Deepak C Shetty has uploaded a new change for review. Change subject: vdsm.spec: BZ 988299: Fix GlusterFS RPM dep to support GlusterFS SD ......................................................................
vdsm.spec: BZ 988299: Fix GlusterFS RPM dep to support GlusterFS SD This patch fixes the GlusterFS RPM dependency needed by VDSM to support Gluster Storage Domain feature. Recent GlusterFS RPM re-packaging effort to better separate the client and server side bits and availability of qemu with libgfapi support mark the pre-req for this patch. These pre-req are now available in F18/F19/RHEL6/Centos6 and above in the appropriate distro specific repos. Also removing F17 dep as its End of life now. BZ 988299 has more details, with pointers to the community discussions around these. Change-Id: I7f379d06a7e42c4d26c3d7fea53b27939837fdf3 Bug-Url: https://bugzilla.redhat.com/show_bug.cgi?id=988299 Signed-off-by: Deepak C Shetty <[email protected]> --- M vdsm.spec.in 1 file changed, 10 insertions(+), 1 deletion(-) git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/70/18070/1 diff --git a/vdsm.spec.in b/vdsm.spec.in index 21b3565..74ad331 100644 --- a/vdsm.spec.in +++ b/vdsm.spec.in @@ -25,7 +25,7 @@ %global _polkitdir %{_localstatedir}/lib/polkit-1/localauthority/10-vendor.d %endif -%if 0%{?fedora} >= 17 || 0%{?rhel} >= 6 +%if 0%{?fedora} >= 18 || 0%{?rhel} >= 6 %global with_gluster 1 %endif @@ -198,6 +198,15 @@ Requires: systemd >= 197-1.fc18.2 %endif +# GlusterFS client-side RPMs needed for Gluster SD +%if 0%{?with_gluster} +Requires: glusterfs >= 3.4.0 +Requires: glusterfs-cli +Requires: glusterfs-api +Requires: glusterfs-fuse +Requires: glusterfs-rdma +%endif + Requires: psmisc >= 22.6-15 Requires: bridge-utils Requires: sos -- To view, visit http://gerrit.ovirt.org/18070 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I7f379d06a7e42c4d26c3d7fea53b27939837fdf3 Gerrit-PatchSet: 1 Gerrit-Project: vdsm Gerrit-Branch: master Gerrit-Owner: Deepak C Shetty <[email protected]> _______________________________________________ vdsm-patches mailing list [email protected] https://lists.fedorahosted.org/mailman/listinfo/vdsm-patches
