From cb962d4ed5ccb97b846944d64a48088da0a5be4c Mon Sep 17 00:00:00 2001 From: hyongkang Date: Wed, 14 May 2025 01:43:56 +0000 Subject: [PATCH] Update description Signed-off-by: hyongkang --- dpdk.spec | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/dpdk.spec b/dpdk.spec index 216c33a..dbec76f 100644 --- a/dpdk.spec +++ b/dpdk.spec @@ -11,7 +11,7 @@ Name: dpdk Version: 23.11 -Release: 30 +Release: 31 URL: http://dpdk.org Source: https://fast.dpdk.org/rel/dpdk-%{version}.tar.xz @@ -133,7 +133,7 @@ Summary: Set of libraries and drivers for fast packet processing # # Note that, while this is dual licensed, all code that is included with this -# Pakcage are BSD licensed. The only files that aren't licensed via BSD is the +# Package are BSD licensed. The only files that aren't licensed via BSD is the # kni kernel module which is dual LGPLv2/BSD, and thats not built for fedora. # License: BSD and LGPLv2 and GPLv2 @@ -328,6 +328,12 @@ fi /usr/sbin/depmod %changelog +* Wed May 14 2025 Yongkang Hou - 23.11 -31 +- Type:feature +- ID:NA +- SUG:NA +- DESC:update description + * Mon Apr 28 2025 huangdengdui - 23.11-30 Sync some patchs from upstreaming for hns3 pmd and modifications are as follow: -- Gitee