From 6a03c9b00e3adf65989b8c293436271e3bdecae6 Mon Sep 17 00:00:00 2001 From: Bo Ren Date: Tue, 12 Mar 2024 16:05:41 +0800 Subject: [PATCH] Rebuild with python3.11 Signed-off-by: Bo Ren --- lorax.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/lorax.spec b/lorax.spec index 9c32eff..82ed0de 100644 --- a/lorax.spec +++ b/lorax.spec @@ -1,4 +1,4 @@ -%define anolis_release 3 +%define anolis_release 4 # NOTE: This specfile is generated from upstream at https://github.com/rhinstaller/lorax # NOTE: Please submit changes as a pull request %define debug_package %{nil} @@ -159,6 +159,9 @@ make DESTDIR=$RPM_BUILD_ROOT mandir=%{_mandir} install %{_datadir}/lorax/templates.d/* %changelog +* Tue Mar 12 2024 Bo Ren - 40.0-4 +- Rebuild with python3.11 + * Tue Dec 12 2023 Wenlong Zhang - 40.0-3 - add patch 001 for loongarch64 -- Gitee