From 4b2af10563191b702f2d08b776b745990f535ad3 Mon Sep 17 00:00:00 2001 From: eaglegai Date: Mon, 29 Nov 2021 09:52:08 +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 a3a8c36..384b8a2 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: 1 +Release: 2 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 +BuildRequires: kernel-devel, hwdata %description This package contains the Intel(R) Ethernet Adaptive Virtual Function Driver. @@ -382,5 +382,11 @@ else fi %changelog +* Mon Nov 19 2021 gaihuiying - 4.0.1-2 +- Type:bugfix +- ID:NA +- SUG:NA +- DESC:fix install post error + * Tue Feb 2 2021 chxssg - 4.0.1-1 - Package init -- Gitee