From 1ae143c003646e62991cc1d3cd37cbe7cbc83fd8 Mon Sep 17 00:00:00 2001 From: hubble_zhu Date: Wed, 23 Sep 2020 14:57:58 +0800 Subject: [PATCH] update pyelftools to python3-pyelftools --- dpdk.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/dpdk.spec b/dpdk.spec index 00ac17f..a25f5da 100644 --- a/dpdk.spec +++ b/dpdk.spec @@ -1,6 +1,6 @@ Name: dpdk Version: 19.11 -Release: 3 +Release: 4 Packager: packaging@6wind.com URL: http://dpdk.org %global source_version 19.11 @@ -34,7 +34,7 @@ BuildRequires: module-init-tools uname-build-checks libnl3 libmnl BuildRequires: glibc glibc-devel libibverbs libibverbs-devel libmnl-devel BuildRequires: texlive -Requires: pyelftools +Requires: python3-pyelftools %define kern_devel_ver %(uname -r) %description @@ -173,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-4 +-update pyelftools to python3-pyelftools + * Tue Sep 22 2020 hubble_zhu - 19.11-3 -add requires for dpdk-pmdinfo -- Gitee