From 920b9cedb962f9f0b5a0f86eda881db63ead5b5546014d6b25931bc1ed4ac07b Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sat, 14 May 2022 16:04:31 +0000 Subject: [PATCH] Accepting request 977074 from home:dimstar:Factory - Allow dpdk version 21.11. OBS-URL: https://build.opensuse.org/request/show/977074 OBS-URL: https://build.opensuse.org/package/show/network/openvswitch?expand=0&rev=227 --- openvswitch.changes | 5 +++++ openvswitch.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/openvswitch.changes b/openvswitch.changes index e4942bc..f8f31a0 100644 --- a/openvswitch.changes +++ b/openvswitch.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri May 13 15:52:24 UTC 2022 - Dominique Leuenberger + +- Allow dpdk version 21.11. + ------------------------------------------------------------------- Fri Apr 22 20:42:31 UTC 2022 - Ferdinand Thiessen diff --git a/openvswitch.spec b/openvswitch.spec index 1daf083..ec307f9 100644 --- a/openvswitch.spec +++ b/openvswitch.spec @@ -107,7 +107,7 @@ Suggests: openvswitch-kmp # We need to be a bit strict with the dpdk version since # it's very possible for DPDK to change it's API between # releases. -BuildRequires: dpdk-devel <= 21.11 +BuildRequires: dpdk-devel <= 21.12 BuildRequires: dpdk-devel >= 20.11.0 BuildRequires: libmnl-devel BuildRequires: libnuma-devel