package: tkimg - 1.3-0.8.20080505svn.el5.i386 from epel-testing unresolved deps: tcl(abi) = 0:8.4 The RHEL/CentOS package for tcl doesn't seem to provide this. Perhaps just make it a regular dependency?
I have fixed this in the specfile in epel cvs, but strangely I can't request a new build. I'm getting: /usr/bin/plague-client build tkimg tkimg-1_3-0_9_20080505svn_el5 el5 Traceback (most recent call last): File "/usr/bin/plague-client", line 420, in <module> cli = PlagueClient(os.path.expanduser(cfg_file)) File "/usr/bin/plague-client", line 81, in __init__ self._email = self._get_user_email() File "/usr/bin/plague-client", line 138, in _get_user_email cert = OpenSSL.crypto.load_certificate(OpenSSL.crypto.FILETYPE_PEM, buf) OpenSSL.crypto.Error: [('PEM routines', 'PEM_read_bio', 'bad end line')] make: *** [plague] Error 1 I renewed my certificates after the "infamous intrusion" and I can connect with koji. Any idea why I can't connect with plague?
It's a bug in plague with the new ssl certs. See: http://www.redhat.com/archives/epel-devel-list/2008-August/msg00049.html basically you can manually apply that patch until the updated plague is released. Also, you might check updates-testing, it might have the new plague in it now.
Ok, the build is in http://buildsys.fedoraproject.org/logs/fedora-5-epel/250-tkimg-1.3-0.9.20080505svn.el5/
Excellent. Thanks for the quick fix.