!156 [sync] PR-153: riscv64: fix typo in spec file

From: @openeuler-sync-bot 
Reviewed-by: @xuxuepeng 
Signed-off-by: @xuxuepeng
This commit is contained in:
openeuler-ci-bot 2025-01-23 07:50:17 +00:00 committed by Gitee
commit ee47ebf809
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -2,7 +2,7 @@
%global debug_package %{nil} %global debug_package %{nil}
%define VERSION 3.2.0 %define VERSION 3.2.0
%define RELEASE 5 %define RELEASE 6
Name: kata-containers Name: kata-containers
Version: %{VERSION} Version: %{VERSION}
@ -41,7 +41,7 @@ cd %{_builddir}/kernel/linux/
%ifarch %{ix86} x86_64 %ifarch %{ix86} x86_64
cp %{_builddir}/kata_integration/hack/config-kata-x86_64 ./.config cp %{_builddir}/kata_integration/hack/config-kata-x86_64 ./.config
%elifarch riscv64 %elifarch riscv64
cp arch/riscv/config/openeuler_defconfig ./.config cp arch/riscv/configs/openeuler_defconfig ./.config
%else %else
cp %{_builddir}/kata_integration/hack/config-kata-arm64 ./.config cp %{_builddir}/kata_integration/hack/config-kata-arm64 ./.config
%endif %endif
@ -117,6 +117,12 @@ strip %{buildroot}/usr/bin/containerd-shim-kata-v2
%doc %doc
%changelog %changelog
* Fri Dec 27 2024 laokz <zhangkai@iscas.ac.cn> - 3.2.0-6
- Type:bugfix
- ID:NA
- SUG:NA
- DESC:riscv64: fix typo
* Wed Nov 27 2024 heruoqing <heruoqing@iscas.ac.cn> - 3.2.0-5 * Wed Nov 27 2024 heruoqing <heruoqing@iscas.ac.cn> - 3.2.0-5
- Type:bugfix - Type:bugfix
- ID:NA - ID:NA