From 1106b253176d8142e1e663907e56a2fd2e59ccc5 Mon Sep 17 00:00:00 2001 From: eaglegai Date: Fri, 2 Jul 2021 10:34:04 +0800 Subject: [PATCH] add dependency uname-build-checks --- iavf.spec | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/iavf.spec b/iavf.spec index 1626b49..4aecf86 100644 --- a/iavf.spec +++ b/iavf.spec @@ -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 - 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 - 4.0.1-3 - Type:bugfix - ID:NA -- Gitee