Add sw64 architecture

Signed-off-by: wzx <wuzx1226@qq.com>
This commit is contained in:
wzx 2022-11-03 15:46:51 +08:00
parent ecd47e34f6
commit 56e474e66a

View File

@ -1,5 +1,5 @@
%global _version 2.0.7 %global _version 2.0.7
%global _release 3 %global _release 4
Name: clibcni Name: clibcni
Version: %{_version} Version: %{_version}
Release: %{_release} Release: %{_release}
@ -34,7 +34,7 @@ focus, CNI has a wide range of support and the specification is simple to implem
%package devel %package devel
Summary: Huawei CNI C Library Summary: Huawei CNI C Library
Group: Libraries Group: Libraries
ExclusiveArch: x86_64 aarch64 ExclusiveArch: x86_64 aarch64 sw_64
Requires: %{name} = %{version}-%{release} Requires: %{name} = %{version}-%{release}
%description devel %description devel
@ -88,6 +88,12 @@ rm -rf %{buildroot}
%{_libdir}/pkgconfig/%{name}.pc %{_libdir}/pkgconfig/%{name}.pc
%changelog %changelog
* Thu Nov 3 wuzx<wuzx1226@qq.com> - 2.0.7-4
- Type:feature
- CVE:NA
- SUG:NA
- DESC:Add sw64 architecture
* Tue Oct 18 2022 zhangxiaoyu <zhangxiaoyu58@huawei.com> - 2.0.7-3 * Tue Oct 18 2022 zhangxiaoyu <zhangxiaoyu58@huawei.com> - 2.0.7-3
- Type: enhancement - Type: enhancement
- ID: NA - ID: NA