From eec2d7f43b36dff4460771576044fcc9f077d11d Mon Sep 17 00:00:00 2001 From: "Frank Ch. Eigler" Date: Fri, 25 Apr 2008 14:51:50 -0400 Subject: simplify systemtap.spec configuration vars --- systemtap.spec.in | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) (limited to 'systemtap.spec.in') 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@ -- cgit