https://bugzilla.redhat.com/show_bug.cgi?id=1373666
Bug ID: 1373666 Summary: Review Request: hddfancontrol - Control system fan speed by monitoring hard drive temperature Product: Fedora Version: rawhide Component: Package Review Severity: medium Priority: medium Assignee: nobody@fedoraproject.org Reporter: rosser.bjr@gmail.com QA Contact: extras-qa@fedoraproject.org CC: package-review@lists.fedoraproject.org
Spec URL: https://tc01.fedorapeople.org/python/hddfancontrol/hddfancontrol.spec SRPM URL: https://tc01.fedorapeople.org/python/hddfancontrol/hddfancontrol-1.2.4-1.fc2...
Description: HDD Fan control is a command line tool to dynamically control fan speed according to hard drive temperature on Linux.
Fedora Account System Username: tc01
rpmlint output and notes:
$ rpmlint ../SRPMS/hddfancontrol-1.2.4-1.fc24.src.rpm 1 packages and 0 specfiles checked; 0 errors, 0 warnings.
$ rpmlint ../RPMS/noarch/hddfancontrol-1.2.4-1.fc24.noarch.rpm hddfancontrol.noarch: E: wrong-script-interpreter /usr/lib/python3.5/site-packages/hddfancontrol/__init__.py /usr/bin/env python3 hddfancontrol.noarch: E: non-executable-script /usr/lib/python3.5/site-packages/hddfancontrol/__init__.py 644 /usr/bin/env python3 hddfancontrol.noarch: E: wrong-script-interpreter /usr/lib/python3.5/site-packages/hddfancontrol/__main__.py /usr/bin/env python3 hddfancontrol.noarch: E: non-executable-script /usr/lib/python3.5/site-packages/hddfancontrol/__main__.py 644 /usr/bin/env python3 hddfancontrol.noarch: W: no-manual-page-for-binary hddfancontrol-3.5 hddfancontrol.noarch: W: no-manual-page-for-binary hddfancontrol-3 hddfancontrol.noarch: W: no-manual-page-for-binary hddfancontrol 1 packages and 0 specfiles checked; 4 errors, 3 warnings.
These errors are because hddfancontrol is written in Python 3 and thus uses /usr/bin/env python3 directly. I think they are ignorable.
Note that hddfancontrol is *not* a library (though it is available on PyPI), and thus it is *not* named python-hddfancontrol. It is a program that happens to be written in Python 3.