summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrank Ch. Eigler <fche@elastic.org>2008-04-25 14:51:50 -0400
committerFrank Ch. Eigler <fche@elastic.org>2008-04-25 14:51:50 -0400
commiteec2d7f43b36dff4460771576044fcc9f077d11d (patch)
tree6062e6515330d94e6ba19cc6c235ceb0c486134b
parent7fb2f650af7b6a60fc9073cd215e8173ab2afba6 (diff)
downloadsystemtap-steved-eec2d7f43b36dff4460771576044fcc9f077d11d.tar.gz
systemtap-steved-eec2d7f43b36dff4460771576044fcc9f077d11d.tar.xz
systemtap-steved-eec2d7f43b36dff4460771576044fcc9f077d11d.zip
simplify systemtap.spec configuration vars
-rw-r--r--ChangeLog4
-rw-r--r--systemtap.spec.in12
2 files changed, 5 insertions, 11 deletions
diff --git a/ChangeLog b/ChangeLog
index 7a8fa788..11796580 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2008-04-25 Frank Ch. Eigler <fche@elastic.org>
+
+ * systemtap.spec.in: Simplify configuration defaults.
+
2008-04-24 Frank Ch. Eigler <fche@elastic.org>
PR 6454.
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@