From 934ed56ffae984610b184e6bcca0fda9501d9676 Mon Sep 17 00:00:00 2001 From: hubble_zhu Date: Thu, 24 Sep 2020 10:16:51 +0800 Subject: [PATCH] Add requires for dpdk-pmdinfo --- dpdk.spec | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/dpdk.spec b/dpdk.spec index dbd21d5..83994da 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 @@ -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: python3-pyelftools + %define kern_devel_ver %(uname -r) %description DPDK core includes kernel modules, core libraries and tools. @@ -170,6 +173,9 @@ strip -g $RPM_BUILD_ROOT/lib/modules/${namer}/extra/dpdk/rte_kni.ko /usr/sbin/depmod %changelog +* Wed Sep 23 2020 hubble_zhu - 19.11-3 +-Add requires for dpdk-pmdinfo + * Thu Sep 3 2020 zhaowei - 19.11-2 -update source URL -- Gitee