From 38269dae958b36e7c8f8c2954fbb37188bd17ef6 Mon Sep 17 00:00:00 2001 From: Zhao Hang Date: Wed, 13 Mar 2024 11:13:20 +0800 Subject: [PATCH] Rebuild with python3.11 Signed-off-by: Zhao Hang --- python-blivet.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-blivet.spec b/python-blivet.spec index 2b376f4..3b5147f 100644 --- a/python-blivet.spec +++ b/python-blivet.spec @@ -1,4 +1,4 @@ -%define anolis_release 2 +%define anolis_release 3 Summary: A python module for system storage configuration Name: python-blivet Url: https://storageapis.wordpress.com/projects/blivet @@ -125,6 +125,9 @@ make PYTHON=%{__python3} DESTDIR=%{buildroot} install %doc README.md ChangeLog examples %changelog +* Wed Mar 13 2024 Zhao Hang - 3.6.1-3 +- Rebuild with python3.11 + * Wed Aug 30 2023 Wenlong Zhang - 3.6.1-2 - add loongarch64 support for python-blivet -- Gitee