From 09077a6df92af147aaf7529152f395fc7b2ce264 Mon Sep 17 00:00:00 2001 From: lutong Date: Thu, 10 Jul 2025 11:41:09 +0800 Subject: [PATCH] update release version number --- vmtop.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/vmtop.spec b/vmtop.spec index 7c8b31e..95a2180 100644 --- a/vmtop.spec +++ b/vmtop.spec @@ -1,6 +1,6 @@ Name: vmtop Version: 1.1 -Release: 8 +Release: 9 Summary: A tool for collecting and analyzing data of virtual machine License: MulanPSL-2.0 Group: Application/System @@ -80,8 +80,11 @@ install -m 550 vmtop ${RPM_BUILD_ROOT}/usr/bin/%{name} %{_bindir}/vmtop %changelog -* Thu Jun 19 2025 lutong - 1.1-8 -- bugfix:fixed display error caused by missing signal_exits +* Thu Jun 19 2025 lutong - 1.1-9 +- bugfix:fixed display error caused by missing signal_exits & revert change method of getting domain id + +* Sat Jul 27 2024 liangtian - 1.1-8 +- domain: change method of getting domain id * Sun Oct 09 2022 fushanqing - 1.1-7 - Unified license name specification -- Gitee