[GRASS-SVN] r73679 - grass/trunk/rpm

svn_grass at osgeo.org svn_grass at osgeo.org
Thu Nov 15 09:23:45 PST 2018


Author: neteler
Date: 2018-11-15 09:23:45 -0800 (Thu, 15 Nov 2018)
New Revision: 73679

Modified:
   grass/trunk/rpm/grass.spec
Log:
Fedora grass.spec: automagic byte compilation activated, see https://fedoraproject.org/wiki/Changes/No_more_automagic_Python_bytecompilation_phase_2

Modified: grass/trunk/rpm/grass.spec
===================================================================
--- grass/trunk/rpm/grass.spec	2018-11-13 23:02:37 UTC (rev 73678)
+++ grass/trunk/rpm/grass.spec	2018-11-15 17:23:45 UTC (rev 73679)
@@ -1,3 +1,7 @@
+# This package depends on automagic byte compilation
+# https://fedoraproject.org/wiki/Changes/No_more_automagic_Python_bytecompilation_phase_2
+%global _python_bytecompile_extra 1
+
 %global shortver 76
 %global macrosdir %(d=%{_rpmconfigdir}/macros.d; [ -d $d ] || d=%{_sysconfdir}/rpm; echo $d)
 



More information about the grass-commit mailing list