From 84ced6e5d783b261ac564b6741314b086c3168f5 Mon Sep 17 00:00:00 2001 From: Bo Ren Date: Mon, 11 Mar 2024 17:40:45 +0800 Subject: [PATCH] Rebuild with python3.11 Signed-off-by: Bo Ren --- anaconda.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/anaconda.spec b/anaconda.spec index 82562a2..bc5d8a1 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -1,4 +1,4 @@ -%define anolis_release 4 +%define anolis_release 5 Summary: Graphical system installer Name: anaconda @@ -445,6 +445,9 @@ desktop-file-install --dir=%{buildroot}%{_datadir}/applications %{buildroot}%{_d %{_prefix}/libexec/anaconda/dd_* %changelog +* Mon Mar 11 2024 Bo Ren - 38.23-5 +- Rebuild with python3.11 + * Wed Aug 30 2023 Wenlong Zhang - 38.23-4 - add loongarch64 support for anaconda -- Gitee