3.21.0-8 - BuildRequire python3.11

Resolves: #2217490
callgrind Python scripts not working on RHEL-8.9
This commit is contained in:
Mark Wielaard 2023-06-27 11:20:04 +02:00
parent c3ec6d5bfe
commit e81f466995

View File

@ -3,7 +3,7 @@
Summary: Dynamic analysis tools to detect memory or thread bugs and profile
Name: %{?scl_prefix}valgrind
Version: 3.21.0
Release: 7%{?dist}
Release: 8%{?dist}
Epoch: 1
License: GPLv2+
URL: https://www.valgrind.org/
@ -146,6 +146,10 @@ BuildRequires: elfutils-debuginfod-client
Recommends: elfutils-debuginfod-client
%endif
# Some of the python scripts require python 3.9+
BuildRequires: python3.11
BuildRequires: python3.11-rpm-macros
%{?scl:Requires:%scl_runtime}
# We need to fixup selinux file context when doing a scl build.
@ -484,6 +488,9 @@ fi
%endif
%changelog
* Tue Jun 27 2023 Mark Wielaard <mjw@redhat.com> - 3.21.0-8
- BuildRequire python3.11
* Fri Jun 23 2023 Mark Wielaard <mjw@redhat.com> - 3.21.0-7
- Add valgrind-3.21.0-callgrind_control-no-strict.patch
- Add valgrind-3.21.0-realloc-again.patch