From b39695092e1f956c7721b9811454e209fafc24ff Mon Sep 17 00:00:00 2001 From: Zhao Hang Date: Tue, 12 Mar 2024 14:12:50 +0800 Subject: [PATCH] Rebuild with python3.11 Signed-off-by: Zhao Hang --- python-productmd.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-productmd.spec b/python-productmd.spec index dc5029b..0a1d7eb 100644 --- a/python-productmd.spec +++ b/python-productmd.spec @@ -1,4 +1,4 @@ -%define anolis_release 3 +%define anolis_release 4 %global srcname productmd Name: python-%{srcname} @@ -59,6 +59,9 @@ Requires: python%{python3_pkgversion}-six %doc AUTHORS %changelog +* Tue Mar 12 2024 Zhao Hang - 1.33-4 +- Rebuild with python3.11 + * Mon Feb 27 2023 mgb01105731 - 1.33-3 - optimise dependency -- Gitee