From df07e53f0ee50ec2ae0f11e6ff6c003d26618304 Mon Sep 17 00:00:00 2001 From: liuzy518 <570407222@qq.com> Date: Fri, 14 May 2021 09:51:58 +0800 Subject: [PATCH] iavf:fix install post error Signed-off-by: liuzy518 <570407222@qq.com> --- iavf.spec | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/iavf.spec b/iavf.spec index a3a8c36..9fc6561 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 +* Fri May 14 2021 liulong - 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