From ef66eac3aeed7fcd3bef79bc93536422c69af3a0 Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Tue, 10 Jan 2023 09:53:51 +0000 Subject: [PATCH] Actually apply the patch from previous commit related: rhbz#2159549 --- virt-top.spec | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/virt-top.spec b/virt-top.spec index ece1219..2209213 100644 --- a/virt-top.spec +++ b/virt-top.spec @@ -1,7 +1,7 @@ %undefine _package_note_flags Name: virt-top Version: 1.1.1 -Release: 8%{?dist} +Release: 9%{?dist} Summary: Utility like top(1) for displaying virtualization stats License: GPLv2+ @@ -71,6 +71,7 @@ different virtualization systems. %patch1 -p1 %endif %patch2 -p1 +%patch3 -p1 %build @@ -119,7 +120,7 @@ install -m 0644 processcsv.py.1 $RPM_BUILD_ROOT%{_mandir}/man1/ %changelog -* Tue Jan 10 2023 Richard W.M. Jones - 1.1.1-8 +* Tue Jan 10 2023 Richard W.M. Jones - 1.1.1-9 - Fix parse error using --init-file option resolves: rhbz#2159549