From 5506bed7915e577d133449f2830a621793079afb Mon Sep 17 00:00:00 2001 From: Bo Ren Date: Mon, 11 Mar 2024 17:45:24 +0800 Subject: [PATCH] Rebuild with python3.11 Signed-off-by: Bo Ren --- cloud-init.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/cloud-init.spec b/cloud-init.spec index 2562f0d..dd12c1a 100644 --- a/cloud-init.spec +++ b/cloud-init.spec @@ -1,4 +1,4 @@ -%define anolis_release 2 +%define anolis_release 3 %{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} @@ -176,6 +176,9 @@ fi /usr/lib/cloud-init/write-ssh-key-fingerprints %changelog +* Mon Mar 11 2024 Bo Ren - 19.1.17-3 +- Rebuild with python3.11 + * Wed Mar 29 2023 mgb01105731 - 19.1.17-2 - Del Specific Fields -- Gitee