public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/abrt] update-2.17.9-f44: Set PYTHON to python3 during install
@ 2026-08-03 11:04 
  0 siblings, 0 replies; only message in thread
From:  @ 2026-08-03 11:04 UTC (permalink / raw)
  To: git-commits

            A new commit has been pushed.

            Repo   : rpms/abrt
            Branch : update-2.17.9-f44
            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.9-f44

            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

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-08-03 11:04 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-03 11:04 [rpms/abrt] update-2.17.9-f44: Set PYTHON to python3 during install 

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox