From 889f601f5e726a7c98fda91705f5514e2406b0cb Mon Sep 17 00:00:00 2001 From: Honggang LI Date: Thu, 7 Jul 2022 12:02:45 +0800 Subject: [PATCH] Remove duplicated BuildRequires python-pyelftools python-pyelftools also provided by package python3-pyelftools. Signed-off-by: Honggang LI --- dpdk.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/dpdk.spec b/dpdk.spec index 6d8a142..8ca60c8 100644 --- a/dpdk.spec +++ b/dpdk.spec @@ -1,6 +1,6 @@ Name: dpdk Version: 21.11 -Release: 13 +Release: 14 Packager: packaging@6wind.com URL: http://dpdk.org %global source_version 21.11 @@ -139,7 +139,7 @@ License: BSD and LGPLv2 and GPLv2 ExclusiveArch: i686 x86_64 aarch64 -BuildRequires: meson ninja-build gcc diffutils python3-pyelftools python-pyelftools +BuildRequires: meson ninja-build gcc diffutils python3-pyelftools BuildRequires: kernel-devel numactl-devel BuildRequires: libpcap libpcap-devel BuildRequires: rdma-core-devel @@ -253,6 +253,9 @@ strip -g $RPM_BUILD_ROOT/lib/modules/%{kern_devel_ver}/extra/dpdk/igb_uio.ko /usr/sbin/depmod %changelog +* Thu Jul 07 2022 Honggang Li - 21.11-14 +- Remove duplicated BuildRequires python-pyelftools + * Tue Jul 05 2022 Honggang Li - 21.11-13 - Build mlx5 and mlx4 PMD -- Gitee