On Sun, 2004-04-18 at 23:29, seth vidal wrote: > In python packages should the .pyc files be included in the package or > not? > up2date has them, system-config-users has them, system-config-packages > does not, nor does system-config-mouse. The .pyc files should probably be included as well as the .py files. And it should be done automatically just like the buildroot stripping policies because it's slightly tricky to do "right". Nalin wrote a brp script to do so a while ago, it just hasn't been integrated into the default rpm config (yet) Jeremy