From 8fa0d6721039a81a2d1a826b2192314d5b0e9755 Mon Sep 17 00:00:00 2001 From: haochenstar Date: Sat, 17 Apr 2021 16:46:45 +0800 Subject: [PATCH] fix install problem (cherry picked from commit 32ccb883d366cd97d4d34aa6af0a84d990183638) --- i40e.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/i40e.spec b/i40e.spec index 13b486b..1f00004 100644 --- a/i40e.spec +++ b/i40e.spec @@ -9,7 +9,7 @@ Name: i40e Summary: Intel(R) 40-10 Gigabit Ethernet Connection Network Driver Version: 2.14.13 -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/24411/Intel-Network-Adapter-D Requires: kernel, findutils, gawk, bash -BuildRequires: kernel-devel +BuildRequires: kernel-devel hwdata elfutils-devel %description This package contains the Intel(R) 40-10 Gigabit Ethernet Connection Network Driver. @@ -381,5 +381,8 @@ else fi %changelog +* Sat Apr 17 2021 zhujunhao - 2.14.13-2 +- fix install problem + * Tue Feb 2 2021 seuzw <930zhaowei@163.com> - 2.14.13-1 - Package init