forked from pool/gap-profiling
Fix shebang to not pull in python 2
This commit is contained in:
parent
a86f88fc23
commit
7416e88bb1
@ -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>
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user