From d2a59e60a3a0858d0c4af681c920d08f4185e57e Mon Sep 17 00:00:00 2001 From: Francisco Trivino Date: Fri, 3 Jan 2025 17:02:44 +0100 Subject: [PATCH] 0.12.1-5 - Resolves: RHEL-70463 python3-setuptools-rust is not signed - Resolves: RHEL-67341 move python3-setuptools-rust to CRB [rhel-9] Signed-off-by: Francisco Trivino --- python-setuptools-rust.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/python-setuptools-rust.spec b/python-setuptools-rust.spec index a1e7e0e..91016af 100644 --- a/python-setuptools-rust.spec +++ b/python-setuptools-rust.spec @@ -6,7 +6,7 @@ Name: python-setuptools-rust Version: 0.12.1 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Setuptools Rust extension plugin License: MIT @@ -93,6 +93,11 @@ cd ../.. %{python3_sitelib}/setuptools_rust-%{version}-py%{python3_version}.egg-info/ %changelog +* Fri Jan 3 2025 Francisco TriviƱo - 0.12.1-5 +- Rebuilt needed for moving buildroot package to CRB +- Resolves: RHEL-70463 python3-setuptools-rust is not signed +- Resolves: RHEL-67341 move python3-setuptools-rust to CRB [rhel-9] + * Tue Aug 10 2021 Mohan Boddu - 0.12.1-4 - Rebuilt for IMA sigs, glibc 2.34, aarch64 flags Related: rhbz#1991688