On several of our deployments (internal and customer) we have R1Soft installed for backups. One of the required packages is kernel-devel, so it can locally build a driver for their backup agent.
While kernel is excluded from upcp, kernel-devel is not. And what will happen is upcp will run, update a ton of things that are needed to be updated, but that will generally include any kernel-devel package updates. Having this newer than the booted/installed kernel packages tends to be an issue.
My question is this:
Is there a configuration file or filter list we can add packages to for exclusion from yum when upcp runs? We know we can use exclude= in /etc/yum.conf but the issue with that is that once there, it's excluded when when yum update is ran. That's when we need it to be included. We just need to get it excluded from when upcp runs.
While kernel is excluded from upcp, kernel-devel is not. And what will happen is upcp will run, update a ton of things that are needed to be updated, but that will generally include any kernel-devel package updates. Having this newer than the booted/installed kernel packages tends to be an issue.
My question is this:
Is there a configuration file or filter list we can add packages to for exclusion from yum when upcp runs? We know we can use exclude= in /etc/yum.conf but the issue with that is that once there, it's excluded when when yum update is ran. That's when we need it to be included. We just need to get it excluded from when upcp runs.
Last edited by a moderator: