[Bug 222569] Review Request: pychess - Chess game for GNOME

bugzilla at redhat.com bugzilla at redhat.com
Sun Jan 14 18:34:57 UTC 2007


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 at thecodergeek.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED
         AssignedTo|nobody at fedoraproject.org    |peter at thecodergeek.com




------- Additional Comments From peter at thecodergeek.com  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.




More information about the Fedora-package-review mailing list