From 26b71086b53954316b14a0f822ab5b7eb08a35b0 Mon Sep 17 00:00:00 2001 From: yangl777 Date: Mon, 28 Nov 2022 06:15:07 +0000 Subject: [PATCH] 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 384b8a2..d7f58fa 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, hwdata @@ -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 + * Mon Nov 19 2021 gaihuiying - 4.0.1-2 - Type:bugfix - ID:NA -- Gitee