1
0
forked from pool/gap-profiling

Fix shebang to not pull in python 2

This commit is contained in:
Dominique Leuenberger 2025-01-22 13:31:00 +01:00
parent a86f88fc23
commit 7416e88bb1
Signed by untrusted user: dimstar
GPG Key ID: 14C1CBBAC1E4B014
2 changed files with 8 additions and 1 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Wed Jan 22 12:30:07 UTC 2025 - Dominique Leuenberger <dimstar@opensuse.org>
- Fix shebang of …/FlameGraph/stackcollapse-chrome-tracing.py to
not pull in python2.
-------------------------------------------------------------------
Tue Aug 27 19:37:51 UTC 2024 - Jan Engelhardt <jengelh@inai.de>

View File

@ -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