From b2d1e2f220c72bc7e4f1279391d22dfa267f9a1e Mon Sep 17 00:00:00 2001 From: Miro Hrončok Date: Mar 07 2019 17:07:56 +0000 Subject: Python automagic byte compilation can be opt-outed in Fedora 28 See https://src.fedoraproject.org/rpms/redhat-rpm-config/pull-request/53 --- diff --git a/guidelines/modules/ROOT/pages/Python_Appendix.adoc b/guidelines/modules/ROOT/pages/Python_Appendix.adoc index b97fec4..bc9c620 100644 --- a/guidelines/modules/ROOT/pages/Python_Appendix.adoc +++ b/guidelines/modules/ROOT/pages/Python_Appendix.adoc @@ -293,7 +293,7 @@ The second is a file or directory to byte compile. If the second argument is a directory, the macro will recursively byte compile any *.py file in the directory. -NOTE: You can opt-in for this behavior on Fedora 29 by setting `+%global _python_bytecompile_extra 0+` in the spec. +NOTE: You can opt-in for this behavior on Fedora 28 and 29 by setting `+%global _python_bytecompile_extra 0+` in the spec. == Manual byte compilation for Fedora 29 or earlier (including EPEL)