Add ppc64le support for kmod-kvdo
This commit is contained in:
parent
e8f34a4696
commit
719e7dbb1e
@ -1,5 +1,5 @@
|
||||
#This spec is obtained from source code(kvdo-6.2.2.24.tar.gz)
|
||||
%define spec_release 1
|
||||
%define spec_release 2
|
||||
%define kmod_name kmod-kvdo
|
||||
%define kmod_driver_version 8.1.0.316
|
||||
%define kmod_rpm_release %{spec_release}
|
||||
@ -22,11 +22,11 @@ Requires: kernel-devel >= %{kmod_kernel_version}
|
||||
Requires: make
|
||||
ExclusiveArch: x86_64
|
||||
ExclusiveArch: aarch64
|
||||
ExclusiveArch: ppc64le
|
||||
ExcludeArch: s390
|
||||
ExcludeArch: s390x
|
||||
ExcludeArch: ppc
|
||||
ExcludeArch: ppc64
|
||||
ExcludeArch: ppc64le
|
||||
ExcludeArch: i686
|
||||
|
||||
%description
|
||||
@ -86,6 +86,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_usr}/src/%{kmod_name}-%{version}-%{kmod_rpm_release}/*
|
||||
|
||||
%changelog
|
||||
* Fri Mar 8 2024 xurui <rui.xu@shingroup.cn> - 8.1.0.316-2
|
||||
- Add support for ppc64le
|
||||
|
||||
* Wed Dec 29 2021 yaoxin <yaoxin30@huawei.com> - 8.1.0.316-1
|
||||
- Upgrade kmod-kvdo to 8.1.0.316
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user