spec: Update patch and changelog with !15

bugfix: add check to avoid invalid ptr for strcmp
This commit is contained in:
Euler Robot 2021-01-22 10:46:40 +08:00
parent 7ae005e784
commit d98b10d811

View File

@ -27,6 +27,7 @@ Patch0016: proc-del-prc-pid-comm-read.patch
Patch0017: display-del-screen-clear-after-key-response.patch Patch0017: display-del-screen-clear-after-key-response.patch
Patch0018: arch-add-x86-kvm-exits-items.patch Patch0018: arch-add-x86-kvm-exits-items.patch
Patch0019: codestyle-del-unused-var.patch Patch0019: codestyle-del-unused-var.patch
Patch0020: bugfix-add-check-to-avoid-invalid-ptr-for-strcmp.patch
Requires: libvirt, ncurses Requires: libvirt, ncurses
@ -67,6 +68,9 @@ install -m 550 vmtop ${RPM_BUILD_ROOT}/usr/bin/%{name}
%{_bindir}/vmtop %{_bindir}/vmtop
%changelog %changelog
* Thu Jan 21 2021 Huawei Technologies Co., Ltd <alex.chen@huawei.com>
- bugfix: add check to avoid invalid ptr for strcmp
* Thu 14 Jan 2021 Jiajun Chen <1250062498@qq.com> -1.1-2 * Thu 14 Jan 2021 Jiajun Chen <1250062498@qq.com> -1.1-2
- vcp_stat: add Max Scheduling Delay time items to display - vcp_stat: add Max Scheduling Delay time items to display
- args: add -p option - args: add -p option