spec: modify source url
Change source url to openeuler repo, and replace tar with openeuler/vmtop tag v1.1(which is same as v1.0.1): wget -O vmtop-1.1.tar.gz https://gitee.com/openeuler/vmtop/repository/ archive/v1.1.tar.gz#/vmtop-1.1.tar.gz
This commit is contained in:
parent
a8ce39272f
commit
91f976875d
BIN
vmtop-1.0.tar.gz
BIN
vmtop-1.0.tar.gz
Binary file not shown.
BIN
vmtop-1.1.tar.gz
Normal file
BIN
vmtop-1.1.tar.gz
Normal file
Binary file not shown.
11
vmtop.spec
11
vmtop.spec
@ -1,12 +1,12 @@
|
||||
Name: vmtop
|
||||
Version: 1.0
|
||||
Release: 4
|
||||
Version: 1.1
|
||||
Release: 0
|
||||
Summary: A tool for collecting and analyzing data of virtual machine
|
||||
License: Mulan PSL V2
|
||||
Group: Application/System
|
||||
URL: https://gitee.com/openeuler/vmtop
|
||||
|
||||
Source:https://gitee.com/src-openeuler/vmtop/blob/master/%{name}-%{version}.tar.gz
|
||||
Source:https://gitee.com/openeuler/vmtop/repository/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
|
||||
|
||||
Patch0001: bugfix-fix-ST-GUE-HYP-formula.patch
|
||||
Patch0002: display-expand-row-size-in-TEXT-mode.patch
|
||||
@ -32,7 +32,7 @@ Provides: vmtop = %{version}-%{release}
|
||||
This is a userspace tool which you can run it in host to help detecting VM's performance. By vmtop, you can quickly query vcpu info such as cpu usage, kvm exit times, memory usage and etc.
|
||||
|
||||
%prep
|
||||
%setup -c -n %{name}-%{version}
|
||||
%setup -n %{name}
|
||||
%autopatch -p1
|
||||
|
||||
|
||||
@ -57,6 +57,9 @@ install -m 550 vmtop ${RPM_BUILD_ROOT}/usr/bin/%{name}
|
||||
%{_bindir}/vmtop
|
||||
|
||||
%changelog
|
||||
* Sat Oct 10 2020 Jiajun Chen <1250062498@qq.com> -1.1-0
|
||||
- spec: modify source url
|
||||
|
||||
* Sun Sep 27 2020 nocjj <1250062498@qq.com>
|
||||
- vcpustat: modify vcpu info acquirement from debugfs
|
||||
- display: expand %CPU display
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user