From 3ea374eeefeff642450fa0964cb807426a3be1c6 Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Tue, 18 May 2021 02:39:56 -0400 Subject: [PATCH] import vhostmd-1.1-5.el8 --- SPECS/vhostmd.spec | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/SPECS/vhostmd.spec b/SPECS/vhostmd.spec index d89ec37..4436482 100644 --- a/SPECS/vhostmd.spec +++ b/SPECS/vhostmd.spec @@ -3,7 +3,7 @@ Summary: Virtualization host metrics daemon Name: vhostmd Version: 1.1 -Release: 4%{?dist} +Release: 5%{?dist} License: GPLv2+ URL: https://github.com/vhostmd/vhostmd @@ -31,6 +31,11 @@ BuildRequires: systemd BuildRequires: xen-devel %endif +# This is hopefully temporary, but required to run vhostmd.xml as +# currently written. For more information see: +# https://bugzilla.redhat.com/show_bug.cgi?id=1897130 +Requires: libvirt + %description vhostmd provides a "metrics communication channel" between a host and @@ -157,6 +162,10 @@ exit 0 %changelog +* Tue Dec 01 2020 Richard W.M. Jones - 1.1-5.el8 +- Add Requires libvirt + resolves: rhbz#1897130 + * Fri Jan 31 2020 Richard W.M. Jones - 1.1-4.el8 - Prevent updates from previous versions from breaking resolves: rhbz#1782897