Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package rr for openSUSE:Factory checked in at 2024-03-13 22:18:31 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/rr (Old) and /work/SRC/openSUSE:Factory/.rr.new.1770 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "rr" Wed Mar 13 22:18:31 2024 rev:7 rq:1157166 version:5.7.0 Changes: -------- --- /work/SRC/openSUSE:Factory/rr/rr.changes 2023-10-05 20:04:05.220737334 +0200 +++ /work/SRC/openSUSE:Factory/.rr.new.1770/rr.changes 2024-03-13 22:19:38.042605731 +0100 @@ -1,0 +2,6 @@ +Tue Mar 12 10:42:41 UTC 2024 - [email protected] + +- remove dependency on /usr/bin/python3 using + %python3_fix_shebang macro, [bsc#1212476] + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ rr.spec ++++++ --- /var/tmp/diff_new_pack.9Hdu31/_old 2024-03-13 22:19:39.338653508 +0100 +++ /var/tmp/diff_new_pack.9Hdu31/_new 2024-03-13 22:19:39.354654097 +0100 @@ -1,7 +1,7 @@ # # spec file for package rr # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -51,7 +51,6 @@ %build # Fix incorrect path to bash sed -i "s|%{_bindir}/bash|/bin/bash|g" ./scripts/signal-rr-recording.sh -sed -i "s|#!.*%{_bindir}/env.*|#!%{_bindir}/python3|" scripts/rr-collect-symbols.py %cmake \ -DBUILD_TESTS=OFF \ %ifarch aarch64 @@ -63,6 +62,7 @@ %install %cmake_install +%python3_fix_shebang %files %license LICENSE
