openerp-india team mailing list archive
-
openerp-india team
-
Mailing list archive
-
Message #27074
[Bug 1269453] Re: RPM src.rpm and byte-compiled binaries
** Project changed: openobject-addons => openobject-server
--
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 Server:
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-server/+bug/1269453/+subscriptions
References