Hi,
Rawhide builds have been failing after the the distro updated to
python-3.5, which seemed to add files such as:
/usr/lib64/python3.5/site-packages/pcp/__pycache__/__init__.cpython-35.opt-1.pyc
These files weren't listed in the `setup.py --record` files (which
populates the python3-pcp.list file). So I had to add it as an
additional awk statement in builddefs.in (similar to how we list .pyo
files in python3-pcp.list.rpm).
Changes committed to git://git.pcp.io/lberk/pcp master
Lukas Berk (1):
Add opt-1.pyc suffix files to python3 rpm files
src/include/builddefs.in | 2 ++
1 file changed, 2 insertions(+)
Details ...
commit b835f8bcedd92d16fc2c287c2ecb66a680508293
Author: Lukas Berk <lberk@xxxxxxxxxx>
Date: Mon Nov 16 14:21:39 2015 -0500
Add opt-1.pyc suffix files to python3 rpm files
This fixes the build on rawhide, including them in the list of files to
package.
|