diff options
author | roland <roland> | 2006-06-15 08:51:17 +0000 |
---|---|---|
committer | roland <roland> | 2006-06-15 08:51:17 +0000 |
commit | 1ce38b8f664f961a1f152149464eeccac081f70e (patch) | |
tree | 61cc2eabdb7ca0df7b9d5dc09adf3701db29a70f /systemtap.spec.in | |
parent | c1cb865e2bd561644cad1259dfeecdc800bd7a60 (diff) | |
download | systemtap-steved-1ce38b8f664f961a1f152149464eeccac081f70e.tar.gz systemtap-steved-1ce38b8f664f961a1f152149464eeccac081f70e.tar.xz systemtap-steved-1ce38b8f664f961a1f152149464eeccac081f70e.zip |
2006-06-15 Roland McGrath <roland@redhat.com>
* systemtap.spec.in: Require elfutils-0.121.
Diffstat (limited to 'systemtap.spec.in')
-rw-r--r-- | systemtap.spec.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/systemtap.spec.in b/systemtap.spec.in index 706bb31b..e06edad7 100644 --- a/systemtap.spec.in +++ b/systemtap.spec.in @@ -1,5 +1,5 @@ %define bundled_elfutils 0 -%define elfutils_version 0.120 +%define elfutils_version 0.121 Name: systemtap Version: @VERSION@ |