From adfbca1e7ac2fd578278624583424b26e7e70092 Mon Sep 17 00:00:00 2001 From: nocjj <1250062498@qq.com> Date: Wed, 25 Nov 2020 15:30:54 +0800 Subject: [PATCH] spec: disable x86 build in SP1 version exclude x86 arch since vmtop is not supported in SP1 Signed-off-by: Jiajun Chen <1250062498@qq.com> --- vmtop.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/vmtop.spec b/vmtop.spec index ce05037..fb71d1f 100644 --- a/vmtop.spec +++ b/vmtop.spec @@ -1,10 +1,11 @@ Name: vmtop Version: 1.1 -Release: 0 +Release: 1 Summary: A tool for collecting and analyzing data of virtual machine License: Mulan PSL V2 Group: Application/System URL: https://gitee.com/openeuler/vmtop +ExclusiveArch: aarch64 Source:https://gitee.com/openeuler/vmtop/repository/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz @@ -57,6 +58,9 @@ install -m 550 vmtop ${RPM_BUILD_ROOT}/usr/bin/%{name} %{_bindir}/vmtop %changelog +* Wed Nov 25 2020 Jiajun Chen <1250062498@qq.com> -1.1-1 +- spec: disable x86 build in SP1 version + * Sat Oct 10 2020 Jiajun Chen <1250062498@qq.com> -1.1-0 - spec: modify source url -- Gitee