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