summaryrefslogtreecommitdiffstats
path: root/glusterfs.spec.in
diff options
context:
space:
mode:
authorNiels de Vos <ndevos@redhat.com>2018-07-29 12:28:43 +0200
committerNiels de Vos <ndevos@redhat.com>2018-07-29 12:39:52 +0200
commitf354af3a56604c61e09e29c13fe8fb632c1013a8 (patch)
treed1b7bcaf828445c2016646fbbb74178bda571d2f /glusterfs.spec.in
parent4d3c62e71f3250f10aa0344085a5ec2d45458d5c (diff)
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 <ndevos@redhat.com>
Diffstat (limited to 'glusterfs.spec.in')
-rw-r--r--glusterfs.spec.in4
1 files changed, 4 insertions, 0 deletions
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 <ndevos@redhat.com>
+- Disable building glusterfs-resource-agents on el6 (#1609551)
+
* Thu Feb 22 2018 Kotresh HR <khiremat@redhat.com>
- Added util-linux as dependency to georeplication rpm (#1544382)