From b500c111ef0fc0445eb032e8e8716b420431662d Mon Sep 17 00:00:00 2001 From: Zhao Hang Date: Wed, 13 Mar 2024 10:03:57 +0800 Subject: [PATCH] Rebuild with python3.11 Signed-off-by: Zhao Hang --- python-linux-procfs.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-linux-procfs.spec b/python-linux-procfs.spec index 0c949cd..4bc8510 100644 --- a/python-linux-procfs.spec +++ b/python-linux-procfs.spec @@ -1,4 +1,4 @@ -%define anolis_release 2 +%define anolis_release 3 Name: python-linux-procfs Version: 0.7.1 @@ -48,6 +48,9 @@ rm -rf %{buildroot} %changelog +* Wed Mar 13 2024 Zhao Hang - 0.7.1-3 +- Rebuild with python3.11 + * Tue Dec 26 2023 happy_orange - 0.7.1-2 - fix the source url error -- Gitee