!37 fix yum update dpdk-tools conflict with dpdk-devel
From: @LemmyHuang Reviewed-by: @hubble_zhu Signed-off-by: @hubble_zhu
This commit is contained in:
commit
965df1090e
@ -1,6 +1,6 @@
|
|||||||
Name: dpdk
|
Name: dpdk
|
||||||
Version: 19.11
|
Version: 19.11
|
||||||
Release: 8
|
Release: 9
|
||||||
Packager: packaging@6wind.com
|
Packager: packaging@6wind.com
|
||||||
URL: http://dpdk.org
|
URL: http://dpdk.org
|
||||||
%global source_version 19.11
|
%global source_version 19.11
|
||||||
@ -157,6 +157,7 @@ strip -g $RPM_BUILD_ROOT/lib/modules/${namer}/extra/dpdk/rte_kni.ko
|
|||||||
%dir %{_datadir}/dpdk
|
%dir %{_datadir}/dpdk
|
||||||
%{_datadir}/dpdk/usertools/*.py
|
%{_datadir}/dpdk/usertools/*.py
|
||||||
%{_datadir}/dpdk/usertools/*.sh
|
%{_datadir}/dpdk/usertools/*.sh
|
||||||
|
%{_sbindir}/dpdk-devbind
|
||||||
/lib/modules/%{kern_devel_ver}/extra/dpdk/*
|
/lib/modules/%{kern_devel_ver}/extra/dpdk/*
|
||||||
/lib64/librte*.so*
|
/lib64/librte*.so*
|
||||||
|
|
||||||
@ -166,13 +167,13 @@ strip -g $RPM_BUILD_ROOT/lib/modules/${namer}/extra/dpdk/rte_kni.ko
|
|||||||
%{_datadir}/dpdk/buildtools
|
%{_datadir}/dpdk/buildtools
|
||||||
%{_datadir}/dpdk/%{target}
|
%{_datadir}/dpdk/%{target}
|
||||||
%{_datadir}/dpdk/examples
|
%{_datadir}/dpdk/examples
|
||||||
%{_sbindir}/*
|
|
||||||
%{_bindir}/*
|
%{_bindir}/*
|
||||||
%{_libdir}/*
|
%{_libdir}/*
|
||||||
%dir /usr/include/%{name}-%{version}/
|
%dir /usr/include/%{name}-%{version}/
|
||||||
/usr/include/%{name}-%{version}/*
|
/usr/include/%{name}-%{version}/*
|
||||||
%dir /usr/include/dpdk/
|
%dir /usr/include/dpdk/
|
||||||
/usr/include/dpdk/*
|
/usr/include/dpdk/*
|
||||||
|
%exclude /usr/bin/dpdk-pdump
|
||||||
|
|
||||||
%files doc
|
%files doc
|
||||||
#%doc %{_docdir}/dpdk
|
#%doc %{_docdir}/dpdk
|
||||||
@ -189,6 +190,9 @@ strip -g $RPM_BUILD_ROOT/lib/modules/${namer}/extra/dpdk/rte_kni.ko
|
|||||||
/usr/sbin/depmod
|
/usr/sbin/depmod
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Jan 28 2021 huangliming<huangliming5@huawei.com> - 19.11-9
|
||||||
|
-fix yum update dpdk-tools conflict with dpdk-devel
|
||||||
|
|
||||||
* Thu Jan 28 2021 huangliming<huangliming5@huawei.com> - 19.11-8
|
* Thu Jan 28 2021 huangliming<huangliming5@huawei.com> - 19.11-8
|
||||||
- fix compilation error of max-inline-insns-single-o2 limit reached
|
- fix compilation error of max-inline-insns-single-o2 limit reached
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user