From c95c50fe622119d5380f6c738449163c82fcb621 Mon Sep 17 00:00:00 2001 From: Alec Leamas Date: Mon, 26 Oct 2020 18:59:00 +0100 Subject: [PATCH] 0.10.0-26: Fix python version ftbfs error. --- lirc.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/lirc.spec b/lirc.spec index 5918bd0..f600070 100644 --- a/lirc.spec +++ b/lirc.spec @@ -10,7 +10,7 @@ Name: lirc Version: 0.10.0 -Release: 25%{?tag:.}%{?tag}%{?dist} +Release: 26%{?tag:.}%{?tag}%{?dist} Summary: The Linux Infrared Remote Control package %global repo http://downloads.sourceforge.net/lirc/LIRC/%{version} @@ -225,6 +225,7 @@ sed -i -e 's|/usr/local/etc/|/etc/|' contrib/irman2lirc %build autoreconf -fi +export PYTHON=/usr/bin/python3 %configure \ --docdir="%{_pkgdocdir}" \ @@ -384,6 +385,9 @@ systemd-tmpfiles --create %{_tmpfilesdir}/lirc.conf %{_udevrulesdir}/99-remote-control-lirc.rules %changelog +* Mon Oct 26 2020 Alec Leamas - 0.10.0-26 +- Fix python version FTFBS error. + * Sat Aug 01 2020 Fedora Release Engineering - 0.10.0-25 - Second attempt - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild