From 684d1e5216a154732317ceb18cd5d21420674d8c Mon Sep 17 00:00:00 2001 From: hyongkang Date: Fri, 8 Nov 2024 10:48:46 +0800 Subject: [PATCH] Fix description in summary for fast packet processing --- dpdk.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/dpdk.spec b/dpdk.spec index 2b8f415..e75374d 100644 --- a/dpdk.spec +++ b/dpdk.spec @@ -11,7 +11,7 @@ Name: dpdk Version: 23.11 -Release: 23 +Release: 24 URL: http://dpdk.org Source: https://fast.dpdk.org/rel/dpdk-%{version}.tar.xz @@ -82,7 +82,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 @@ -277,6 +277,9 @@ fi /usr/sbin/depmod %changelog +* Fri Nov 8 2024 Yongkang Hou - 23.11-24 + Fix description in summary for fast packet processing + * Fri Oct 11 2024 huangdengdui - 23.11-23 Fix UIO resource mapping in secondary process -- Gitee