From c914a6f7d62a04f7a431778ab165aece03da41df Mon Sep 17 00:00:00 2001 From: hanzj Date: Mon, 1 Mar 2021 11:15:46 +0800 Subject: [PATCH] fix install post error --- iavf.spec | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/iavf.spec b/iavf.spec index 69be5fc..1626b49 100644 --- a/iavf.spec +++ b/iavf.spec @@ -9,7 +9,7 @@ Name: iavf Summary: Intel(R) Ethernet Adaptive Virtual Function Driver Version: 4.0.1 -Release: 2 +Release: 3 Vendor: Intel Corporation License: GPL-2.0 URL: http://support.intel.com @@ -17,7 +17,7 @@ Source0: https://downloadcenter.intel.com/download/24693/Intel-Network-Adapter-V Requires: kernel, findutils, gawk, bash -BuildRequires: kernel-devel +BuildRequires: kernel-devel hwdata Patch0: fix-build-error-with-Linux-5.10.patch @@ -385,7 +385,13 @@ else fi %changelog -* Sun Feb 7 2021 liulong +* Mon Mar 1 2021 hanzhijun - 4.0.1-3 +- Type:bugfix +- ID:NA +- SUG:NA +- DESC:fix install post error + +* Sun Feb 7 2021 liulong - 4.0.1-2 - Type:bugfix - ID:NA - SUG:NA -- Gitee