Please do not reply directly to this email. All additional comments should be made in the comments box of this bug report. Summary: Review Request: pychess - Chess game for GNOME https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=222569 peter@xxxxxxxxxxxxxxxx changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED AssignedTo|nobody@xxxxxxxxxxxxxxxxx |peter@xxxxxxxxxxxxxxxx ------- Additional Comments From peter@xxxxxxxxxxxxxxxx 2007-01-14 13:34 EST ------- (In reply to comment #0) > rpmlint output that I'm not sure how to solve: > > SRPM: > W: pychess setup-not-quiet This one means that you're not passing "-q" to the %setup call in your %prep section. This parameter tells rpmbuild not to output the list of files it is extracting and whatnot. > RPM: > E: pychess non-executable-script /usr/lib/python2.4/site-packages/pychess/Utils/Move.py 0644 > E: pychess non-executable-script /usr/lib/python2.4/site-packages/pychess/Players/PyChess.py 0644 > E: pychess non-executable-script /usr/lib/python2.4/site-packages/pychess/Utils/History.py 0644 These three mean that the scripts are not executable. A simple `chmod +x` at the end of your %build section on each of these should resolve those qualms. (Full review to come later today.) -- Configure bugmail: https://bugzilla.redhat.com/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug, or are watching the QA contact. _______________________________________________ Fedora-package-review mailing list Fedora-package-review@xxxxxxxxxx http://www.redhat.com/mailman/listinfo/fedora-package-review