diff --git a/openvswitch.changes b/openvswitch.changes index 0a4e47b..61b6d32 100644 --- a/openvswitch.changes +++ b/openvswitch.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Jun 20 12:00:42 UTC 2019 - + +- Update DPDK dependency to support DPDK 18.11.2. + ------------------------------------------------------------------- Mon Jun 10 17:12:00 UTC 2019 - diff --git a/openvswitch.spec b/openvswitch.spec index c390b29..e81ffcf 100644 --- a/openvswitch.spec +++ b/openvswitch.spec @@ -12,7 +12,7 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # # needssslcertforbuild @@ -119,7 +119,8 @@ 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. This version currently requires 18.11. -BuildRequires: dpdk-devel = 18.11 +BuildRequires: dpdk-devel < 18.12 +BuildRequires: dpdk-devel >= 18.11 BuildRequires: libmnl-devel BuildRequires: libnuma-devel BuildRequires: libpcap-devel