Skip to content
Snippets Groups Projects
Commit 9c578fdf authored by Christophe Monniez's avatar Christophe Monniez
Browse files

[FIX] packaging: fix rpm package and stop using bdist_rpm

The rpm package failed recently on a file name containing a space.
This issue is fixed by protecting file names with double quotes in the
installed files list.

Also, during this fix, it was discovered that the bdist_rpm is
deprecated in setuptools [0].

For that reason, the rpm is now generated from the package.py script.

[0] https://github.com/pypa/setuptools/pull/2780



closes odoo/odoo#84665

Signed-off-by: default avatarChristophe Monniez (moc) <moc@odoo.com>
parent a9343fae
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment