From d7b05231d5075067a189308e0c50c60b16cfa31b Mon Sep 17 00:00:00 2001 From: hubble_zhu Date: Tue, 22 Sep 2020 19:30:58 +0800 Subject: [PATCH 1/2] Add requiries for dpdk-pmdinfo --- dpdk.spec | 3 +++ 1 file changed, 3 insertions(+) diff --git a/dpdk.spec b/dpdk.spec index dbd21d5..0c30d5d 100644 --- a/dpdk.spec +++ b/dpdk.spec @@ -33,6 +33,9 @@ BuildRequires: numactl-devel libconfig-devel BuildRequires: module-init-tools uname-build-checks libnl3 libmnl BuildRequires: glibc glibc-devel libibverbs libibverbs-devel libmnl-devel BuildRequires: texlive + +Requires: pyelftools + %define kern_devel_ver %(uname -r) %description DPDK core includes kernel modules, core libraries and tools. -- Gitee From 7048047ab5ed60dda9ba7288a704621e4e586f04 Mon Sep 17 00:00:00 2001 From: hubble_zhu Date: Tue, 22 Sep 2020 19:56:21 +0800 Subject: [PATCH 2/2] update dpdk.spec --- dpdk.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/dpdk.spec b/dpdk.spec index 0c30d5d..00ac17f 100644 --- a/dpdk.spec +++ b/dpdk.spec @@ -1,6 +1,6 @@ Name: dpdk Version: 19.11 -Release: 2 +Release: 3 Packager: packaging@6wind.com URL: http://dpdk.org %global source_version 19.11 @@ -173,6 +173,9 @@ strip -g $RPM_BUILD_ROOT/lib/modules/${namer}/extra/dpdk/rte_kni.ko /usr/sbin/depmod %changelog +* Tue Sep 22 2020 hubble_zhu - 19.11-3 +-add requires for dpdk-pmdinfo + * Thu Sep 3 2020 zhaowei - 19.11-2 -update source URL -- Gitee