From 23623aa5858c9979c76ee48ad862088d9bbf3c3c Mon Sep 17 00:00:00 2001 From: Alex Chen Date: Thu, 5 May 2022 16:57:15 +0800 Subject: [PATCH 1/2] spec: Update patch and changelog with !28 --- vmtop.spec | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/vmtop.spec b/vmtop.spec index 550cc75..f517519 100644 --- a/vmtop.spec +++ b/vmtop.spec @@ -39,6 +39,7 @@ Patch0028: proc-del-unused-items-getting-from-proc-stat-refresh.patch Patch0029: proc-del-loop-sscanf-for-proc-pid-stat-file.patch Patch0030: utils-del-realpath-from-read_file.patch Patch0031: add-README.zh.md.-update-README.md.patch +Patch0032: add-README.zh.md.-update-README.md.patch Requires: libvirt, ncurses @@ -79,6 +80,9 @@ install -m 550 vmtop ${RPM_BUILD_ROOT}/usr/bin/%{name} %{_bindir}/vmtop %changelog +* Tue Apr 26 2022 Huawei Technologies Co., Ltd +- add README.zh.md. update README.md. + * Wed Apr 27 2022 yezengruan - 1.1-6 - add README.zh.md. update README.md -- Gitee From 402dc08efe6c72a12b4ec7138d8ac31e5301b9aa Mon Sep 17 00:00:00 2001 From: Alex Chen Date: Thu, 5 May 2022 16:57:15 +0800 Subject: [PATCH 2/2] spec: Update release version with !28 increase release verison by one Signed-off-by: Alex Chen --- vmtop.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vmtop.spec b/vmtop.spec index f517519..4c9f28d 100644 --- a/vmtop.spec +++ b/vmtop.spec @@ -1,6 +1,6 @@ Name: vmtop Version: 1.1 -Release: 6 +Release: 7 Summary: A tool for collecting and analyzing data of virtual machine License: Mulan PSL V2 Group: Application/System -- Gitee