From 0220ed3cffc9fb6e6bbc74debbf497362ae8a597 Mon Sep 17 00:00:00 2001 From: Alex Chen Date: Tue, 17 May 2022 11:57:12 +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 54a668b7368cfe09c5541ab0d3d9490cb9048654 Mon Sep 17 00:00:00 2001 From: Alex Chen Date: Tue, 17 May 2022 11:57:12 +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