From 03b8e2075d15cff323b9406e278267c7ca36c0d6 Mon Sep 17 00:00:00 2001 From: Alex Chen Date: Thu, 22 Apr 2021 16:57:10 +0800 Subject: [PATCH] spec: Update patch and changelog with !20 input: change wait mechanism for input Signed-off-by: nocjj <1250062498@qq.com> --- vmtop.spec | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/vmtop.spec b/vmtop.spec index 620e22f..2c8c1c5 100644 --- a/vmtop.spec +++ b/vmtop.spec @@ -30,6 +30,7 @@ Patch0019: codestyle-del-unused-var.patch Patch0020: bugfix-add-check-to-avoid-invalid-ptr-for-strcmp.patch Patch0021: input-add-invalid-opt-check-in-input.patch Patch0022: version-unified-with-release-version.patch +Patch0023: input-change-wait-mechanism-for-input.patch Requires: libvirt, ncurses @@ -70,6 +71,9 @@ install -m 550 vmtop ${RPM_BUILD_ROOT}/usr/bin/%{name} %{_bindir}/vmtop %changelog +* Sat Feb 27 2021 Huawei Technologies Co., Ltd +- input: change wait mechanism for input + * Sat Feb 27 2021 Huawei Technologies Co., Ltd - version: unified with release version