]> sourceware.org Git - systemtap.git/commitdiff
RHEL-47342: clarify that the systemtap-client subrpm is for -server use
authorFrank Ch. Eigler <fche@redhat.com>
Fri, 6 Sep 2024 14:04:59 +0000 (10:04 -0400)
committerFrank Ch. Eigler <fche@redhat.com>
Fri, 6 Sep 2024 14:04:59 +0000 (10:04 -0400)
There was confusion between -client and -devel.

systemtap.spec

index fd87cc511ef2f1090eb22f39c8016f8f22fb40fc..a840ffa16c5e5ba40d7865b01bf36d1391eab523 100644 (file)
@@ -348,12 +348,14 @@ Requires: mokutil
 %endif
 
 %description client
-This package contains/requires the components needed to develop
-systemtap scripts, and compile them using a local systemtap-devel
-or a remote systemtap-server installation, then run them using a
-local or remote systemtap-runtime.  It includes script samples and
+This package contains/requires only the components needed to
+use systemtap scripts by compiling them using a local or a remote
+systemtap-server service, then run them using a local or
+remote systemtap-runtime.  It includes script samples and
 documentation, and a copy of the tapset library for reference.
-
+It does NOT include all the components for running a systemtap
+script in a self-contained fashion; for that, use the -devel
+subpackage instead.
 
 %package initscript
 Summary: Systemtap Initscripts
This page took 0.032724 seconds and 5 git commands to generate.