From 937f78e1f0e75dd99894666ef711a7bc75cd5de9 Mon Sep 17 00:00:00 2001 From: DistroBaker Date: Thu, 4 Feb 2021 22:01:33 +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/virt-top.git#257a38a863e962c6b6c4ed9acf5c546eae40199c --- virt-top.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/virt-top.spec b/virt-top.spec index 5201b10..6b08e6b 100644 --- a/virt-top.spec +++ b/virt-top.spec @@ -3,7 +3,7 @@ Name: virt-top Version: 1.0.9 -Release: 16%{?dist} +Release: 17%{?dist} Summary: Utility like top(1) for displaying virtualization stats License: GPLv2+ @@ -21,6 +21,7 @@ Patch0: virt-top-1.0.9-processcsv-documentation.patch # Upstream patch to fix FTBFS with ocaml libvirt 0.6.1.5. Patch1: 0001-libvirt-Handle-VIR_DOMAIN_PMSUSPENDED-state.patch +BuildRequires: make BuildRequires: ocaml >= 3.10.2 BuildRequires: ocaml-ocamldoc BuildRequires: ocaml-findlib-devel @@ -118,6 +119,9 @@ install -m 0644 processcsv.py.1 $RPM_BUILD_ROOT%{_mandir}/man1/ %changelog +* Wed Jan 27 2021 Fedora Release Engineering - 1.0.9-17 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + * Tue Sep 01 2020 Richard W.M. Jones - 1.0.9-16 - OCaml 4.11.1 rebuild