I have two rpm packages that should not get installed together.
After googling around I assume there is no RequiresNot
tag or something similar to specify incompatible packages in a specfile.
What is the best solution to prevent installing them together?
Currently I'm using rhel but I would prefer a solution that is not rhel/yum
related (eq using: exclude=packageA
in repo.conf).