From 66c09ecaf6027683ac7d682a5b4b102eef7cc28f0bfe3c8eb147106a2dd9758c Mon Sep 17 00:00:00 2001 From: Marcus Meissner Date: Tue, 21 Sep 2021 09:21:37 +0000 Subject: [PATCH] Accepting request 915800 from home:Guillaume_G:branches:network - Add BuildRequires kernel-syms and modutils for proper dependencies to be inserted in the resulting binary RPM, as pointed by rpmlint OBS-URL: https://build.opensuse.org/request/show/915800 OBS-URL: https://build.opensuse.org/package/show/network/dpdk?expand=0&rev=128 --- dpdk.changes | 7 +++++++ dpdk.spec | 2 ++ 2 files changed, 9 insertions(+) diff --git a/dpdk.changes b/dpdk.changes index 20eef3c..e6fccd5 100644 --- a/dpdk.changes +++ b/dpdk.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Thu Sep 2 15:42:14 UTC 2021 - Guillaume GARDET + +- Add BuildRequires kernel-syms and modutils for proper + dependencies to be inserted in the resulting binary RPM, as + pointed by rpmlint + ------------------------------------------------------------------- Thu Jul 22 06:00:37 UTC 2021 - Steve Kowalik diff --git a/dpdk.spec b/dpdk.spec index b9987f3..b4b1815 100644 --- a/dpdk.spec +++ b/dpdk.spec @@ -65,10 +65,12 @@ Patch1: 0001-fix-cpu-compatibility.patch Patch2: 0001-SLE15-SP3-compatibility-patch-for-kni.patch BuildRequires: doxygen BuildRequires: fdupes +BuildRequires: kernel-syms BuildRequires: libelf-devel BuildRequires: libmnl-devel BuildRequires: libnuma-devel BuildRequires: libpcap-devel +BuildRequires: modutils BuildRequires: pesign-obs-integration BuildRequires: zlib-devel Conflicts: dpdk-any