Compare commits
No commits in common. "52059fa837893b3d11d1b1f8d8fafee5c40fd195" and "99e3265405e0a689873a1119a999332345bf304e" have entirely different histories.
52059fa837
...
99e3265405
Binary file not shown.
@ -17,7 +17,7 @@
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%if %{undefined rpm_release}
|
%if %{undefined rpm_release}
|
||||||
%define rpm_release B010
|
%define rpm_release B005
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
Name : umdk-urma
|
Name : umdk-urma
|
||||||
@ -25,14 +25,14 @@ Summary : Unified memory development kit
|
|||||||
Version : %{rpm_version}
|
Version : %{rpm_version}
|
||||||
Release : %{rpm_release}
|
Release : %{rpm_release}
|
||||||
Group : nStack
|
Group : nStack
|
||||||
License : GPL-2.0-only
|
License : Proprietary
|
||||||
Provides : Huawei Technologies Co., Ltd
|
Provides : Huawei Technologies Co., Ltd
|
||||||
Source0 : %{name}-%{version}.tar.gz
|
Source0 : %{name}-%{version}.tar.gz
|
||||||
BuildRoot : %{_buildirootdir}/%{name}-%{version}-build
|
BuildRoot : %{_buildirootdir}/%{name}-%{version}-build
|
||||||
BuildArch : x86_64 aarch64
|
BuildArch : x86_64 aarch64
|
||||||
ExclusiveArch : aarch64
|
ExclusiveArch : aarch64
|
||||||
BuildRequires : rpm-build, make, cmake, gcc, gcc-c++, glibc-devel
|
BuildRequires : rpm-build, make, cmake, gcc, gcc-c++, glibc-devel
|
||||||
BuildRequires : glib2-devel, systemd
|
BuildRequires : glib2-devel
|
||||||
Requires: glibc, glib2
|
Requires: glibc, glib2
|
||||||
%if %{with asan}
|
%if %{with asan}
|
||||||
Requires: libasan
|
Requires: libasan
|
||||||
@ -52,7 +52,7 @@ This package contains basic URMA libraries of UMDK, such as liburma.so.
|
|||||||
Summary: Libraries of hns
|
Summary: Libraries of hns
|
||||||
|
|
||||||
%description compat-hns-lib
|
%description compat-hns-lib
|
||||||
This package contains libraries of hns, such as liburma-hns3.so.
|
This pachage contains libraries of hns, such as liburma-hns3.so.
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%package devel
|
%package devel
|
||||||
@ -134,6 +134,7 @@ fi
|
|||||||
%dir %{_includedir}/umdk/common
|
%dir %{_includedir}/umdk/common
|
||||||
%{_includedir}/umdk/urma_*.h
|
%{_includedir}/umdk/urma_*.h
|
||||||
%{_includedir}/umdk/ub_errno.h
|
%{_includedir}/umdk/ub_errno.h
|
||||||
|
%{_includedir}/umdk/urma_provider.h
|
||||||
%{_includedir}/umdk/common/ub_*.h
|
%{_includedir}/umdk/common/ub_*.h
|
||||||
%{_includedir}/umdk/common/urma_*.h
|
%{_includedir}/umdk/common/urma_*.h
|
||||||
|
|
||||||
@ -173,26 +174,6 @@ fi
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%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
|
* Thu Nov 23 2023 Yizhen Fan <fanyizhen@huawei.com> - 1.3.0-B005
|
||||||
- Type:feature
|
- Type:feature
|
||||||
- DESC:add new feature for urma.
|
- DESC:add new feature for urma.
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user