diff options
author | roland <roland> | 2007-01-11 08:43:10 +0000 |
---|---|---|
committer | roland <roland> | 2007-01-11 08:43:10 +0000 |
commit | e47bdc4f425a95678674056d4950ae202a128a4d (patch) | |
tree | 30f252dbbdf6ee5ae560a5ff87f2795ebf7d6d2b | |
parent | 7ce0dc12055d0aa472cd9f757da9b2e4f3c74209 (diff) | |
download | systemtap-steved-e47bdc4f425a95678674056d4950ae202a128a4d.tar.gz systemtap-steved-e47bdc4f425a95678674056d4950ae202a128a4d.tar.xz systemtap-steved-e47bdc4f425a95678674056d4950ae202a128a4d.zip |
2007-01-11 Roland McGrath <roland@redhat.com>
* systemtap.spec.in (elfutils_version): Bump to 0.125.
Older libdw's have known bugs, though the ABI has not changed.
-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 27345a7a..e5f968e2 100644 --- a/systemtap.spec.in +++ b/systemtap.spec.in @@ -1,7 +1,7 @@ # 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.124 +%define elfutils_version 0.125 # Set bundled_elfutils to 0 on systems that have %{elfutils_version} or newer. %if 0%{?fedora} |