]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
package *.py* files
authorAlexandre Oliva <oliva@lsd.ic.unicamp.br>
Tue, 17 Jan 2012 19:22:17 +0000 (17:22 -0200)
committerSage Weil <sage@newdream.net>
Wed, 25 Jan 2012 05:18:49 +0000 (21:18 -0800)
commiteec87bb86265f22f9f7b1bc0b49db867b44e34b6
tree4d9661ba8d4e65941d28ee110817ded8ef3d6658
parent2c2cc1596cd63b6368d13a2665c6c85d3d8ed532
package *.py* files

Some post-install rpmbuild defaults byte-compile all packaged python
files, so don't bother removing the .pyc files, and package .py* to
get both .pyo and .pyc.  It wastes a tiny little bit of space, but it
makes the spec file portable across a wider range of rpm and python
configurations.

Signed-off-by: Alexandre Oliva <oliva@lsd.ic.unicam.br>
Signed-off-by: Sage Weil <sage@newdream.net>
ceph.spec.in