diff options
author | roland <roland> | 2006-08-15 07:08:53 +0000 |
---|---|---|
committer | roland <roland> | 2006-08-15 07:08:53 +0000 |
commit | b1c999b9e090f0684c8db48cf3c90ce6aa40dddf (patch) | |
tree | eff5bc4ee20b567dd57bd030eecd32c6b4cc5ce9 | |
parent | c214bd6a36d378932de592b9eb5560dfbb424c07 (diff) | |
download | systemtap-steved-b1c999b9e090f0684c8db48cf3c90ce6aa40dddf.tar.gz systemtap-steved-b1c999b9e090f0684c8db48cf3c90ce6aa40dddf.tar.xz systemtap-steved-b1c999b9e090f0684c8db48cf3c90ce6aa40dddf.zip |
2006-08-15 Roland McGrath <roland@redhat.com>
* systemtap.spec.in (elfutils_version): Require 0.123 now.
-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 3db66357..7c3825fb 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.122 +%define elfutils_version 0.123 # Set bundled_elfutils to 0 on systems that have %{elfutils_version} or newer. %if 0%{?fedora} |