summaryrefslogtreecommitdiffstats
path: root/glusterfs.spec.in
diff options
context:
space:
mode:
authorKaleb S. KEITHLEY <kkeithle@redhat.com>2015-05-20 09:34:26 -0400
committerNiels de Vos <ndevos@redhat.com>2015-05-29 03:56:34 -0700
commitb0fb6eb3071ce45a8964423237577d1d9b9605d9 (patch)
tree8894822ea186470191955b23f47c2bfbea257a34 /glusterfs.spec.in
parent3fec17dd4535866de61ae3c12cbc590062d08d5d (diff)
glusterfs.spec.in: python-gluster should be 'noarch'
Change-Id: Ic4f498ce87a5a7f21b637da1b63a290b9fe89b66 BUG: 1219954 Signed-off-by: Kaleb S. KEITHLEY <kkeithle@redhat.com> Reviewed-on: http://review.gluster.org/10846 Reviewed-by: Humble Devassy Chirammal <humble.devassy@gmail.com> Tested-by: NetBSD Build System Tested-by: Gluster Build System <jenkins@build.gluster.com> Reviewed-by: Niels de Vos <ndevos@redhat.com>
Diffstat (limited to 'glusterfs.spec.in')
-rw-r--r--glusterfs.spec.in7
1 files changed, 7 insertions, 0 deletions
diff --git a/glusterfs.spec.in b/glusterfs.spec.in
index f988d4702bd..dd799ce677f 100644
--- a/glusterfs.spec.in
+++ b/glusterfs.spec.in
@@ -415,6 +415,10 @@ This package provides the base GlusterFS libraries
%package -n python-gluster
Summary: GlusterFS python library
Group: Development/Tools
+%if ( ! ( 0%{?rhel} && 0%{?rhel} < 6 || 0%{?sles_version} ) )
+# EL5 does not support noarch sub-packages
+BuildArch: noarch
+%endif
Requires: python
%description -n python-gluster
@@ -1200,6 +1204,9 @@ fi
%changelog
* Wed May 20 2015 Kaleb S. KEITHLEY <kkeithle@redhat.com>
+- python-gluster should be 'noarch' (#1219954)
+
+* Wed May 20 2015 Kaleb S. KEITHLEY <kkeithle@redhat.com>
- move libgf{db,changelog}.pc from -api-devel to -devel (#1223385)
* Wed May 20 2015 Anand Nekkunti <anekkunt@redhat.com>