!22 sync urma tag
From: @chen-wen1s Reviewed-by: @fangfang-yan Signed-off-by: @fangfang-yan
This commit is contained in:
commit
e33cb0786a
Binary file not shown.
@ -17,7 +17,7 @@
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%if %{undefined rpm_release}
|
%if %{undefined rpm_release}
|
||||||
%define rpm_release B008
|
%define rpm_release B009
|
||||||
%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 : Proprietary
|
License : GPL-2.0-only
|
||||||
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, systemd, libnl3-devel, openssl-devel
|
||||||
Requires: glibc, glib2
|
Requires: glibc, glib2
|
||||||
%if %{with asan}
|
%if %{with asan}
|
||||||
Requires: libasan
|
Requires: libasan
|
||||||
@ -137,6 +137,8 @@ fi
|
|||||||
%{_includedir}/umdk/urma_provider.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
|
||||||
|
%{_includedir}/umdk/uvs_api.h
|
||||||
|
%{_includedir}/umdk/uvs_types.h
|
||||||
|
|
||||||
%files tools
|
%files tools
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
@ -174,6 +176,8 @@ fi
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed May 22 2024 WenChen <chenwen54@huawei.com> - 1.3.0-B009
|
||||||
|
- add sync urma_tag
|
||||||
* Fri Mar 22 2024 panchenbo <panchenbo@kylinsec.com.cn> - 1.3.0-B008
|
* Fri Mar 22 2024 panchenbo <panchenbo@kylinsec.com.cn> - 1.3.0-B008
|
||||||
- add BuildRequires:systemd for %{_unitdir} Macros
|
- add BuildRequires:systemd for %{_unitdir} Macros
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user