Actually apply the patch from previous commit related: rhbz#2159549

This commit is contained in:
Richard W.M. Jones 2023-01-10 09:53:51 +00:00 committed by Stepan Oksanichenko
parent 6c178b22ce
commit 36729150e6
2 changed files with 5 additions and 2 deletions

2
.virt-top.metadata Normal file
View File

@ -0,0 +1,2 @@
fc97439c120403ef92cbe9d2098a7fc720c02aec virt-top-1.1.1.tar.gz
2aed21969727c5a3c26779263bca509377975ef3 virt-top-1.1.1.tar.gz.sig

View File

@ -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 <rjones@redhat.com> - 1.1.1-8
* Tue Jan 10 2023 Richard W.M. Jones <rjones@redhat.com> - 1.1.1-9
- Fix parse error using --init-file option
resolves: rhbz#2159549