diff options
author | roland <roland> | 2007-04-20 19:52:22 +0000 |
---|---|---|
committer | roland <roland> | 2007-04-20 19:52:22 +0000 |
commit | 4cbe556227d03fdd45a26ca7e77a1bb2f9816f1a (patch) | |
tree | 75f46b6fd967e5a2e904a53319c96d52b661066b /systemtap.spec.in | |
parent | a3e695acfb5cd62bc8476279d092f9fa7df74487 (diff) | |
download | systemtap-steved-4cbe556227d03fdd45a26ca7e77a1bb2f9816f1a.tar.gz systemtap-steved-4cbe556227d03fdd45a26ca7e77a1bb2f9816f1a.tar.xz systemtap-steved-4cbe556227d03fdd45a26ca7e77a1bb2f9816f1a.zip |
2007-04-20 Roland McGrath <roland@redhat.com>
* systemtap.spec.in (elfutils_version): Bump to 0.127.
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 e63c43fe..ad58df0b 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.125 +%define elfutils_version 0.127 # Set bundled_elfutils to 0 on systems that have %{elfutils_version} or newer. %if 0%{?fedora} |