openerp-india team mailing list archive
-
openerp-india team
-
Mailing list archive
-
Message #27071
[Bug 1269453] [NEW] RPM src.rpm and byte-compiled binaries
Public bug reported:
At build time the src.rpm generates .pyc and pyo files. These are not
listed in INSTALLED_FILES and thus the rpm build fails.
As a bodge to get it to build, it is possible to change the %files section to:
%files
%defattr(-,root,root)
/*
but this is bad form - a better solution is needed from upstream.
** Affects: openobject-addons
Importance: Undecided
Status: New
--
You received this bug notification because you are a member of OpenERP
Indian Team, which is subscribed to OpenERP Addons.
https://bugs.launchpad.net/bugs/1269453
Title:
RPM src.rpm and byte-compiled binaries
Status in OpenERP Addons (modules):
New
Bug description:
At build time the src.rpm generates .pyc and pyo files. These are not
listed in INSTALLED_FILES and thus the rpm build fails.
As a bodge to get it to build, it is possible to change the %files section to:
%files
%defattr(-,root,root)
/*
but this is bad form - a better solution is needed from upstream.
To manage notifications about this bug go to:
https://bugs.launchpad.net/openobject-addons/+bug/1269453/+subscriptions
Follow ups
References