public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/asterisk] rawhide: Has to be python3
@ 2026-09-14 8:47 Peter Lemenkov
0 siblings, 0 replies; only message in thread
From: Peter Lemenkov @ 2026-09-14 8:47 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/asterisk
Branch : rawhide
Commit : 1f7d5afae7c0ca0cb7dfa095059d76c44ae933f5
Author : Peter Lemenkov <lemenkov@gmail.com>
Date : 2026-09-14T10:47:31+02:00
Stats : +1/-1 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/asterisk/c/1f7d5afae7c0ca0cb7dfa095059d76c44ae933f5?branch=rawhide
Log:
Has to be python3
Signed-off-by: Peter Lemenkov <lemenkov@gmail.com>
---
diff --git a/asterisk-16.1.0-explicit-python3.patch b/asterisk-16.1.0-explicit-python3.patch
index 89d1b76..34635a4 100644
--- a/asterisk-16.1.0-explicit-python3.patch
+++ b/asterisk-16.1.0-explicit-python3.patch
@@ -33,7 +33,7 @@ index 98f79f00f1..759d34ee6b 100755
fi
- result=$($GDB --batch --ex "python print('hello')" 2>/dev/null || : )
-+ result=$($GDB --batch --ex "python2 print('hello')" 2>/dev/null || : )
++ result=$($GDB --batch --ex "python3 print('hello')" 2>/dev/null || : )
if [[ ! "$result" =~ ^hello$ ]] ; then
die -2 <<-EOF
$GDB does not support python.
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-09-14 8:47 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-09-14 8:47 [rpms/asterisk] rawhide: Has to be python3 Peter Lemenkov
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox