From e3d4dfd377057ac869cdc15be0199d35e9cc93e4 Mon Sep 17 00:00:00 2001 From: Alec Leamas Date: Oct 26 2020 18:34:15 +0000 Subject: 0.10.0-27: Fix python bytecompile FTBFS problem. --- diff --git a/lirc.spec b/lirc.spec index f600070..cf06032 100644 --- a/lirc.spec +++ b/lirc.spec @@ -1,6 +1,5 @@ # This package depends on automagic byte compilation # https://fedoraproject.org/wiki/Changes/No_more_automagic_Python_bytecompilation_phase_2 -%global _python_bytecompile_extra 1 %global _hardened_build 1 %global __python %{__python3} @@ -10,7 +9,7 @@ Name: lirc Version: 0.10.0 -Release: 26%{?tag:.}%{?tag}%{?dist} +Release: 27%{?tag:.}%{?tag}%{?dist} Summary: The Linux Infrared Remote Control package %global repo http://downloads.sourceforge.net/lirc/LIRC/%{version} @@ -385,6 +384,9 @@ systemd-tmpfiles --create %{_tmpfilesdir}/lirc.conf %{_udevrulesdir}/99-remote-control-lirc.rules %changelog +* Mon Oct 26 2020 Alec Leamas - 0.10.0-27 +- Fix python bytecompile FTBFS error. + * Mon Oct 26 2020 Alec Leamas - 0.10.0-26 - Fix python version FTFBS error.