diff options
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | systemtap.spec.in | 12 |
2 files changed, 5 insertions, 11 deletions
@@ -1,3 +1,7 @@ +2008-04-25 Frank Ch. Eigler <fche@elastic.org> + + * systemtap.spec.in: Simplify configuration defaults. + 2008-04-25 David Smith <dsmith@redhat.com> PR 6455. 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@ |