From 81f8f6da09c47b346c0e02554a57117064c96857 Mon Sep 17 00:00:00 2001 From: Zhao Hang Date: Wed, 13 Mar 2024 16:22:38 +0800 Subject: [PATCH] Rebuild with python3.11 Signed-off-by: Zhao Hang --- rust-packaging.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/rust-packaging.spec b/rust-packaging.spec index 811c199..baef674 100644 --- a/rust-packaging.spec +++ b/rust-packaging.spec @@ -1,4 +1,4 @@ -%define anolis_release 1 +%define anolis_release 2 %bcond_without check # https://pagure.io/koji/issue/659 @@ -112,6 +112,9 @@ install -D -p -m 0644 -t %{buildroot}%{_fileattrsdir} data/cargo.attr %{python3_sitelib}/rust2rpm/core/ %changelog +* Wed Mar 13 2024 Zhao Hang - 1:23-2 +- Rebuild with python3.11 + * Tue Feb 14 2023 Funda Wang - 1:23-1 - New version 23 -- Gitee