From 68fb9c0c683df1daf72b1d579ff99bf12d9fd37e Mon Sep 17 00:00:00 2001 From: Euler Robot Date: Tue, 2 Mar 2021 21:57:30 +0800 Subject: [PATCH] spec: Update patch and changelog with !23 version: unified with release version input: add invalid opt check in input Signed-off-by: nocjj <1250062498@qq.com> --- vmtop.spec | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/vmtop.spec b/vmtop.spec index 377bde9..9dceca0 100644 --- a/vmtop.spec +++ b/vmtop.spec @@ -28,6 +28,8 @@ Patch0016: proc-del-prc-pid-comm-read.patch Patch0017: display-del-screen-clear-after-key-response.patch Patch0018: codestyle-del-unused-var.patch Patch0019: bugfix-add-check-to-avoid-invalid-ptr-for-strcmp.patch +Patch0020: version-unified-with-release-version.patch +Patch0021: input-add-invalid-opt-check-in-input.patch Requires: libvirt, ncurses @@ -68,6 +70,10 @@ install -m 550 vmtop ${RPM_BUILD_ROOT}/usr/bin/%{name} %{_bindir}/vmtop %changelog +* Sat Feb 27 2021 Huawei Technologies Co., Ltd +- version: unified with release version +- input: add invalid opt check in input + * Wed 27 Jan 2021 Jiajun Chen <1250062498@qq.com> -1.1-4 - bugfix: add check to avoid invalid ptr for strcmp