diff options
author | Anoop C S <anoopcs@redhat.com> | 2015-11-10 16:20:27 +0530 |
---|---|---|
committer | Kaleb KEITHLEY <kkeithle@redhat.com> | 2015-11-10 06:09:04 -0800 |
commit | 0c1cd89b03aa3945d8472ca86a10d05d2a8d8028 (patch) | |
tree | 2fe484f384eb71765034acdb2972d8f0ffab142d /glusterfs.spec.in | |
parent | c0522295f42c57565610d186da1400730b6a68d1 (diff) |
build: Remove systemtap references from source
We don't actually support systemtap. And so it is confusing
to have --enable-systemtap configure option in configure.ac.
This patch removes the systemtap option and corresponding
references from other files which include INSTALL, spec.in,
docs etc.
Change-Id: I719c22ca36f41a2faca156f8e41daea44e64b65e
BUG: 1198849
Signed-off-by: Anoop C S <anoopcs@redhat.com>
Reviewed-on: http://review.gluster.org/12565
Reviewed-by: Niels de Vos <ndevos@redhat.com>
Tested-by: NetBSD Build System <jenkins@build.gluster.org>
Tested-by: Gluster Build System <jenkins@build.gluster.com>
Diffstat (limited to 'glusterfs.spec.in')
-rw-r--r-- | glusterfs.spec.in | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/glusterfs.spec.in b/glusterfs.spec.in index 109819f3ecf..7a1c867dbe7 100644 --- a/glusterfs.spec.in +++ b/glusterfs.spec.in @@ -99,9 +99,6 @@ %define _with_tmpfilesdir --without-tmpfilesdir %endif -# there is no systemtap support! Perhaps some day there will be -%global _without_systemtap --enable-systemtap=no - # From https://fedoraproject.org/wiki/Packaging:Python#Macros %if ( 0%{?rhel} && 0%{?rhel} <= 5 ) %{!?python_sitelib: %global python_sitelib %(python -c "from distutils.sysconfig import get_python_lib; print(get_python_lib())")} @@ -220,9 +217,6 @@ BuildRequires: libcmocka-devel >= 1.0.1 %if ( 0%{!?_without_tiering:1} ) BuildRequires: sqlite-devel %endif -%if ( 0%{!?_without_systemtap:1} ) -BuildRequires: systemtap-sdt-devel -%endif %if ( 0%{!?_without_bd:1} ) BuildRequires: lvm2-devel %endif @@ -608,7 +602,6 @@ This package provides the translators needed on any GlusterFS client. %{?_without_qemu_block} \ %{?_without_rdma} \ %{?_without_syslog} \ - %{?_without_systemtap} \ %{?_without_tiering} # fix hardening and remove rpath in shlibs |