Federico Simoncelli has uploaded a new change for review. Change subject: spec: enable gluster since fedora 19 and el6 ......................................................................
spec: enable gluster since fedora 19 and el6 Gluster recently built glusterfs-3.4 alpha2 for f19. In this patch: - enable gluster since fedora 19 and el6 - optimize the with_systemd definition to be consistent with the gluster one Change-Id: I68436bf10cecdaea8b3ce6c95797aac4895ec482 Signed-off-by: Federico Simoncelli <[email protected]> --- M vdsm.spec.in 1 file changed, 2 insertions(+), 6 deletions(-) git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/91/13791/1 diff --git a/vdsm.spec.in b/vdsm.spec.in index 7a0e638..02150cf 100644 --- a/vdsm.spec.in +++ b/vdsm.spec.in @@ -17,15 +17,11 @@ %global _polkitdir %{_localstatedir}/lib/polkit-1/localauthority/10-vendor.d %endif -# Gluster +%if 0%{?fedora} >= 19 || 0%{?rhel} >= 6 %global with_gluster 1 - -# Systemd macro -%if 0%{?fedora} >= 15 -%global with_systemd 1 %endif -%if 0%{?rhel} >= 7 +%if 0%{?fedora} >= 15 || 0%{?rhel} >= 7 %global with_systemd 1 %endif -- To view, visit http://gerrit.ovirt.org/13791 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I68436bf10cecdaea8b3ce6c95797aac4895ec482 Gerrit-PatchSet: 1 Gerrit-Project: vdsm Gerrit-Branch: master Gerrit-Owner: Federico Simoncelli <[email protected]> _______________________________________________ vdsm-patches mailing list [email protected] https://lists.fedorahosted.org/mailman/listinfo/vdsm-patches
