diff options
author | Frank Ch. Eigler <fche@elastic.org> | 2008-09-05 13:02:56 -0400 |
---|---|---|
committer | Frank Ch. Eigler <fche@elastic.org> | 2008-09-05 13:02:56 -0400 |
commit | 337cd273963410c9a1fa46b10287e72c146df054 (patch) | |
tree | a4973f13e83e241ed6c045eeb41bfd5e3a615a95 /systemtap.spec | |
parent | 6fa7bd6e70f8f6d783395399c92a9a13d24ce997 (diff) | |
download | systemtap-steved-337cd273963410c9a1fa46b10287e72c146df054.tar.gz systemtap-steved-337cd273963410c9a1fa46b10287e72c146df054.tar.xz systemtap-steved-337cd273963410c9a1fa46b10287e72c146df054.zip |
remove capabilities logic, cont'd
Diffstat (limited to 'systemtap.spec')
-rw-r--r-- | systemtap.spec | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/systemtap.spec b/systemtap.spec index 4bbd9f37..e9050d77 100644 --- a/systemtap.spec +++ b/systemtap.spec @@ -18,7 +18,6 @@ Source: ftp://sourceware.org/pub/%{name}/releases/%{name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Requires: kernel >= 2.6.9-11 -BuildRequires: libcap-devel %if %{with_sqlite} BuildRequires: sqlite-devel Requires: sqlite |