Dovecot-sieve update error message

Discussion in 'HOWTO-Related Questions' started by willko, Nov 17, 2010.

  1. willko

    willko New Member

    [SOLVED] Dovecot-sieve update error message

    Hi all,

    Just wondering if anyone else is seeing this message:

    Code:
    09:40:01 :  Packages to update
    09:40:01 :  ---> 1:dovecot-sieve-0.1.18-6.el5.x86_64 
    09:40:01 : Preparing for install/remove/update
    09:40:01 : --> Preparing for a full update
    09:40:04 : --> Running transaction check
    09:40:04 : --> Processing Dependency: dovecot-sieve = 1:0.1.17-5.el5 for package: dovecot-sieve-devel
    09:40:04 : ---> Package dovecot-sieve.x86_64 1:0.1.18-6.el5 set to be updated
    09:40:06 : --> Finished Dependency Resolution
    09:40:06 : 1:dovecot-sieve-devel-0.1.17-5.el5.x86_64 from installed has depsolving problems
    09:40:06 :   --> Missing Dependency: dovecot-sieve = 1:0.1.17-5.el5 is needed by package 1:dovecot-sieve-devel-0.1.17-5.el5.x86_64 (installed)
    09:40:20 : Error in Dependency Resolution
    09:40:20 : Missing Dependency: dovecot-sieve = 1:0.1.17-5.el5 is needed by package 1:dovecot-sieve-devel-0.1.17-5.el5.x86_64 (installed)
    Here's my ATrpms.repo contents:

    Code:
    [atrpms]
    name=ATrpms for Fedora Core $releasever - $basearch
    baseurl=http://dl.atrpms.net/el5Server-x86_64/atrpms/stable/
    enabled=1
    gpgcheck=1
    gpgkey=http://ATrpms.net/RPM-GPG-KEY.atrpms
    includepkgs=dovecot dovecot-sieve clamav
    This is a CentOS 5 x64 server, setup in accordance with the perfect server guide here

    Attached is a YUM extender view of all things dovecot

    Am I the only one seeing this?

    Cheers all!
     

    Attached Files:

    Last edited: Nov 22, 2010
  2. willko

    willko New Member

    [solved}

    DOH! , pretty simple really :eek:

    Just add "dovecot-sieve-devel" to the ATrpms.repo includepkgs section...

    So it now looks like:

    Code:
    [atrpms]
    name=ATrpms for Fedora Core $releasever - $basearch
    baseurl=http://dl.atrpms.net/el5Server-x86_64/atrpms/stable/
    enabled=1
    gpgcheck=1
    gpgkey=http://ATrpms.net/RPM-GPG-KEY.atrpms
    includepkgs=dovecot dovecot-sieve dovecot-sieve-devel clamav 
    then

    Code:
    yum clean all
    yum update
    all sorted :)
     

Share This Page