Dominique Leuenberger 2019-06-17 19:35:03 +00:00 committed by Git OBS Bridge
commit 8ea7bd650c
6 changed files with 21 additions and 7 deletions

3
dpdk-18.11.2.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:266bb2d149b16252335b106c7ca394434ecaa1fbfd59fc3789375e556746761a
size 11370496

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:76543b0a96f9e10a39a341eb137b363d26ece9b508d3f307668e91281d7a72fd
size 11346132

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Mon Jun 17 17:14:01 CEST 2019 - ndas@suse.de
- Minor Update to 18.11.3
* List of fixes can be found in
https://doc.dpdk.org/guides-18.11/rel_notes/release_18_11.html#fixes
-------------------------------------------------------------------
Mon Apr 29 17:14:01 CEST 2019 - ndas@suse.de

View File

@ -46,7 +46,7 @@
# Do NOT edit this auto generated file! Edit dpdk.spec instead
# and run 'pre_checkin.sh' before committing
Name: dpdk-thunderx
Version: 18.11
Version: 18.11.2
Release: 0
Summary: Set of libraries and drivers for fast packet processing (thunderx)
License: BSD-3-Clause AND GPL-2.0-only AND LGPL-2.1-only
@ -150,7 +150,7 @@ The DPDK Kernel NIC Interface (KNI) allows userspace applications access to the
%prep
# can't use %{name} because of dpdk-thunderx
%setup -q -n dpdk-%{version}
%setup -q -n dpdk-stable-%{version}
%patch1 -p1 -z .init
# This fixes CROSS compilation (broken) in the mk file for ThunderX

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Mon Jun 17 17:14:01 CEST 2019 - ndas@suse.de
- Minor Update to 18.11.3
* List of fixes can be found in
https://doc.dpdk.org/guides-18.11/rel_notes/release_18_11.html#fixes
-------------------------------------------------------------------
Mon Apr 29 17:14:01 CEST 2019 - ndas@suse.de

View File

@ -44,7 +44,7 @@
%define lname libdpdk-%{maj}_%{min}
Name: dpdk
Version: 18.11
Version: 18.11.2
Release: 0
Summary: Set of libraries and drivers for fast packet processing
License: BSD-3-Clause AND GPL-2.0-only AND LGPL-2.1-only
@ -148,7 +148,7 @@ The DPDK Kernel NIC Interface (KNI) allows userspace applications access to the
%prep
# can't use %{name} because of dpdk-thunderx
%setup -q -n dpdk-%{version}
%setup -q -n dpdk-stable-%{version}
%patch1 -p1 -z .init
# This fixes CROSS compilation (broken) in the mk file for ThunderX