diff options
author | fche <fche> | 2005-09-07 17:10:01 +0000 |
---|---|---|
committer | fche <fche> | 2005-09-07 17:10:01 +0000 |
commit | 9ae6172f505a5b058d6b6bdc0fea812fc2e1298f (patch) | |
tree | 6b314376497e02aea6505952cd955509931f6dc9 | |
parent | ae24723e81327eb3b1e9e586f9be0093152aa66a (diff) | |
download | systemtap-steved-9ae6172f505a5b058d6b6bdc0fea812fc2e1298f.tar.gz systemtap-steved-9ae6172f505a5b058d6b6bdc0fea812fc2e1298f.tar.xz systemtap-steved-9ae6172f505a5b058d6b6bdc0fea812fc2e1298f.zip |
2005-09-07 Frank Ch. Eigler <fche@elastic.org>
* systemtap.spec.in: Remove kernel-debuginfo dependency.
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | systemtap.spec.in | 2 |
2 files changed, 5 insertions, 1 deletions
@@ -1,3 +1,7 @@ +2005-09-07 Frank Ch. Eigler <fche@elastic.org> + + * systemtap.spec.in: Remove kernel-debuginfo dependency. + 2005-09-07 Frank Ch. Eigler <fche@redhat.com> * main.cxx (main): Choose getpid()-based module names. diff --git a/systemtap.spec.in b/systemtap.spec.in index 0a97c5c7..e9fece85 100644 --- a/systemtap.spec.in +++ b/systemtap.spec.in @@ -17,8 +17,8 @@ BuildRoot: %{_tmppath}/%{name}-root Requires: kernel >= 2.6.9-11 Requires: kernel-devel # or is that kernel-smp-devel? -Requires: kernel-debuginfo Requires: gcc make +# Suggest: kernel-debuginfo %if %{bundled_elfutils} Source1: elfutils-%{elfutils_version}.tar.gz |