From 7416e88bb10f3660ac62305af708cb0c2bf407304669e85365146892694654ec Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Wed, 22 Jan 2025 13:31:00 +0100 Subject: [PATCH] Fix shebang to not pull in python 2 --- gap-profiling.changes | 6 ++++++ gap-profiling.spec | 3 ++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/gap-profiling.changes b/gap-profiling.changes index e7168a2..9fc5bcb 100644 --- a/gap-profiling.changes +++ b/gap-profiling.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Jan 22 12:30:07 UTC 2025 - Dominique Leuenberger + +- Fix shebang of …/FlameGraph/stackcollapse-chrome-tracing.py to + not pull in python2. + ------------------------------------------------------------------- Tue Aug 27 19:37:51 UTC 2024 - Jan Engelhardt diff --git a/gap-profiling.spec b/gap-profiling.spec index 6e4e8fe..72167a7 100644 --- a/gap-profiling.spec +++ b/gap-profiling.spec @@ -1,7 +1,7 @@ # # spec file for package gap-profiling # -# Copyright (c) 2024 SUSE LLC +# Copyright (c) 2025 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -45,6 +45,7 @@ Line by line profiling and code coverage for GAP. pushd "%buildroot/$moddir" rm -Rf src popd +%python3_fix_shebang_path %{buildroot}%{_libdir}/gap/pkg/profiling-%{version}/FlameGraph/* %files -f %name.files