Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=623871 Ding-Yi Chen <dchen@xxxxxxxxxx> changed: What |Removed |Added ---------------------------------------------------------------------------- Flag| |needinfo?(jni@xxxxxxxxxx) --- Comment #5 from Ding-Yi Chen <dchen@xxxxxxxxxx> 2010-08-17 21:09:15 EDT --- Thanks for your hard work, however, there are issues regarding package and usage. Packages: 1. You package is LGPLv2+, which means that you need to include both COPYING and COPYING.LESSER in your package. (see http://www.gnu.org/licenses/gpl-howto.html) 2. To make this package build in Fedora-12 (and possible RHEL5 / RHEL6). You can add following to your BuildRequires section: %if 0%{?fedora} < 13 BuildRequires: python-devel %endif Usage: After build, I read the README and http://code.google.com/p/flies/wiki/FliesPythonClient, it does not tell me how to: 1. Connect the server. There is an option in .fliesrc, but that doesn't seem to work. 2. Authenticate myself. I suppose there's a way to let me type password, submit a key, or something like that. Also, when executing flies list, it outputed following error: Traceback (most recent call last): File "/usr/bin/flies", line 8, in <module> load_entry_point('flies-python-client==0.0.2', 'console_scripts', 'flies')() File "/usr/lib/python2.6/site-packages/pkg_resources.py", line 277, in load_entry_point return get_distribution(dist).load_entry_point(group, name) File "/usr/lib/python2.6/site-packages/pkg_resources.py", line 2180, in load_entry_point return ep.load() File "/usr/lib/python2.6/site-packages/pkg_resources.py", line 1913, in load entry = __import__(self.module_name, globals(),globals(), ['__name__']) File "/usr/lib/python2.6/site-packages/fliesclient/flies.py", line 30, in <module> from flieslib.client import FliesResource File "/usr/lib/python2.6/site-packages/fliesclient/flieslib/__init__.py", line 23, in <module> from client import * File "/usr/lib/python2.6/site-packages/fliesclient/flieslib/client.py", line 29, in <module> from resservice import ResourceService File "/usr/lib/python2.6/site-packages/fliesclient/flieslib/resservice.py", line 35, in <module> from publican import Publican ImportError: No module named publican -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. _______________________________________________ package-review mailing list package-review@xxxxxxxxxxxxxxxxxxxxxxx https://admin.fedoraproject.org/mailman/listinfo/package-review