Hide Forgot
Description of problem: When running tito build --rpm with latest fedora/rhel we get: Traceback (most recent call last): File "/usr/bin/tito", line 19, in <module> from tito.cli import CLI File "/usr/lib/python2.6/site-packages/tito/cli.py", line 34, in <module> import tito.builder File "/usr/lib/python2.6/site-packages/tito/builder.py", line 25, in <module> from tito.release import * File "/usr/lib/python2.6/site-packages/tito/release.py", line 21, in <module> import pyfedpkg ImportError: No module named pyfedpkg This is fixed in tito-0.4.0-1 and beyond and needs to be pulled into epel. Version-Release number of selected component (if applicable): How reproducible: Steps to Reproduce: 1. Run 'tito build --rpm' on a titoized project in fedora 16/rhel6_2 2. 3. Actual results: Expected results: Additional info:
Fix is available in updates-testing, should be live in Fedora soon. There's also now a 'devel' repo if you're so inclined. http://repos.fedorapeople.org/repos/dgoodwin/tito/
Just submitted 0.4.0 for EPEL 5 and 6 stable.