add dependency uname-build-checks

This commit is contained in:
eaglegai 2021-07-02 10:34:04 +08:00
parent cb5ead888d
commit 1106b25317

View File

@ -9,15 +9,15 @@
Name: iavf
Summary: Intel(R) Ethernet Adaptive Virtual Function Driver
Version: 4.0.1
Release: 3
Release: 4
Vendor: Intel Corporation
License: GPL-2.0
URL: http://support.intel.com
Source0: https://downloadcenter.intel.com/download/24693/Intel-Network-Adapter-Virtual-Function-Driver-for-Intel-40-Gigabit-Ethernet-Network-Connections/%{name}-%{version}.tar.gz
Requires: kernel, findutils, gawk, bash
Requires: kernel, findutils, gawk, bash, hwdata
BuildRequires: kernel-devel hwdata
BuildRequires: kernel-devel hwdata uname-build-checks
Patch0: fix-build-error-with-Linux-5.10.patch
@ -385,6 +385,13 @@ else
fi
%changelog
* Tue Jul 6 2021 gaihuiying <gaihuiying1@huawei.com> - 4.0.1-4
- Type:bugfix
- ID:NA
- SUG:NA
- DESC:add dependency uname-build-checks
fix hang when install iavf in docker
* Mon Mar 1 2021 hanzhijun <hanzhijun1@huawei.com> - 4.0.1-3
- Type:bugfix
- ID:NA