Compare commits

..

No commits in common. "52059fa837893b3d11d1b1f8d8fafee5c40fd195" and "99e3265405e0a689873a1119a999332345bf304e" have entirely different histories.

2 changed files with 5 additions and 24 deletions

Binary file not shown.

View File

@ -17,7 +17,7 @@
%endif
%if %{undefined rpm_release}
%define rpm_release B010
%define rpm_release B005
%endif
Name : umdk-urma
@ -25,14 +25,14 @@ Summary : Unified memory development kit
Version : %{rpm_version}
Release : %{rpm_release}
Group : nStack
License : GPL-2.0-only
License : Proprietary
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, systemd
BuildRequires : glib2-devel
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 package contains libraries of hns, such as liburma-hns3.so.
This pachage contains libraries of hns, such as liburma-hns3.so.
%endif
%package devel
@ -134,6 +134,7 @@ 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
@ -173,26 +174,6 @@ 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.