diff options
author | Harshavardhana <fharshav@redhat.com> | 2011-11-15 13:49:18 -0800 |
---|---|---|
committer | Anand Avati <avati@gluster.com> | 2011-11-23 20:53:42 -0800 |
commit | 41e99d3686f3a63b4c6afa9addc93472971e9570 (patch) | |
tree | e3e68b56f793da2037c630ec36877b62d2c3db2f /glusterfs.spec.in | |
parent | 5aed416a5f61b18a7eb105fde0752d1f66c37a88 (diff) |
rpm: rpmbuild fix for opensuse
Change-Id: I4ccf75288aad6d5f210bd7c51c0ce9924bb0efad
BUG: 2925
Signed-off-by: Harshavardhana <fharshav@redhat.com>
Reviewed-on: http://review.gluster.com/729
Tested-by: Gluster Build System <jenkins@build.gluster.com>
Reviewed-by: Anand Avati <avati@gluster.com>
Diffstat (limited to 'glusterfs.spec.in')
-rw-r--r-- | glusterfs.spec.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/glusterfs.spec.in b/glusterfs.spec.in index 27285ffc083..23d11e71616 100644 --- a/glusterfs.spec.in +++ b/glusterfs.spec.in @@ -37,6 +37,9 @@ Requires(postun): /sbin/service BuildRequires: bison flex BuildRequires: gcc make +%if 0%{?suse_version} +BuildRequires: python-devel +%endif %define _prefix /opt/%{name}/%{version} %description |