I have installed a rpm package builded by myself whichs depends on php-common. Now, I need to install a new php-common version. Since it will remove php-common (current version) yum is telling me to remove my rpm-package. I don't want to remove this package since I already know it will not be any problem with the new php-common version. How can I avoid yum to remove o check for dependencies on my rpm package?
An example of what I'm doing:
Installed packages:
mypackage.rpm (require php-common)
php-common.rpm
When installing php56w-common it says it conflicts with php-common.rpm which I can not remove because it will try to remove also mypackage.rpm. I would like to remove php-common.rpm but keep installed (even with broken dependencies) mypackage.rpm