From 501a852437bbefb5ccfb1013ee0083ba54751ba9 Mon Sep 17 00:00:00 2001 From: chengyechun Date: Wed, 16 Feb 2022 09:31:57 +0800 Subject: [PATCH] update patching mode --- i40e.spec | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/i40e.spec b/i40e.spec index ff22022..417404e 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: 3 +Release: 4 Vendor: Intel Corporation License: GPL-2.0 URL: http://support.intel.com @@ -25,7 +25,7 @@ BuildRequires: kernel-devel hwdata elfutils-devel This package contains the Intel(R) 40-10 Gigabit Ethernet Connection Network Driver. %prep -%setup +%autosetup -n %{name}-%{version} -p1 %build make -C src clean @@ -383,6 +383,12 @@ else fi %changelog +* Wed Feb 16 2022 chengyechun - 2.14.13-4 +- Type:bugfix +- ID:NA +- SUG:NA +- DESC:update patching mode + * Sat Nov 6 2021 Aichun Li - 2.14.13-3 - Type:bugfix - ID:NA -- Gitee