From 0aa00aa6ef91e121cbda43593aef996c6e551256 Mon Sep 17 00:00:00 2001 From: Alex Chen Date: Mon, 26 Apr 2021 11:57:20 +0800 Subject: [PATCH 1/2] spec: Update patch and changelog with !25 --- vmtop.spec | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/vmtop.spec b/vmtop.spec index a205f03..68076aa 100644 --- a/vmtop.spec +++ b/vmtop.spec @@ -30,6 +30,7 @@ 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 Patch0022: arch-add-x86-kvm-exits-items.patch +Patch0023: arch-add-x86-kvm-exits-items.patch Requires: libvirt, ncurses @@ -70,6 +71,9 @@ install -m 550 vmtop ${RPM_BUILD_ROOT}/usr/bin/%{name} %{_bindir}/vmtop %changelog +* Mon Nov 2 2020 Huawei Technologies Co., Ltd +- arch: add x86 kvm exits items + * Thu 22 Apr 2021 Jiajun Chen <1250062498@qq.com> -1.1-6 - arch: add x86 kvm exits items -- Gitee From ed589bab43cdc9ec44842dbcb66f6a9b09812952 Mon Sep 17 00:00:00 2001 From: Alex Chen Date: Mon, 26 Apr 2021 11:57:20 +0800 Subject: [PATCH 2/2] spec: Update release version with !25 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 68076aa..82e08c7 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