0.10.0-27: Fix python bytecompile FTBFS problem.

epel9
Alec Leamas 4 years ago
parent c95c50fe62
commit e3d4dfd377

@ -1,6 +1,5 @@
# This package depends on automagic byte compilation # This package depends on automagic byte compilation
# https://fedoraproject.org/wiki/Changes/No_more_automagic_Python_bytecompilation_phase_2 # https://fedoraproject.org/wiki/Changes/No_more_automagic_Python_bytecompilation_phase_2
%global _python_bytecompile_extra 1
%global _hardened_build 1 %global _hardened_build 1
%global __python %{__python3} %global __python %{__python3}
@ -10,7 +9,7 @@
Name: lirc Name: lirc
Version: 0.10.0 Version: 0.10.0
Release: 26%{?tag:.}%{?tag}%{?dist} Release: 27%{?tag:.}%{?tag}%{?dist}
Summary: The Linux Infrared Remote Control package Summary: The Linux Infrared Remote Control package
%global repo http://downloads.sourceforge.net/lirc/LIRC/%{version} %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 %{_udevrulesdir}/99-remote-control-lirc.rules
%changelog %changelog
* Mon Oct 26 2020 Alec Leamas <leamas.alec@nowhere.nt> - 0.10.0-27
- Fix python bytecompile FTBFS error.
* Mon Oct 26 2020 Alec Leamas <leamas.alec@nowhere.nt> - 0.10.0-26 * Mon Oct 26 2020 Alec Leamas <leamas.alec@nowhere.nt> - 0.10.0-26
- Fix python version FTFBS error. - Fix python version FTFBS error.

Loading…
Cancel
Save