From 1789be0cc5ddcf699a88e9f8d49893b388ce4750 Mon Sep 17 00:00:00 2001 From: Bo Ren Date: Wed, 27 Mar 2024 11:49:20 +0800 Subject: [PATCH] Rebuild with python3.11 Signed-off-by: Bo Ren --- openvswitch.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/openvswitch.spec b/openvswitch.spec index c36d65f..581a96f 100644 --- a/openvswitch.spec +++ b/openvswitch.spec @@ -1,4 +1,4 @@ -%define anolis_release 1 +%define anolis_release 2 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global _hardened_build 1 %define _rundir /run @@ -511,5 +511,8 @@ fi %doc NOTICE README.rst NEWS %changelog +* Wed Mar 27 2024 Bo Ren - 2.17.6-2 +- Rebuild with python3.11 + * Tue Apr 18 2023 happy_orange -2.17.6-1 - init package -- Gitee