From 0555d453db05ed9dadd0cd88723c325b027a0967 Mon Sep 17 00:00:00 2001 From: yangl777 Date: Fri, 13 Oct 2023 11:42:19 +0800 Subject: [PATCH] add dependency uname-build-checks to fix build error --- iavf.spec | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/iavf.spec b/iavf.spec index d7f58fa..13be500 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: 3 +Release: 4 Vendor: Intel Corporation License: GPL-2.0 URL: http://support.intel.com @@ -17,7 +17,7 @@ Source0: https://downloadmirror.intel.com/30236/eng/%{name}-%{version}.tar.gz Requires: kernel, findutils, gawk, bash, hwdata -BuildRequires: kernel-devel, hwdata +BuildRequires: kernel-devel, hwdata, uname-build-checks %description This package contains the Intel(R) Ethernet Adaptive Virtual Function Driver. @@ -382,13 +382,19 @@ else fi %changelog +* Fri Oct 13 2023 yanglu - 4.0.1-4 +- Type:bugfix +- ID:NA +- SUG:NA +- DESC:add dependency uname-build-checks to fix build error + * Mon Nov 28 2022 yanglu - 4.0.1-3 - Type:bugfix - ID:NA - SUG:NA - DESC:change download path of the source code -* Mon Nov 19 2021 gaihuiying - 4.0.1-2 +* Fri Nov 19 2021 gaihuiying - 4.0.1-2 - Type:bugfix - ID:NA - SUG:NA -- Gitee