[ZendTo] Re: Install error
John Cooper
johnpcooper at yahoo.com
Wed Jun 1 09:09:44 BST 2011
On 31/05/11 21:38, Philip Parsons wrote:
>
> zendto-4.02-1.noarch from ZendTo has depsolving problems
>
> --> Missing Dependency: clamd is needed by package
> zendto-4.02-1.noarch (ZendTo)
>
> Error: Missing Dependency: clamd is needed by package
> zendto-4.02-1.noarch (ZendTo)
>
>
Fedora uses clamav-server package for clamd whereas Centos uses clamd
package therefore this should be added to the zendto.spec file to check
for Fedora and make its dependency clamav-server. There are Fedora clamd
packages provided by Atomic repo but you would have to remove your
existing clamav and re-install with the Atomic repo installed.
http://pkgs.org/fedora-14/atomic-i386/clamd-0.97-1.fc14.art.i686.rpm.html
https://www.atomicorp.com/downloads.html
It would be much easier if Jules updates the spec file and rebuilds.
I think something like
%if %is_fedora
requires: clamav-server
%else
requires: clamd
%endif
John.
More information about the ZendTo
mailing list