From 5de3cf89064dc678b2c07474b2b00a97ad12b062 Mon Sep 17 00:00:00 2001 From: Jason Tibbitts Date: Jan 17 2019 23:24:33 +0000 Subject: Remove old Fedora reference and replace with EPEL. --- diff --git a/guidelines/modules/ROOT/pages/Python_Appendix.adoc b/guidelines/modules/ROOT/pages/Python_Appendix.adoc index 2024d08..260f90c 100644 --- a/guidelines/modules/ROOT/pages/Python_Appendix.adoc +++ b/guidelines/modules/ROOT/pages/Python_Appendix.adoc @@ -321,5 +321,5 @@ make install DESTDIR=%{buildroot} Note that this *does disable* the compilation of files in `+/usr/lib(64)?/pythonX.Y/+`. -In Fedora 27 or earlier, use `+%global __os_install_post %(echo '%{__os_install_post}' | sed -e 's!/usr/lib[^[:space:]]*/brp-python-bytecompile[[:space:]].*$!!g')+` +In EPEL7 or earlier, use `+%global __os_install_post %(echo '%{__os_install_post}' | sed -e 's!/usr/lib[^[:space:]]*/brp-python-bytecompile[[:space:]].*$!!g')+` instead of the `+%undefine+` line above.