From c6fb111e8d72df464f3d90621f9382d6dec8c707 Mon Sep 17 00:00:00 2001 From: houyongkang1 Date: Thu, 28 Nov 2024 14:05:38 +0800 Subject: [PATCH] update description --- dpdk.spec | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/dpdk.spec b/dpdk.spec index b444627..1f4c2d8 100644 --- a/dpdk.spec +++ b/dpdk.spec @@ -11,7 +11,7 @@ Name: dpdk Version: 23.11 -Release: 24 +Release: 25 URL: http://dpdk.org Source: https://fast.dpdk.org/rel/dpdk-%{version}.tar.xz @@ -111,7 +111,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 @@ -306,6 +306,12 @@ fi /usr/sbin/depmod %changelog +* Thu Nov 28 2024 Yongkang Hou - 23.11 -25 +- Type:feature +- ID:NA +- SUG:NA +- DESC:update description + * Mon Nov 11 2024 huangdengdui - 23.11-24 Sync some patchs from upstreaming, includind some bugfixes, hns3 pmd flow rule priority feature, hns3 pmd outer VLAN flow match feature, -- Gitee