Add BuildRequires kernel

Signed-off-by: Siyu Zhang <siyu.zhang@windriver.com>
Signed-off-by: Hao Zhang <Hao.Zhang@windriver.com>
This commit is contained in:
Siyu Zhang 2023-09-15 11:10:09 +08:00 committed by Hao Zhang
parent 97f93be495
commit 2f04b25b07

View File

@ -15,7 +15,7 @@ Source2: %{name}-fromsrc.conf
URL: http://www.microchip.com
Distribution: Microchip Technology Inc.
BuildRoot: /var/tmp/%{name}-buildroot
BuildRequires: gcc make kernel-devel kernel-headers
BuildRequires: gcc make kernel-devel kernel-headers kernel
%define debug_package %{nil}
@ -229,3 +229,5 @@ echo -e "Uninstall Done."
%changelog
* Thu Jul 27 2023 Siyu Zhang <siyu.zhang@windriver.com> - 2.1.22-040
- Port the PMC RAID driver to openeuler.
* Thu Sep 15 2023 Siyu Zhang <siyu.zhang@windriver.com> - 2.1.22-040
- Add kernel as the build dependence.