From f354af3a56604c61e09e29c13fe8fb632c1013a8 Mon Sep 17 00:00:00 2001 From: Niels de Vos Date: Sun, 29 Jul 2018 12:28:43 +0200 Subject: rpm: do not build glusterfs-resource-agents on el6 glusterfs-resource-agents depends on glusterfs-server and this is not available on el6 with the current Gluster releases. It is not possible to install glusterfs-resource-agents on el6 without running into dependency problems, so do not build the sub-packae at all. Change-Id: Ibe08ad3a1b7882559b4e445603d0508b9282b755 Fixes: bz#1609551 Signed-off-by: Niels de Vos --- glusterfs.spec.in | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/glusterfs.spec.in b/glusterfs.spec.in index 609331a3d3d..9d4d62fdf38 100644 --- a/glusterfs.spec.in +++ b/glusterfs.spec.in @@ -148,6 +148,7 @@ %global _without_georeplication --disable-georeplication %global _with_gnfs %{nil} %global _without_tiering --disable-tiering +%global _without_ocf --without-ocf %endif # From https://fedoraproject.org/wiki/Packaging:Python#Macros @@ -1485,6 +1486,9 @@ exit 0 %endif %changelog +* Sun Jul 29 2018 Niels de Vos +- Disable building glusterfs-resource-agents on el6 (#1609551) + * Thu Feb 22 2018 Kotresh HR - Added util-linux as dependency to georeplication rpm (#1544382) -- cgit