From 8381537476ad5e1614c189e79665075ef8a4958a Mon Sep 17 00:00:00 2001 From: Josh Stone Date: Mon, 28 Apr 2025 14:49:50 -0700 Subject: [PATCH] Use python3.12 prefix for lldb Requires Resolves: RHEL-88547 --- rust.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/rust.spec b/rust.spec index ce22a3e..c7c0018 100644 --- a/rust.spec +++ b/rust.spec @@ -1,6 +1,6 @@ Name: rust Version: 1.84.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: The Rust Programming Language License: (Apache-2.0 OR MIT) AND (Artistic-2.0 AND BSD-3-Clause AND ISC AND MIT AND MPL-2.0 AND Unicode-DFS-2016) # ^ written as: (rust itself) and (bundled libraries) @@ -493,7 +493,7 @@ programs. Summary: LLDB pretty printers for Rust BuildArch: noarch Requires: lldb -Requires: python3-lldb +Requires: python3.12-lldb Requires: %{name}-debugger-common = %{version}-%{release} %description lldb @@ -1154,6 +1154,9 @@ timeout -v 30m %{__x} test --no-fail-fast rustfmt || : %changelog +* Mon Apr 28 2025 Josh Stone - 1.84.1-2 +- Use python3.12 prefix for lldb Requires + * Tue Feb 04 2025 Josh Stone - 1.84.1-1 - Update to 1.84.1