How to update RHEL7.0 without upgrading it to the next version (7.1)
i have a rhel 7.0 machine and i'm trying to install all available updates with yum update but i do not want it to be upgraded to the next available version 7.1 or higher.
my research on the web shows that u can lock the release package from being upgrades but when i do this i came across one of the packages that had a dependency on this packages. i don't want to go into a loop where i start to exclude packages just in order not to push it to the next version.
i also know that i can use yum security updates to install only security packages but then i'm still missing some other packages that can be upgraded on the same version level.
so how can i simply update the os with all relevant packages and still be on the same version of OS? (RHEL 7.0)
any assistance on how this can be achieved will be much appreciated.