From 50e63f751efbbfb7e1bdd5ca45e5aaa5abc47751 Mon Sep 17 00:00:00 2001 From: Neil Horman Date: Tue, 2 Aug 2016 15:05:13 -0400 Subject: [PATCH] resolves: bz 1361451 --- .gitignore | 1 + dpdk.spec | 13 +++++++++---- sources | 2 +- 3 files changed, 11 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index 46e70e9..a420e63 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ /dpdk-2.1.0.tar.gz /dpdk-2.2.0.tar.gz /dpdk-16.04.tar.gz +/dpdk-16.07.tar.xz diff --git a/dpdk.spec b/dpdk.spec index 457af68..1b5103e 100644 --- a/dpdk.spec +++ b/dpdk.spec @@ -8,10 +8,10 @@ %bcond_with pdfdoc Name: dpdk -Version: 16.04 +Version: 16.07 Release: 1%{?dist} URL: http://dpdk.org -Source: http://dpdk.org/browse/dpdk/snapshot/dpdk-%{version}.tar.gz +Source: http://dpdk.org/browse/dpdk/snapshot/dpdk-%{version}.tar.xz Summary: Set of libraries and drivers for fast packet processing @@ -213,7 +213,7 @@ sed -i -e 's:-%{machine_tmpl}-:-%{machine}-:g' %{buildroot}/%{_sysconfdir}/profi %files # BSD %{_bindir}/testpmd -%{_bindir}/dpdk_proc_info +%{_bindir}/dpdk-procinfo %if %{with shared} %{_libdir}/*.so.* %{pmddir}/ @@ -243,7 +243,9 @@ sed -i -e 's:-%{machine_tmpl}-:-%{machine}-:g' %{buildroot}/%{_sysconfdir}/profi %if %{with tools} %files tools %{sdkdir}/tools/ -%{_sbindir}/dpdk_nic_bind +%{_sbindir}/dpdk-devbind +%{_bindir}/dpdk-pdump +%{_bindir}/dpdk-pmdinfo %endif %if %{with examples} @@ -253,6 +255,9 @@ sed -i -e 's:-%{machine_tmpl}-:-%{machine}-:g' %{buildroot}/%{_sysconfdir}/profi %endif %changelog +* Tue Aug 02 2016 Neil Horman - 16.07-1 +* Update to 16.07 + * Thu Apr 14 2016 Panu Matilainen - 16.04-1 - Update to 16.04 - Drop all patches, they're not needed anymore diff --git a/sources b/sources index 9d95e2e..a67e3d1 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -0728d506d7f56eb64233e824fa3c098a dpdk-16.04.tar.gz +690a2bb570103e58d12f9806e8bf21be dpdk-16.07.tar.xz