From f6cfed9730921db677ba7a3101a9e365a332899b Mon Sep 17 00:00:00 2001 From: "taifu.gc" Date: Wed, 7 Dec 2022 13:42:48 +0800 Subject: [PATCH] Add kmod pack --- lorax-templates-anolis.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/lorax-templates-anolis.spec b/lorax-templates-anolis.spec index 0bf1bd4..30b7ff2 100644 --- a/lorax-templates-anolis.spec +++ b/lorax-templates-anolis.spec @@ -1,4 +1,4 @@ -%define anolis_release 10 +%define anolis_release 11 Name: lorax-templates-anolis Version: 8.3 Release: 4.%{anolis_release}%{?dist} @@ -47,9 +47,12 @@ cp -a 80-anolis/* $RPM_BUILD_ROOT/%{templatedir} %{templatedir}/* %changelog -* Tue Dec 06 2022 Chang Gao - 8.3-4.10 +* Tue Dec 06 2022 Chang Gao - 8.3-4.11 - Add 5.10 kernel kmod pack +* Mon Dec 05 2022 Chang Gao - 8.3-4.10 +- Modify 4.19 kernel to 5.10 + * Wed Aug 03 2022 Wenlong Zhang - 8.3-4.9 - add BOOTLOONGARCH64.EFI to support new firmware -- Gitee