summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorfche <fche>2005-09-07 17:10:01 +0000
committerfche <fche>2005-09-07 17:10:01 +0000
commit9ae6172f505a5b058d6b6bdc0fea812fc2e1298f (patch)
tree6b314376497e02aea6505952cd955509931f6dc9
parentae24723e81327eb3b1e9e586f9be0093152aa66a (diff)
downloadsystemtap-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--ChangeLog4
-rw-r--r--systemtap.spec.in2
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 1c344a2a..25eb475d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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