diff options
author | Frank Ch. Eigler <fche@elastic.org> | 2008-04-25 14:51:50 -0400 |
---|---|---|
committer | Frank Ch. Eigler <fche@elastic.org> | 2008-04-25 14:51:50 -0400 |
commit | eec2d7f43b36dff4460771576044fcc9f077d11d (patch) | |
tree | 6062e6515330d94e6ba19cc6c235ceb0c486134b /systemtap.spec.in | |
parent | 7fb2f650af7b6a60fc9073cd215e8173ab2afba6 (diff) | |
download | systemtap-steved-eec2d7f43b36dff4460771576044fcc9f077d11d.tar.gz systemtap-steved-eec2d7f43b36dff4460771576044fcc9f077d11d.tar.xz systemtap-steved-eec2d7f43b36dff4460771576044fcc9f077d11d.zip |
simplify systemtap.spec configuration vars
Diffstat (limited to 'systemtap.spec.in')
-rw-r--r-- | systemtap.spec.in | 12 |
1 files changed, 1 insertions, 11 deletions
diff --git a/systemtap.spec.in b/systemtap.spec.in index dd105790..e663b15a 100644 --- a/systemtap.spec.in +++ b/systemtap.spec.in @@ -1,19 +1,9 @@ -# Release number for rpm build. Stays at 1 for new PACKAGE_VERSION increases. %define release 1 -# Version number of oldest elfutils release that works with systemtap. -%define elfutils_version 0.127 - -# Default options (suitable for fedora) %define with_sqlite 1 %define with_docs 1 %define with_crash 0 %define with_bundled_elfutils 0 - -# Enable these options by default for RHEL -%if 0%{?rhel} >= 5 -%define with_crash 1 -%define with_bundled_elfutils 1 -%endif +%define elfutils_version 0.127 Name: systemtap Version: @VERSION@ |