fix yum update dpdk-tools conflict with dpdk-devel
Signed-off-by: LemmyHuang <huangliming5@huawei.com>
This commit is contained in:
parent
05964c8aca
commit
6d4db4fbcf
@ -1,6 +1,6 @@
|
||||
Name: dpdk
|
||||
Version: 19.11
|
||||
Release: 8
|
||||
Release: 9
|
||||
Packager: packaging@6wind.com
|
||||
URL: http://dpdk.org
|
||||
%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
|
||||
%{_datadir}/dpdk/usertools/*.py
|
||||
%{_datadir}/dpdk/usertools/*.sh
|
||||
%{_sbindir}/dpdk-devbind
|
||||
/lib/modules/%{kern_devel_ver}/extra/dpdk/*
|
||||
/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/%{target}
|
||||
%{_datadir}/dpdk/examples
|
||||
%{_sbindir}/*
|
||||
%{_bindir}/*
|
||||
%{_libdir}/*
|
||||
%dir /usr/include/%{name}-%{version}/
|
||||
/usr/include/%{name}-%{version}/*
|
||||
%dir /usr/include/dpdk/
|
||||
/usr/include/dpdk/*
|
||||
%exclude /usr/bin/dpdk-pdump
|
||||
|
||||
%files doc
|
||||
#%doc %{_docdir}/dpdk
|
||||
@ -189,6 +190,9 @@ strip -g $RPM_BUILD_ROOT/lib/modules/${namer}/extra/dpdk/rte_kni.ko
|
||||
/usr/sbin/depmod
|
||||
|
||||
%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
|
||||
- fix compilation error of max-inline-insns-single-o2 limit reached
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user