parent
4e5070c7a2
commit
916294f506
1
.gitignore
vendored
1
.gitignore
vendored
@ -14,3 +14,4 @@
|
||||
/dpdk-17.11.1.tar.xz
|
||||
/dpdk-17.11.2.tar.xz
|
||||
/dpdk-18.11.tar.xz
|
||||
/dpdk-18.11.2.tar.xz
|
||||
|
@ -8,11 +8,11 @@
|
||||
%bcond_with pdfdoc
|
||||
|
||||
Name: dpdk
|
||||
Version: 18.11
|
||||
Version: 18.11.2
|
||||
Release: 1%{?dist}
|
||||
Epoch: 2
|
||||
URL: http://dpdk.org
|
||||
Source: http://dpdk.org/browse/dpdk/snapshot/dpdk-%{version}.tar.xz
|
||||
Source: https://fast.dpdk.org/rel/dpdk-%{version}.tar.xz
|
||||
|
||||
Patch0: app-pie.patch
|
||||
Patch1: fcf-protection.patch
|
||||
@ -122,7 +122,7 @@ as L2 and L3 forwarding.
|
||||
%define pmddir %{_libdir}/%{name}-pmds
|
||||
|
||||
%prep
|
||||
%setup -q -n dpdk-%{version}
|
||||
%setup -q -n dpdk-stable-%{version}
|
||||
%patch0 -p1
|
||||
%ifarch x86_64 i686
|
||||
%patch1 -p1
|
||||
@ -316,6 +316,9 @@ sed -i -e 's:-%{machine_tmpl}-:-%{machine}-:g' %{buildroot}/%{_sysconfdir}/profi
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Tue Jun 25 2019 Timothy Redaelli <tredaelli@redhat.com> - 2:18.11.2-1
|
||||
- Update to latest 18.11 LTS (bz1721056)
|
||||
|
||||
* Thu Feb 28 2019 Timothy Redaelli <tredaelli@redhat.com> - 2:18.11.0-1
|
||||
- Update to latest LTS release (bz1684107)
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (dpdk-18.11.tar.xz) = 5b9ff61bcff833ade7a4542923f6f1f6ebf31b33856d540c93138bfffd0f29cabe5de3fb0379de855c16e3a6c9a2034b38113d02f234a67a5704edc8a0342a65
|
||||
SHA512 (dpdk-18.11.2.tar.xz) = 901017bb2d9f3079813182d67c532ae515a61dffc7add589267dbc18df8da13232024a7e9f54ae559d8833575bfd7631beef7cee28ec529700e97cd4ae602812
|
||||
|
Loading…
Reference in New Issue
Block a user