spec: Update patch and changelog with !6

vmtop: add -h and -v

Signed-off-by: Ruyi Chen <chenruyi2@huawei.com>
This commit is contained in:
Euler Robot 2020-09-22 20:02:08 +08:00 committed by Jiajie Li
parent f85a956b49
commit eef4a8d577

View File

@ -12,6 +12,7 @@ Patch0001: bugfix-fix-ST-GUE-HYP-formula.patch
Patch0002: display-expand-row-size-in-TEXT-mode.patch Patch0002: display-expand-row-size-in-TEXT-mode.patch
Patch0003: bugfix-exit-vmtop-when-arguments-are-invalid.patch Patch0003: bugfix-exit-vmtop-when-arguments-are-invalid.patch
Patch0004: bugfix-check-unsigned-number-flip-before-getting-del.patch Patch0004: bugfix-check-unsigned-number-flip-before-getting-del.patch
Patch0005: vmtop-add-h-and-v.patch
Requires: libvirt, ncurses Requires: libvirt, ncurses
@ -52,6 +53,9 @@ install -m 550 vmtop ${RPM_BUILD_ROOT}/usr/bin/%{name}
%{_bindir}/vmtop %{_bindir}/vmtop
%changelog %changelog
* Mon Sep 21 2020 Ruyi Chen <chenruyi2@huawei.com>
- vmtop: add -h and -v
* Mon Sep 21 2020 Jiajun Chen <1250062498@qq.com> - 1.0-2 * Mon Sep 21 2020 Jiajun Chen <1250062498@qq.com> - 1.0-2
- bugfix: fix %ST, %GUE, %HYP formula - bugfix: fix %ST, %GUE, %HYP formula
- display: expand row size in TEXT mode - display: expand row size in TEXT mode