Compare commits

...

11 Commits

Author SHA1 Message Date
openeuler-ci-bot
52059fa837
!52 拼写错误
From: @lvzhl 
Reviewed-by: @qianguoxin 
Signed-off-by: @qianguoxin
2024-09-24 07:48:31 +00:00
lvzhonglin
08c84e1595 update version 2024-09-24 15:29:43 +08:00
lvzhonglin
dc382d4523 spell mistake 2024-09-24 15:22:24 +08:00
openeuler-ci-bot
3ce233f138
!48 修改spec文件中的License
From: @lijuzhang 
Reviewed-by: @qianguoxin 
Signed-off-by: @qianguoxin
2024-09-24 06:16:37 +00:00
lijuzhang
c03bb40dd4 update License 2024-09-18 18:10:31 +08:00
openeuler-ci-bot
943cb4a55d
!26 解决构建报错File must begin with "/": %{_unitdir}/uvsd.service
From: @lijuzhang 
Reviewed-by: @qianguoxin 
Signed-off-by: @qianguoxin
2024-07-30 06:55:07 +00:00
lijuzhang
c1ba4f0634 add BuildRequires:systemd 2024-07-30 14:40:44 +08:00
openeuler-ci-bot
85cebd8a4e
!16 [sync] PR-14: urma: modify SO_REUSEADDR to SO_REUSEPORT
From: @openeuler-sync-bot 
Reviewed-by: @qianguoxin 
Signed-off-by: @qianguoxin
2023-11-29 07:17:53 +00:00
fanyizhen1995
0e7c033766 modify SO_REUSEADDR to SO_REUSEPORT
(cherry picked from commit 3d688ceb3b583b4127dfb0b0a1827f19746c350f)
2023-11-29 14:11:51 +08:00
openeuler-ci-bot
2b0880593d
!13 [sync] PR-11: ub: Fix bugs in urma kernel and user lib
From: @openeuler-sync-bot 
Reviewed-by: @qianguoxin 
Signed-off-by: @qianguoxin
2023-11-28 06:47:31 +00:00
fanyizhen1995
8db58ce96d ub: Fix bugs in urma kernel and user lib
(cherry picked from commit 6b3a4c45648b8b0846380c91a37f35f2e9754f16)
2023-11-28 14:13:32 +08:00
2 changed files with 24 additions and 5 deletions

Binary file not shown.

View File

@ -17,7 +17,7 @@
%endif
%if %{undefined rpm_release}
%define rpm_release B005
%define rpm_release B010
%endif
Name : umdk-urma
@ -25,14 +25,14 @@ Summary : Unified memory development kit
Version : %{rpm_version}
Release : %{rpm_release}
Group : nStack
License : Proprietary
License : GPL-2.0-only
Provides : Huawei Technologies Co., Ltd
Source0 : %{name}-%{version}.tar.gz
BuildRoot : %{_buildirootdir}/%{name}-%{version}-build
BuildArch : x86_64 aarch64
ExclusiveArch : aarch64
BuildRequires : rpm-build, make, cmake, gcc, gcc-c++, glibc-devel
BuildRequires : glib2-devel
BuildRequires : glib2-devel, systemd
Requires: glibc, glib2
%if %{with asan}
Requires: libasan
@ -52,7 +52,7 @@ This package contains basic URMA libraries of UMDK, such as liburma.so.
Summary: Libraries of hns
%description compat-hns-lib
This pachage contains libraries of hns, such as liburma-hns3.so.
This package contains libraries of hns, such as liburma-hns3.so.
%endif
%package devel
@ -134,7 +134,6 @@ fi
%dir %{_includedir}/umdk/common
%{_includedir}/umdk/urma_*.h
%{_includedir}/umdk/ub_errno.h
%{_includedir}/umdk/urma_provider.h
%{_includedir}/umdk/common/ub_*.h
%{_includedir}/umdk/common/urma_*.h
@ -174,6 +173,26 @@ fi
%endif
%changelog
* Tue Sep 24 2024 lvzhonglin <lvzhonglin@inspur.com> - 1.3.0-B010
- Type:bugfix
- DESC: spell mistake
* WED Sep 18 2024 lijuzhang <lijuzhang@inspur.com> - 1.3.0-B009
- Type:bugfix
- DESC: update License
* Thu May 23 2024 lijuzhang <lijuzhang@inspur.com> - 1.3.0-B008
- Type:bugfix
- DESC: fixFile listed twiceunknown macro %{_unitdir}
* Wed Nov 29 2023 Yizhen Fan <fanyizhen@huawei.com> - 1.3.0-B007
- Type:bugfix
- DESC:modify SO_REUSEADDR to SO_REUSEPORT
* Tue Nov 28 2023 Yizhen Fan <fanyizhen@huawei.com> - 1.3.0-B006
- Type:bugfix
- DESC:fix bugs detected in urma
* Thu Nov 23 2023 Yizhen Fan <fanyizhen@huawei.com> - 1.3.0-B005
- Type:feature
- DESC:add new feature for urma.