From 72d7f158294af34bd3dbf94d61325a02f6956e02 Mon Sep 17 00:00:00 2001 From: yangl777 Date: Mon, 28 Nov 2022 06:10:14 +0000 Subject: [PATCH 1/2] change download path of the source code --- iavf.spec | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/iavf.spec b/iavf.spec index 8350005..2c6acb5 100644 --- a/iavf.spec +++ b/iavf.spec @@ -9,11 +9,11 @@ Name: iavf Summary: Intel(R) Ethernet Adaptive Virtual Function Driver Version: 4.0.1 -Release: 2 +Release: 3 Vendor: Intel Corporation License: GPL-2.0 URL: http://support.intel.com -Source0: https://downloadcenter.intel.com/download/24693/Intel-Network-Adapter-Virtual-Function-Driver-for-Intel-40-Gigabit-Ethernet-Network-Connections/%{name}-%{version}.tar.gz +Source0: https://downloadmirror.intel.com/30236/eng/%{name}-%{version}.tar.gz Requires: kernel, findutils, gawk, bash @@ -382,6 +382,12 @@ else fi %changelog +* Mon Nov 28 2022 yanglu - 4.0.1-3 +- Type:bugfix +- ID:NA +- SUG:NA +- DESC:change download path of the source code + * Sat Apr 17 2021 xihaochen - 4.0.1-2 - Type:bugfix - ID:NA -- Gitee From bd50347fadb8b2918bff507e222006b1e4a3dae6 Mon Sep 17 00:00:00 2001 From: yangl777 Date: Mon, 28 Nov 2022 09:08:27 +0000 Subject: [PATCH 2/2] change download path of the source code and add requires hwdata for fix hang when install iavf --- iavf.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/iavf.spec b/iavf.spec index 2c6acb5..9ea1a78 100644 --- a/iavf.spec +++ b/iavf.spec @@ -15,7 +15,7 @@ License: GPL-2.0 URL: http://support.intel.com Source0: https://downloadmirror.intel.com/30236/eng/%{name}-%{version}.tar.gz -Requires: kernel, findutils, gawk, bash +Requires: kernel, findutils, gawk, bash, hwdata BuildRequires: kernel-devel hwdata @@ -387,6 +387,7 @@ fi - ID:NA - SUG:NA - DESC:change download path of the source code + add requires hwdata for fix hang when install iavf * Sat Apr 17 2021 xihaochen - 4.0.1-2 - Type:bugfix -- Gitee