Description of problem: python-daemon requires the lockfile module, it is used in "pidlockfile.py". 18 19 from lockfile import ( 20 LockBase, 21 AlreadyLocked, LockFailed, 22 NotLocked, NotMyLock, 23 ) 24 Version-Release number of selected component (if applicable): Version : 1.4.6 Release : 1.fc12 How reproducible: Always. Steps to Reproduce: 1. python -c 'from daemon import pidlockfile' Actual results: Traceback (most recent call last): File "<string>", line 1, in <module> File "/usr/lib/python2.6/site-packages/daemon/pidlockfile.py", line 19, in <module> from lockfile import ( ImportError: No module named lockfile Expected results: No error. Additional info: I packaged python-lockfile to fix this, the review is available at https://bugzilla.redhat.com/show_bug.cgi?id=513544
The package is in devel, you can now just add: Requires: python-lockfile Thanks,
Silas, can we also branch python-lockfile for F-11 and EL-5 as well? Thanks
Luke, Sorry about the slow response, I'll review the code tonight and make sure its compatible with Python 2.4.
F-11 https://admin.fedoraproject.org/updates/python-lockfile-0.8-1.fc11 EL-5 https://bugzilla.redhat.com/show_bug.cgi?id=513544#c6
This bug appears to have been reported against 'rawhide' during the Fedora 12 development cycle. Changing version to '12'. More information and reason for this action is here: http://fedoraproject.org/wiki/BugZappers/HouseKeeping
https://admin.fedoraproject.org/updates/python-lockfile-0.8-2.el5
In CVS the test suite is broken, because of this and a missing minimock. Review is at: bug# 544581
python-daemon-1.5.2-1.fc12 has been submitted as an update for Fedora 12. http://admin.fedoraproject.org/updates/python-daemon-1.5.2-1.fc12
python-daemon-1.5.2-1.fc12 has been pushed to the Fedora 12 testing repository. If problems still persist, please make note of it in this bug report. If you want to test the update, you can install it with su -c 'yum --enablerepo=updates-testing update python-daemon'. You can provide feedback for this update here: http://admin.fedoraproject.org/updates/F12/FEDORA-2009-13796
python-daemon-1.5.2-1.fc12 has been pushed to the Fedora 12 stable repository. If problems still persist, please make note of it in this bug report.
python-daemon-1.5.2-1.el6 has been submitted as an update for Fedora EPEL 6. https://admin.fedoraproject.org/updates/python-daemon-1.5.2-1.el6
python-daemon-1.5.2-1.el6 has been pushed to the Fedora EPEL 6 stable repository.