[Fusionforge-commits] FusionForge branch GUM updated. 0d0dcac36a574934145ecf75d64164db07b313f2

Sylvain Beucler beuc-inria at fusionforge.org
Thu Aug 28 20:29:09 CEST 2014


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "FusionForge".

The branch, GUM has been updated
       via  0d0dcac36a574934145ecf75d64164db07b313f2 (commit)
      from  aa88249e01371b6d7393090b989dee0762ce5c3b (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 0d0dcac36a574934145ecf75d64164db07b313f2
Author: Sylvain Beucler <sylvain.beucler at inria.fr>
Date:   Thu Aug 28 20:26:57 2014 +0200

    rpm: fix for F20

diff --git a/src/rpm/fusionforge.spec.in b/src/rpm/fusionforge.spec.in
index 5d1ce21..344e51b 100644
--- a/src/rpm/fusionforge.spec.in
+++ b/src/rpm/fusionforge.spec.in
@@ -21,6 +21,10 @@ This metapackage installs a stand-alone FusionForge site.
 %files
 
 
+# Don't compile the .py utils from plugin-moinmoin, the pyc/pyo files are hard to properly package
+%global __os_install_post %(echo '%{__os_install_post}' | sed -e 's!/usr/lib[^[:space:]]*/brp-python-bytecompile[[:space:]].*$!!g')
+
+
 %prep
 %setup -q -n fusionforge- at version@
 

-----------------------------------------------------------------------

Summary of changes:
 src/rpm/fusionforge.spec.in |    4 ++++
 1 file changed, 4 insertions(+)


hooks/post-receive
-- 
FusionForge



More information about the Fusionforge-commits mailing list