Page 1 of 1

Yum upadte epel vs asl4

Posted: Tue Aug 27, 2019 8:02 am
by Kalimari
Just noticed a yum update for clamav which is pulling in the epel repo and obsoleting clamav-db from asl-4.0

Code: Select all

yum check-update
clamav-data.noarch                                                                0.101.4-1.el7                                                                    epel   
Obsoleting Packages
clamav-db.x86_64                                                                  0.101.4-8677.el7.art                                                             asl-4.0
    clamav-data.noarch                                                            0.101.3-1.el7                                                                    @epel 
Is it best to utilise yum-plugin-priorities package for this or is there a better solution.
Thanks

Re: Yum upadte epel vs asl4

Posted: Tue Aug 27, 2019 12:25 pm
by Imaging
We add an exclude statement under [epel] in our epel.repo file. For example:

exclude=clamav* clamd

to keep the versions/repos from conflicting so that the asl versions will be the primary versions.