summaryrefslogtreecommitdiffstats
path: root/glusterfs.spec.in
diff options
context:
space:
mode:
authorKaleb S. KEITHLEY <kkeithle@redhat.com>2015-05-20 09:39:43 -0400
committerNiels de Vos <ndevos@redhat.com>2015-06-02 14:59:02 -0700
commite4046c6d184ad4a4c72e3b06cde3619332260644 (patch)
tree963258e81da5831d7fc43a07aa560ba5a76ab29e /glusterfs.spec.in
parentffb207dfbd118e4dad8055a2c2ebe53b893c9745 (diff)
glusterfs.spec.in: python-gluster should be 'noarch'
Backport of http://review.gluster.org/10846 Change-Id: I70fa643939a1b2a4a1e93a867cd700e3b0cd99ed BUG: 1219953 Signed-off-by: Kaleb S. KEITHLEY <kkeithle@redhat.com> Reviewed-on: http://review.gluster.org/10848 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 0ec820129cd..ac4d7c110c2 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
@@ -1202,6 +1206,9 @@ fi
%changelog
+* Mon Jun 1 2015 Kaleb S. KEITHLEY <kkeithle@redhat.com>
+- python-gluster should be noarch (#1219953)
+
* Sun May 31 2015 Milind Changire <mchangir@redhat.com>
- Move file peer_add_secret_pub to the server RPM to support glusterfind (#1225552)