From 36729150e63fe367ad634d2134af6a3231338311 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.metadata | 2 ++ virt-top.spec | 5 +++-- 2 files changed, 5 insertions(+), 2 deletions(-) create mode 100644 .virt-top.metadata diff --git a/.virt-top.metadata b/.virt-top.metadata new file mode 100644 index 0000000..bad906c --- /dev/null +++ b/.virt-top.metadata @@ -0,0 +1,2 @@ +fc97439c120403ef92cbe9d2098a7fc720c02aec virt-top-1.1.1.tar.gz +2aed21969727c5a3c26779263bca509377975ef3 virt-top-1.1.1.tar.gz.sig 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