diff options
author | roland <roland> | 2005-08-15 01:41:00 +0000 |
---|---|---|
committer | roland <roland> | 2005-08-15 01:41:00 +0000 |
commit | 3d2653b57275362c958bdb2468feb3a38c1108f9 (patch) | |
tree | 3b896e48fec06b7d45911a4b6a698d515b9cf935 /systemtap.spec.in | |
parent | 51bf37c337fbd49b59d9b6039b1722818dde8491 (diff) | |
download | systemtap-steved-3d2653b57275362c958bdb2468feb3a38c1108f9.tar.gz systemtap-steved-3d2653b57275362c958bdb2468feb3a38c1108f9.tar.xz systemtap-steved-3d2653b57275362c958bdb2468feb3a38c1108f9.zip |
2005-08-14 Roland McGrath <roland@redhat.com>
* systemtap.spec.in: Update elfutils_version requirement to 0.113;
restore bundled_elfutils setting to 1.
Diffstat (limited to 'systemtap.spec.in')
-rw-r--r-- | systemtap.spec.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/systemtap.spec.in b/systemtap.spec.in index 526170d1..d8479ca2 100644 --- a/systemtap.spec.in +++ b/systemtap.spec.in @@ -1,5 +1,5 @@ -%define bundled_elfutils 0 -%define elfutils_version 0.111 +%define bundled_elfutils 1 +%define elfutils_version 0.113 Name: systemtap Version: @VERSION@ |