spec: change disable x86 from exclude to exclusive

change exclude to exclusive

Signed-off-by: Jiajun Chen <1250062498@qq.com>
This commit is contained in:
nocjj 2020-11-26 17:35:55 +08:00
parent 3ccb4c97f3
commit 65e68ecf3f

View File

@ -1,11 +1,11 @@
Name: vmtop Name: vmtop
Version: 1.1 Version: 1.1
Release: 1 Release: 2
Summary: A tool for collecting and analyzing data of virtual machine Summary: A tool for collecting and analyzing data of virtual machine
License: Mulan PSL V2 License: Mulan PSL V2
Group: Application/System Group: Application/System
URL: https://gitee.com/openeuler/vmtop URL: https://gitee.com/openeuler/vmtop
ExcludeArch: x86_64 ExclusiveArch: aarch64
Source:https://gitee.com/openeuler/vmtop/repository/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz Source:https://gitee.com/openeuler/vmtop/repository/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
@ -58,6 +58,9 @@ install -m 550 vmtop ${RPM_BUILD_ROOT}/usr/bin/%{name}
%{_bindir}/vmtop %{_bindir}/vmtop
%changelog %changelog
* Thu Nov 26 2020 Jiajun Chen <1250062498@qq.com> -1.1-2
- spec: change disable x86 from exclude to exclusive
* Thu Nov 26 2020 Jiajun Chen <1250062498@qq.com> -1.1-1 * Thu Nov 26 2020 Jiajun Chen <1250062498@qq.com> -1.1-1
- spec: disable x86 build in SP1 version - spec: disable x86 build in SP1 version