diff options
author | Kaleb S. KEITHLEY <kkeithle@redhat.com> | 2013-05-14 16:07:03 -0400 |
---|---|---|
committer | Vijay Bellur <vbellur@redhat.com> | 2013-05-19 06:13:01 -0700 |
commit | 10fbae681e072dd6359bf7a8c56e93c541c83b0b (patch) | |
tree | 738c3f6793855054741b08566de14ada64bbc7d4 /glusterfs.spec.in | |
parent | 2b65c50554ec434a6ec9aecaea5d9885cf2aadf8 (diff) |
configure.ac: build glupy with installed python
IOW with more than just python2.6. Python2.7 is certainly what's on
the vast majority of non-RHEL systems that are out there. Also our
rpm.t regression test will build on epel-5 under mock; RHEL5 has
Python2.4.
Change-Id: I09c95c1fb6b3498e910ad239c4f0af7f786c3700
BUG: 961856
Signed-off-by: Kaleb S. KEITHLEY <kkeithle@redhat.com>
Reviewed-on: http://review.gluster.org/5007
Reviewed-by: Jeff Darcy <jdarcy@redhat.com>
Tested-by: Gluster Build System <jenkins@build.gluster.com>
Diffstat (limited to 'glusterfs.spec.in')
-rw-r--r-- | glusterfs.spec.in | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/glusterfs.spec.in b/glusterfs.spec.in index aa27e413b81..0f300f69431 100644 --- a/glusterfs.spec.in +++ b/glusterfs.spec.in @@ -107,11 +107,8 @@ BuildRequires: ncurses-devel readline-devel BuildRequires: libxml2-devel openssl-devel BuildRequires: libaio-devel #BuildRequires: systemtap-sdt-devel lvm2-devel # glusterfs-3.4.x -%if 0%{?suse_version} BuildRequires: python-devel -%else BuildRequires: python-ctypes -%endif Obsoletes: hekafs <= 0.7 Obsoletes: %{name}-libs <= 2.0.0 |