From a21217497520df1ab23134e83c0fad44da56a9d1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Thu, 15 Nov 2018 12:13:14 +0100 Subject: [PATCH] Make automagic Python bytecompilation optional https://fedoraproject.org/wiki/Changes/No_more_automagic_Python_bytecompilation_phase_2 --- macros | 2 +- redhat-rpm-config.spec | 6 +++++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/macros b/macros index d7ffc84..d87c0fc 100644 --- a/macros +++ b/macros @@ -184,7 +184,7 @@ ## Should python bytecompilation errors terminate a build? %_python_bytecompile_errors_terminate_build 1 ## Should python bytecompilation compile outisde python specific directories? -%_python_bytecompile_extra 1 +%_python_bytecompile_extra 0 # Use SHA-256 for FILEDIGESTS instead of default MD5 %_source_filedigest_algorithm 8 diff --git a/redhat-rpm-config.spec b/redhat-rpm-config.spec index 30b4f8c..b9735f6 100644 --- a/redhat-rpm-config.spec +++ b/redhat-rpm-config.spec @@ -6,7 +6,7 @@ Summary: Red Hat specific rpm configuration files Name: redhat-rpm-config -Version: 124 +Version: 125 Release: 1%{?dist} # No version specified. License: GPL+ @@ -197,6 +197,10 @@ install -p -m 644 -t %{buildroot}%{_rpmluadir}/fedora/srpm forge.lua %{_rpmconfigdir}/macros.d/macros.kmp %changelog +* Thu Nov 15 2018 Miro HronĨok - 125-1 +- Make automagic Python bytecompilation optional + https://fedoraproject.org/wiki/Changes/No_more_automagic_Python_bytecompilation_phase_2 + * Thu Nov 08 2018 Jason L Tibbitts III - 124-1 - forge: add more distprefix cleaning (bz1646724)