Alexander Dalloz wrote:
Robert Moskowitz schrieb:
yum localinstall tinyca2-0.7.5-0.noarch.rpm
[ ... ]
Reading repository metadata in from local files --> Processing Dependency: perl-MIME-Base64 for package: tinyca2 --> Finished Dependency Resolution Error: Missing Dependency: perl-MIME-Base64 is needed by package tinyca2
Looks like you `rpmbuild --rebuild tinyca2-0.7.5-0.src.rpm' from the project home page. The tinyca2.spec is wrong as it contains
Actually I downloaded the rpm on the site, as it stated that it 'should' work with most distributions.... =-O
Requires: perl perl-Gtk2 perl-MIME-Base64
At least remove "perl-MIME-Base64", I think you can remove the complete line.
So get the source and do my own build. I am starting to get the hang of doing that...