[issue5378] adding --quiet to bdist_rpm

2009-02-28 Thread Tarek Ziadé
Tarek Ziadé added the comment: done in r70049 and r70051 -- status: open -> closed ___ Python tracker ___ ___ Python-bugs-list mailing

[issue5378] adding --quiet to bdist_rpm

2009-02-26 Thread Tarek Ziadé
New submission from Tarek Ziadé : rmp and rpmbuild has a --quiet option that lowers down the output to stdout and stderr. Having it in Distutils is useful to cut down the output when bdist_rpm calls these commands -- assignee: tarek components: Distutils messages: 82790 nosy: tarek prio