summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordsmith <dsmith>2008-01-09 21:14:54 +0000
committerdsmith <dsmith>2008-01-09 21:14:54 +0000
commit24055820a330c1168555c4ae54c77961ad2fa081 (patch)
treeb6d3282f98987873b62b0b8b25aebb6c33eedfd8
parent464c2dcbdb2e1e2334d309e5645306b0a1798c1a (diff)
downloadsystemtap-steved-24055820a330c1168555c4ae54c77961ad2fa081.tar.gz
systemtap-steved-24055820a330c1168555c4ae54c77961ad2fa081.tar.xz
systemtap-steved-24055820a330c1168555c4ae54c77961ad2fa081.zip
2008-01-09 David Smith <dsmith@redhat.com>
* systemtap.spec.in: Since "make check" was removed from the rpm build step, we no longer need to require dejagnu at build time.
-rw-r--r--ChangeLog6
-rw-r--r--systemtap.spec.in2
2 files changed, 6 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 3d9a0f2b..d9007997 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2008-01-09 David Smith <dsmith@redhat.com>
+
+ * systemtap.spec.in: Since "make check" was removed
+ from the rpm build step, we no longer need to require dejagnu at
+ build time.
+
2008-01-09 Frank Ch. Eigler <fche@elastic.org>
* tapsets.cxx (dwflpp::setup): Improve missing kernel-debuginfo
diff --git a/systemtap.spec.in b/systemtap.spec.in
index 576626d7..21acffc0 100644
--- a/systemtap.spec.in
+++ b/systemtap.spec.in
@@ -47,8 +47,6 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
Requires: kernel >= 2.6.9-11
BuildRequires: libcap-devel
-# make check
-BuildRequires: dejagnu
%if %{sqlite}
BuildRequires: sqlite-devel
Requires: sqlite