From fe8d656f8a6a022002b8750e5ad4049dbdec8cdf Mon Sep 17 00:00:00 2001 From: laokz Date: Fri, 27 Dec 2024 02:48:26 +0000 Subject: [PATCH] riscv64: fix typo in spec file (cherry picked from commit f4c3e0fdd3eed753978fb2697986c2f52fee42dc) --- kata-containers.spec | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/kata-containers.spec b/kata-containers.spec index 537fcd3..caf8dce 100644 --- a/kata-containers.spec +++ b/kata-containers.spec @@ -2,7 +2,7 @@ %global debug_package %{nil} %define VERSION 3.2.0 -%define RELEASE 5 +%define RELEASE 6 Name: kata-containers Version: %{VERSION} @@ -41,7 +41,7 @@ cd %{_builddir}/kernel/linux/ %ifarch %{ix86} x86_64 cp %{_builddir}/kata_integration/hack/config-kata-x86_64 ./.config %elifarch riscv64 -cp arch/riscv/config/openeuler_defconfig ./.config +cp arch/riscv/configs/openeuler_defconfig ./.config %else cp %{_builddir}/kata_integration/hack/config-kata-arm64 ./.config %endif @@ -117,6 +117,12 @@ strip %{buildroot}/usr/bin/containerd-shim-kata-v2 %doc %changelog +* Fri Dec 27 2024 laokz - 3.2.0-6 +- Type:bugfix +- ID:NA +- SUG:NA +- DESC:riscv64: fix typo + * Wed Nov 27 2024 heruoqing - 3.2.0-5 - Type:bugfix - ID:NA -- Gitee