resolves: bz 1361451
This commit is contained in:
parent
e17ab00173
commit
50e63f751e
1
.gitignore
vendored
1
.gitignore
vendored
@ -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
|
||||||
|
13
dpdk.spec
13
dpdk.spec
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user