From 96f0587c643438f3e02caab7730586280d2cd265 Mon Sep 17 00:00:00 2001 From: chengyechun Date: Wed, 18 Oct 2023 14:38:27 +0800 Subject: [PATCH] fix build error --- i40e.spec | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/i40e.spec b/i40e.spec index 1f00004..b89d166 100644 --- a/i40e.spec +++ b/i40e.spec @@ -9,15 +9,15 @@ Name: i40e Summary: Intel(R) 40-10 Gigabit Ethernet Connection Network Driver Version: 2.14.13 -Release: 2 +Release: 3 Vendor: Intel Corporation License: GPL-2.0 URL: http://support.intel.com Source0: https://downloadcenter.intel.com/download/24411/Intel-Network-Adapter-Driver-for-PCIe-40-Gigabit-Ethernet-Network-Connections-Under-Linux-/%{name}-%{version}.tar.gz -Requires: kernel, findutils, gawk, bash +Requires: kernel, findutils, gawk, bash hwdata -BuildRequires: kernel-devel hwdata elfutils-devel +BuildRequires: kernel-devel hwdata elfutils-devel uname-build-checks %description This package contains the Intel(R) 40-10 Gigabit Ethernet Connection Network Driver. @@ -381,6 +381,12 @@ else fi %changelog +* Fri Oct 13 2023 chengyechun - 2.14.13-3 +- Type:bugfix +- ID:NA +- SUG:NA +- DESC:add dependency uname-build-checks to fix build error + * Sat Apr 17 2021 zhujunhao - 2.14.13-2 - fix install problem -- Gitee