summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTodd Zullinger <tmz@pobox.com>2021-06-05 16:12:24 -0400
committerTodd Zullinger <tmz@pobox.com>2021-06-06 17:09:07 -0400
commitc27c19059c89f85bd5221ca75c8d5a458dfd5bdf (patch)
tree62cfe93826583ee22bed510960c25284382b7e19
parentcb602d006a1a2a6e9adcfd2a3d19f9219710c6f3 (diff)
downloadcgit_EL6-c27c19059c89f85bd5221ca75c8d5a458dfd5bdf.tar.gz
remove %_python_bytecompile_extra
This macro is no longer needed (nor wanted) in Fedora. It is not present in EL7/EL8. Remove it.
-rw-r--r--cgit.spec5
1 files changed, 1 insertions, 4 deletions
diff --git a/cgit.spec b/cgit.spec
index 1c0aa6c..c6113da 100644
--- a/cgit.spec
+++ b/cgit.spec
@@ -11,10 +11,6 @@
%global gpg_cgit AB9942E6D4A4CFC3412620A749FC7012A5DE03AE
%global gpg_git 96E07AF25771955980DAD10020D04E5A713660A7
-# Disable automatic compilation of *.py files outside of python sitelib,
-# the *.py files in cgit are not importable python modules
-%global _python_bytecompile_extra 0
-
# Settings for Fedora and EL >= 8
%if 0%{?fedora} || 0%{?rhel} >= 8
%bcond_without httpd_filesystem
@@ -223,6 +219,7 @@ make test
- use %%{build_cflags} and %%{build_ldflags}
- preserve timestamps when running install
- clean up & improve dist conditionals
+- remove %%_python_bytecompile_extra
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.3-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild