diff options
author | Dave Brolley <brolley@redhat.com> | 2008-09-09 15:09:21 -0400 |
---|---|---|
committer | Dave Brolley <brolley@redhat.com> | 2008-09-09 15:09:21 -0400 |
commit | 13e6d2152e5aca18e4fd1d0d5f8c6b280f995763 (patch) | |
tree | 1450751d7731f34671df85150c6bda82670a911b /systemtap.spec | |
parent | e27cf4ed7ebf115a03fc29a639b72b983f5ddff2 (diff) | |
download | systemtap-steved-13e6d2152e5aca18e4fd1d0d5f8c6b280f995763.tar.gz systemtap-steved-13e6d2152e5aca18e4fd1d0d5f8c6b280f995763.tar.xz systemtap-steved-13e6d2152e5aca18e4fd1d0d5f8c6b280f995763.zip |
Remove unnecessary dependencies.
Diffstat (limited to 'systemtap.spec')
-rw-r--r-- | systemtap.spec | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/systemtap.spec b/systemtap.spec index 5ace5632..f9978baf 100644 --- a/systemtap.spec +++ b/systemtap.spec @@ -81,7 +81,7 @@ Group: Development/System License: GPLv2+ URL: http://sourceware.org/systemtap/ Requires: systemtap-runtime = %{version}-%{release} -Requires: avahi-tools nc mktemp grep sed tar which coreutils util-linux-ng +Requires: avahi-tools nc mktemp %description client SystemTap client is the client component of an instrumentation @@ -94,7 +94,7 @@ Group: Development/System License: GPLv2+ URL: http://sourceware.org/systemtap/ Requires: systemtap -Requires: avahi-tools nc net-tools gawk mktemp grep sed tar coreutils util-linux-ng +Requires: avahi-tools nc net-tools mktemp %description server SystemTap server is the server component of an instrumentation |