public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Peter Lemenkov <lemenkov@gmail.com>
To: git-commits@fedoraproject.org
Subject: [rpms/asterisk] rawhide: Has to be python3
Date: Mon, 14 Sep 2026 08:47:43 GMT [thread overview]
Message-ID: <178937566315.1.7490129785281738259.rpms-asterisk-1f7d5afae7c0@fedoraproject.org> (raw)
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.
reply other threads:[~2026-09-14 8:47 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=178937566315.1.7490129785281738259.rpms-asterisk-1f7d5afae7c0@fedoraproject.org \
--to=lemenkov@gmail.com \
--cc=git-commits@fedoraproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox