From: Frank Ch. Eigler Date: Thu, 24 Jun 2021 20:03:50 +0000 (-0400) Subject: systemtap.spec: don't Require: libvirt X-Git-Tag: release-4.6~117 X-Git-Url: https://sourceware.org/git/?a=commitdiff_plain;h=0fc73fc4ebcb13308df6b850ed7ed2dc69b48466;p=systemtap.git systemtap.spec: don't Require: libvirt Remove unnecessary dependency. The -runtime-virthost subrpm just needs the libvirt shared libraries, and not the libvirt server machinery. --- diff --git a/systemtap.spec b/systemtap.spec index 9ea01cbde..bd037f14b 100644 --- a/systemtap.spec +++ b/systemtap.spec @@ -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