public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
To: git-commits@fedoraproject.org
Subject: [rpms/abrt] update-2.17.8: Set PYTHON to python3 during install
Date: Mon, 03 Aug 2026 10:23:42 GMT	[thread overview]
Message-ID: <178575262297.1.8748642222020793781.rpms-abrt-042464a92918@fedoraproject.org> (raw)

            A new commit has been pushed.

            Repo   : rpms/abrt
            Branch : update-2.17.8
            Commit : 042464a92918d2015a4c4579d860abef426b5b2a
            Author : Miro Hrončok <miro@hroncok.cz>
            Date   : 2018-06-08T18:22:35+02:00
            Stats  : +5/-1 in 1 file(s)
            URL    : https://src.fedoraproject.org/rpms/abrt/c/042464a92918d2015a4c4579d860abef426b5b2a?branch=update-2.17.8

            Log:
            Set PYTHON to python3 during install

...to avoid ambiguous python invocation

Fixes a FTBFS https://bugzilla.redhat.com/show_bug.cgi?id=1589314

---
diff --git a/abrt.spec b/abrt.spec
index 2e1f409..b6c2a9f 100644
--- a/abrt.spec
+++ b/abrt.spec
@@ -61,7 +61,7 @@
 Summary: Automatic bug detection and reporting tool
 Name: abrt
 Version: 2.10.10
-Release: 1%{?dist}
+Release: 2%{?dist}
 License: GPLv2+
 URL: https://abrt.readthedocs.org/
 Source: https://github.com/abrt/%{name}/archive/%{version}/%{name}-%{version}.tar.gz
@@ -642,6 +642,7 @@ make %{?_smp_mflags}
 
 %install
 make install DESTDIR=$RPM_BUILD_ROOT \
+             PYTHON=%{__python3} \
              mandir=%{_mandir} \
              dbusabrtdocdir=%{_defaultdocdir}/%{name}-dbus%{docdirversion}/html/
 
@@ -1256,6 +1257,9 @@ killall abrt-dbus >/dev/null 2>&1 || :
 %config(noreplace) %{_sysconfdir}/profile.d/abrt-console-notification.sh
 
 %changelog
+* Fri Jun 08 2018 Miro Hrončok <mhroncok@redhat.com> - 2.10.10-2
+- Set PYTHON to python3 during install to avoid ambiguous python invocation (#1589314)
+
 * Thu May 31 2018 Matej Marusak <mmarusak@redhat.com> 2.10.10-1
 - Translation updates
 - Changelog: Update changelog

                 reply	other threads:[~2026-08-03 10:23 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=178575262297.1.8748642222020793781.rpms-abrt-042464a92918@fedoraproject.org \
    --to=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