From 3d1f84a0546e4fe903b76be2b085210c6f62d1cd Mon Sep 17 00:00:00 2001 From: chengyechun Date: Wed, 21 Dec 2022 17:13:39 +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..31ff8aa 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 Dec 21 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