From 01308b18d8040a318ec262c7b4e8bcce4d6ed684 Mon Sep 17 00:00:00 2001 From: Min Zhou Date: Mon, 10 Jul 2023 20:42:49 +0800 Subject: [PATCH] fix changelog for not in descending chronological order Otherwise, rpmbuild will complain about the following error and stop building: error: %changelog not in descending chronological order Signed-off-by: Min Zhou --- dpdk.spec | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/dpdk.spec b/dpdk.spec index 55fb3fc..2928765 100644 --- a/dpdk.spec +++ b/dpdk.spec @@ -596,6 +596,15 @@ strip -g $RPM_BUILD_ROOT/lib/modules/%{kern_devel_ver}/extra/dpdk/igb_uio.ko - net/hns3: declare flow rule keeping capability - app/testpmd: add --disable-flow-flush option +* Tue Feb 28 2023 jiangheng - 21.11-32 +- linux/igb_uio: fix build with kernel 5.18+ + +* Tue Feb 28 2023 jiangheng - 21.11-31 +- remove unused patch + +* Mon Feb 27 2023 jiangheng - 21.11-30 +- fix build failed due to kernel upgrate to 6.1 + * Tue Feb 21 2023 chenjiji - 21.11-33 refactor Rc/Tx function of hns3 PMD And patchs are as follows: @@ -606,15 +615,6 @@ strip -g $RPM_BUILD_ROOT/lib/modules/%{kern_devel_ver}/extra/dpdk/igb_uio.ko - net/hns3: make getting Tx function static - net/hns3: extract common functions to set Rx/Tx -* Tue Feb 28 2023 jiangheng - 21.11-32 -- linux/igb_uio: fix build with kernel 5.18+ - -* Tue Feb 28 2023 jiangheng - 21.11-31 -- remove unused patch - -* Mon Feb 27 2023 jiangheng - 21.11-30 -- fix build failed due to kernel upgrate to 6.1 - * Tue Feb 14 2023 chenjiji - 21.11-29 Sync some RSS bugfix for hns3 PMD. And patchs are as follows: - net/hns3: fix log about indirection table size -- Gitee