resolves: bz 1361451

This commit is contained in:
Neil Horman 2016-08-02 15:05:13 -04:00 committed by Neil Horman
parent e17ab00173
commit 50e63f751e
3 changed files with 11 additions and 5 deletions

1
.gitignore vendored
View File

@ -4,3 +4,4 @@
/dpdk-2.1.0.tar.gz /dpdk-2.1.0.tar.gz
/dpdk-2.2.0.tar.gz /dpdk-2.2.0.tar.gz
/dpdk-16.04.tar.gz /dpdk-16.04.tar.gz
/dpdk-16.07.tar.xz

View File

@ -8,10 +8,10 @@
%bcond_with pdfdoc %bcond_with pdfdoc
Name: dpdk Name: dpdk
Version: 16.04 Version: 16.07
Release: 1%{?dist} Release: 1%{?dist}
URL: http://dpdk.org 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 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 %files
# BSD # BSD
%{_bindir}/testpmd %{_bindir}/testpmd
%{_bindir}/dpdk_proc_info %{_bindir}/dpdk-procinfo
%if %{with shared} %if %{with shared}
%{_libdir}/*.so.* %{_libdir}/*.so.*
%{pmddir}/ %{pmddir}/
@ -243,7 +243,9 @@ sed -i -e 's:-%{machine_tmpl}-:-%{machine}-:g' %{buildroot}/%{_sysconfdir}/profi
%if %{with tools} %if %{with tools}
%files tools %files tools
%{sdkdir}/tools/ %{sdkdir}/tools/
%{_sbindir}/dpdk_nic_bind %{_sbindir}/dpdk-devbind
%{_bindir}/dpdk-pdump
%{_bindir}/dpdk-pmdinfo
%endif %endif
%if %{with examples} %if %{with examples}
@ -253,6 +255,9 @@ sed -i -e 's:-%{machine_tmpl}-:-%{machine}-:g' %{buildroot}/%{_sysconfdir}/profi
%endif %endif
%changelog %changelog
* Tue Aug 02 2016 Neil Horman <nhorman@redhat.com> - 16.07-1
* Update to 16.07
* Thu Apr 14 2016 Panu Matilainen <pmatilai@redhat.com> - 16.04-1 * Thu Apr 14 2016 Panu Matilainen <pmatilai@redhat.com> - 16.04-1
- Update to 16.04 - Update to 16.04
- Drop all patches, they're not needed anymore - Drop all patches, they're not needed anymore

View File

@ -1 +1 @@
0728d506d7f56eb64233e824fa3c098a dpdk-16.04.tar.gz 690a2bb570103e58d12f9806e8bf21be dpdk-16.07.tar.xz