From 24055820a330c1168555c4ae54c77961ad2fa081 Mon Sep 17 00:00:00 2001 From: dsmith Date: Wed, 9 Jan 2008 21:14:54 +0000 Subject: 2008-01-09 David Smith * systemtap.spec.in: Since "make check" was removed from the rpm build step, we no longer need to require dejagnu at build time. --- systemtap.spec.in | 2 -- 1 file changed, 2 deletions(-) (limited to 'systemtap.spec.in') 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 -- cgit