!5 URMA: 更新最新 umdk 源码仓代码,其中新增了 hns3 驱动的代码

From: @yizhen-fan 
Reviewed-by: @qianguoxin 
Signed-off-by: @qianguoxin
This commit is contained in:
openeuler-ci-bot 2023-10-13 08:42:21 +00:00 committed by Gitee
commit ce7e45be0a
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
2 changed files with 15 additions and 1 deletions

Binary file not shown.

View File

@ -14,7 +14,7 @@
%endif
%if %{undefined rpm_release}
%define rpm_release B003
%define rpm_release B004
%endif
Name : umdk-urma
@ -44,6 +44,12 @@ Summary: Basic URMA libraries of UMDK
%description lib
This package contains basic URMA libraries of UMDK, such as liburma.so.
%package compat-hns-lib
Summary: Libraries of hns
%description compat-hns-lib
This pachage contains libraries of hns, such as liburma-hns3.so.
%package devel
Summary: Include Files and Libraries mandatory for URMA
Requires: umdk-urma-lib = %{version}
@ -107,6 +113,10 @@ if [ -x %{_bindir}/systemctl ] && [ -x %{_sbindir}/rsyslogd ]; then
%{_bindir}/systemctl restart rsyslog >/dev/null 2>&1
fi
%files compat-hns-lib
%defattr(-,root,root)
%{_libdir}/liburma-hns3.so
%files devel
%defattr(-,root,root)
%dir %{_includedir}/umdk
@ -144,6 +154,10 @@ fi
%endif
%changelog
* Fri Oct 13 2023 Yizhen Fan <fanyizhen@huawei.com> - 1.3.0-B004
- Type:feature
- DESC:update source code, add hw hns3 lib
* Wed Oct 11 2023 Yizhen Fan <fanyizhen@huawei.com> - 1.3.0-B003
- Type:bugfix
- DESC:change name of spec to umdk-urma