[Bug 221669] Review Request: Deluge - A Python BitTorrent client with support for UPnP and DHT

bugzilla at redhat.com bugzilla at redhat.com
Wed Feb 14 08:18:22 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: Deluge - A Python BitTorrent client with support for UPnP and DHT
Alias: deluge

https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=221669





------- Additional Comments From mtasaka at ioa.s.u-tokyo.ac.jp  2007-02-14 03:18 EST -------
(In reply to comment #19)
>> Spec: http://www.thecodergeek.com/downloads/fedora/SPECs/deluge.spec
> SRPM: http://www.thecodergeek.com/downloads/fedora/SRPMs/deluge-0.4.1-4.src.rpm

Well, 
* shebang
  - Well, lots of rpmlint complaints like:
----------------------------------------------------
E: deluge non-executable-script
/usr/lib/python2.5/site-packages/deluge/plugins/NetworkHealthMonitor.py 0644
----------------------------------------------------
    Please remove shebang unless the script should have
    executable permissions.

* Requires
  - well, "notify-python" is available on FC6, FC-devel, not on
    FC-5 (nor FE5)
  - And this works without notify-python with some limitation
    So
--------------------------------------------
%if 0%{?fedora} >= 6
Requires: notify-python
%endif
--------------------------------------------
    will be better.

-- 
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