From 113a7e22158224376b68ac11e4a65168a9fd32e7 Mon Sep 17 00:00:00 2001 From: Zhipeng Xie Date: Wed, 9 Sep 2020 21:28:20 -0400 Subject: [PATCH] fix exclusiveArch to ExclusiveArch Signed-off-by: Zhipeng Xie --- prefetch_tuning.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/prefetch_tuning.spec b/prefetch_tuning.spec index 8042047..20dc628 100644 --- a/prefetch_tuning.spec +++ b/prefetch_tuning.spec @@ -3,7 +3,7 @@ Name: prefetch_tuning Summary: CPU prefetch tuning module for Kunpeng 920 Version: 1.1 -Release: 3 +Release: 4 License: GPLv2 Source0: https://gitee.com/openeuler/prefetch_tuning/repository/archive/v%{version}.tar.gz buildroot: %{_tmppath}/%{kmod_name}-%{version}-build @@ -18,7 +18,7 @@ Users can user this module to control CPU prefetch settings. %global debug_package %{nil} -exclusiveArch: aarch64 +ExclusiveArch: aarch64 %prep %setup -n %{kmod_name} @@ -48,6 +48,9 @@ rm -rf %_builddir/%{kmod_name}-%{version} %preun %changelog +* Thu Sep 10 2020 Zhipeng Xie - 1.1-4 +- fix exclusiveArch to ExclusiveArch + * Wed Sep 9 2020 Liuke - 1.1-3 - Specify the architecture and enable compiling on ARM64 only.