Compare commits
11 Commits
99e3265405
...
52059fa837
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
52059fa837 | ||
|
|
08c84e1595 | ||
|
|
dc382d4523 | ||
|
|
3ce233f138 | ||
|
|
c03bb40dd4 | ||
|
|
943cb4a55d | ||
|
|
c1ba4f0634 | ||
|
|
85cebd8a4e | ||
|
|
0e7c033766 | ||
|
|
2b0880593d | ||
|
|
8db58ce96d |
Binary file not shown.
@ -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: fix:File listed twice;unknown 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.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user