From 703fc28a0048ad620c24d16c4b2149f90e503508 Mon Sep 17 00:00:00 2001 From: haochenstar Date: Sat, 17 Apr 2021 15:37:38 +0800 Subject: [PATCH] fix install post error --- iavf.spec | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/iavf.spec b/iavf.spec index a3a8c36..8350005 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: 1 +Release: 2 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 %description This package contains the Intel(R) Ethernet Adaptive Virtual Function Driver. @@ -382,5 +382,11 @@ else fi %changelog +* Sat Apr 17 2021 xihaochen - 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