From 4dcd83ad2f628d44ab00b8928e802b9371751d35 Mon Sep 17 00:00:00 2001 From: Zhao Hang Date: Mon, 11 Mar 2024 13:51:28 +0800 Subject: [PATCH] Rebuild with python3.11 Signed-off-by: Zhao Hang --- util-linux.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/util-linux.spec b/util-linux.spec index 13ae5b1..d6e51d5 100644 --- a/util-linux.spec +++ b/util-linux.spec @@ -1,4 +1,4 @@ -%define anolis_release 2 +%define anolis_release 3 %global upstream_version 2.38.1 %global major_version v2.38 %global compldir %{_datadir}/bash-completion/completions/ @@ -799,6 +799,9 @@ fi %{python3_sitearch}/libmount %changelog +* Mon Mar 11 2024 Zhao Hang - 2.38.1-3 +- Rebuild with python3.11 + * Tue Nov 14 2023 happy_orange - 2.38.1-2 - rollback to 2.38 to fix the mount error -- Gitee