summaryrefslogtreecommitdiffstats
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-08-01 08:52:50 +0000
commit92ee3a04d559466a3c6ae23b6a29147538430758 (patch)
tree1f8aa6c8f77b4c6dfb8bd77680d5634642dd6947
parent044f9df65981740994154b1f2004f30c65740e5f (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> (cherry picked from commit f354af3a56604c61e09e29c13fe8fb632c1013a8) Change-Id: Ibe08ad3a1b7882559b4e445603d0508b9282b755 Fixes: bz#1609550 Signed-off-by: Niels de Vos <ndevos@redhat.com>
-rw-r--r--glusterfs.spec.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/glusterfs.spec.in b/glusterfs.spec.in
index 57f8da755e4..a9d306e7cfc 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
@@ -1453,6 +1454,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)