From a80a9e180626e56821ce786db852190459738909 Mon Sep 17 00:00:00 2001 From: DistroBaker Date: Tue, 9 Feb 2021 10:44:49 +0000 Subject: [PATCH] Merged update from upstream sources This is an automated DistroBaker update from upstream sources. If you do not know what this is about or would like to opt out, contact the OSCI team. Source: https://src.fedoraproject.org/rpms/vhostmd.git#24499ef94d58ab33840e102b3c33a4908148c888 --- vhostmd.conf | 8 ++++++-- vhostmd.spec | 5 ++++- 2 files changed, 10 insertions(+), 3 deletions(-) mode change 100644 => 100755 vhostmd.conf diff --git a/vhostmd.conf b/vhostmd.conf old mode 100644 new mode 100755 index 21c0f22..955dd2f --- a/vhostmd.conf +++ b/vhostmd.conf @@ -80,10 +80,15 @@ way. 256 + + 1024 + 15 + 60 /bin:/sbin:/usr/bin:/usr/sbin:/usr/share/vhostmd/scripts vbd + virtio @@ -97,8 +102,7 @@ way. VirtualizationVendor - rpm -qi libvirt| grep Vendor: \ - | awk '{ print substr($0, index($0, $5)); }' | sort -u + rpm -q --queryformat "%{VENDOR}\n" libvirt | sort -u diff --git a/vhostmd.spec b/vhostmd.spec index 6603a65..db5ba81 100644 --- a/vhostmd.spec +++ b/vhostmd.spec @@ -3,7 +3,7 @@ Summary: Virtualization host metrics daemon Name: vhostmd Version: 1.1 -Release: 6%{?dist} +Release: 7%{?dist} License: GPLv2+ URL: https://github.com/vhostmd/vhostmd @@ -163,6 +163,9 @@ exit 0 %changelog +* Tue Feb 09 2021 Richard W.M. Jones - 1.1-7 +- Unify vhostmd.conf with RHEL 8.4 (RHBZ#1924966). + * Thu Feb 04 2021 Richard W.M. Jones - 1.1-6 - Increase release so > RHEL 8 (RHBZ#1924966). - Unify spec files between RHEL and Fedora.