Compare commits

..

No commits in common. "7eaf7e7e364f87b9e10b3b092e3ba332537a7733" and "bcd6cef1224c471e37872b1fa9893bb82cb7193a" have entirely different histories.

3 changed files with 5 additions and 16 deletions

View File

@ -2,16 +2,15 @@
Name: prefetch_tuning
Summary: CPU prefetch tuning module for Kunpeng 920
Version: 1.2
Release: 2
Version: 1.1
Release: 3
License: GPLv2
Source0: https://gitee.com/openeuler/prefetch_tuning/repository/archive/v%{version}.tar.gz
buildroot: %{_tmppath}/%{kmod_name}-%{version}-build
BuildRequires: make
BuildRequires: gcc
BuildRequires: kernel-devel uname-build-checks
ExclusiveArch: aarch64
BuildRequires: kernel-devel
%description
The driver of CPU prefetch tuning module for Kunpeng 920.
@ -19,6 +18,8 @@ Users can user this module to control CPU prefetch settings.
%global debug_package %{nil}
exclusiveArch: aarch64
%prep
%setup -n %{kmod_name}
sed -i 's/EXTRA_CFLAGS += -Wall -Werror/EXTRA_CFLAGS += -Wall/g' Makefile
@ -47,18 +48,6 @@ rm -rf %_builddir/%{kmod_name}-%{version}
%preun
%changelog
* Sat Jan 29 2022 Bin Hu <hubin73@huawei.com> - 1.2-2
- fix obs build problem
* Mon Nov 16 2020 Zhipeng Xie <xiezhipeng1@huawei.com> - 1.2-1
- upgrade to v1.2
* Thu Sep 10 2020 Zhipeng Xie <xiezhipeng1@huawei.com> - 1.1-5
- update spec
* Thu Sep 10 2020 Zhipeng Xie <xiezhipeng1@huawei.com> - 1.1-4
- fix exclusiveArch to ExclusiveArch
* Wed Sep 9 2020 Liuke <liuke64@huawei.com> - 1.1-3
- Specify the architecture and enable compiling on ARM64 only.

BIN
v1.1.tar.gz Normal file

Binary file not shown.

Binary file not shown.