From dc80b94782afd69de3467b6cea6fcfb3e77f1785 Mon Sep 17 00:00:00 2001 From: hdliu Date: Thu, 24 Apr 2025 22:54:25 +0800 Subject: [PATCH] Fix the issue that prevents compilation due to errors in the changelog. Signed-off-by: hdliu --- k3s.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/k3s.spec b/k3s.spec index 3a68ac8..ee823a1 100644 --- a/k3s.spec +++ b/k3s.spec @@ -3,7 +3,7 @@ Name: k3s Version: 1.24.2+rc1+k3s2 -Release: 5 +Release: 6 Summary: Installer for k3s optimised for openSUSE MicroOS License: Apache-2.0 Group: System/Management @@ -93,10 +93,13 @@ cp install.sh %{buildroot}%{_sbindir}/k3s-install.sh %{_sbindir}/k3s-install.sh %changelog +* Fri Apr 25 2025 hdliu - 1.24.2+rc1+k3s2-6 +- Fix the issue that prevents compilation due to errors in the changelog. + * Thu Dec 07 2023 Xuexian Lu - 1.24.2+rc1+k3s2-5 - Fix compile error due to name of runc changed -* Tue Nov 01 2022 Ge Wang - 1.24.2+rc1+k3s2-4 +* Feb Nov 01 2022 Ge Wang - 1.24.2+rc1+k3s2-4 - add flannel plugin to project to fix sandbox creating failure * Fri Oct 28 2022 Ge Wang - 1.24.2+rc1+k3s2-3 -- Gitee