From 10fbae681e072dd6359bf7a8c56e93c541c83b0b Mon Sep 17 00:00:00 2001 From: "Kaleb S. KEITHLEY" Date: Tue, 14 May 2013 16:07:03 -0400 Subject: 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 Reviewed-on: http://review.gluster.org/5007 Reviewed-by: Jeff Darcy Tested-by: Gluster Build System --- glusterfs.spec.in | 3 --- 1 file changed, 3 deletions(-) (limited to 'glusterfs.spec.in') diff --git a/glusterfs.spec.in b/glusterfs.spec.in index aa27e413b..0f300f694 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 -- cgit