I have two rpm packages wich 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 wich is not rhel/yum related (eq using: exclude=packageA in repo.conf).