Resolves: bz 1450021
This commit is contained in:
parent
8816b75a33
commit
9890c7a8d0
1
.gitignore
vendored
1
.gitignore
vendored
@ -7,3 +7,4 @@
|
||||
/dpdk-16.07.tar.xz
|
||||
/dpdk-16.11.tar.xz
|
||||
/dpdk-17.02.tar.xz
|
||||
/dpdk-17.05.tar.xz
|
||||
|
@ -8,12 +8,11 @@
|
||||
%bcond_with pdfdoc
|
||||
|
||||
Name: dpdk
|
||||
Version: 17.02
|
||||
Release: 2%{?dist}
|
||||
Version: 17.05
|
||||
Release: 1%{?dist}
|
||||
URL: http://dpdk.org
|
||||
Source: http://dpdk.org/browse/dpdk/snapshot/dpdk-%{version}.tar.xz
|
||||
Patch1: lengthfix.patch
|
||||
Patch2: makefix.patch
|
||||
|
||||
Summary: Set of libraries and drivers for fast packet processing
|
||||
|
||||
@ -120,7 +119,6 @@ as L2 and L3 forwarding.
|
||||
%prep
|
||||
%setup -q
|
||||
%patch1 -p1 -b .lengthfix
|
||||
%patch2 -p1 -b .makefix
|
||||
|
||||
%build
|
||||
# set up a method for modifying the resulting .config file
|
||||
@ -273,6 +271,9 @@ sed -i -e 's:-%{machine_tmpl}-:-%{machine}-:g' %{buildroot}/%{_sysconfdir}/profi
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Mon May 15 2017 Neil Horman <nhorman@redhat.com> - 17.05-1
|
||||
- Update to latest upstream
|
||||
|
||||
* Fri Feb 24 2017 Neil Horman <nhorman@redhat.com> - 17-02-2
|
||||
- Add python dependency (#1426561)
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (dpdk-17.02.tar.xz) = 57ca7ce11f31af7e030684d22a77702dc972e9ee35a609e38af228aeb2090defe50d27b8ed14b088a8c6a448ee8a3d3c72fb95cfd6d7af78e6852d2e5f65d57f
|
||||
SHA512 (dpdk-17.05.tar.xz) = 3ffbc56c480962d59776cdc9e6eaaaedec9d0d6433c854203b947b5c9df1fb25730f06f100c787b19a589fad693a544da04f3efb82029b00b5b27488e01f4272
|
||||
|
Loading…
Reference in New Issue
Block a user