]> sourceware.org Git - systemtap.git/commitdiff
systemtap.spec: don't Require: libvirt
authorFrank Ch. Eigler <fche@redhat.com>
Thu, 24 Jun 2021 20:03:50 +0000 (16:03 -0400)
committerFrank Ch. Eigler <fche@redhat.com>
Thu, 24 Jun 2021 20:03:50 +0000 (16:03 -0400)
Remove unnecessary dependency.  The -runtime-virthost subrpm just
needs the libvirt shared libraries, and not the libvirt server
machinery.

systemtap.spec

index 9ea01cbde145791d476fb0ce59f81781cfc911a6..bd037f14b091783d2971bbfd20ef96dd79f048dd 100644 (file)
@@ -505,7 +505,8 @@ to remote requesters on demand.
 Summary: Systemtap Cross-VM Instrumentation - host
 License: GPLv2+
 URL: http://sourceware.org/systemtap/
-Requires: libvirt >= 1.0.2
+# only require libvirt-libs really
+#Requires: libvirt >= 1.0.2
 Requires: libxml2
 
 %description runtime-virthost
This page took 0.027073 seconds and 5 git commands to generate.