How to know what changes YUM UPDATE is going to apply?
I know you can see the list of packages that are going to be updated, but I'd like to know what detailed changes are going to be aplied in package.
|
|
There's no out-of-the-box facility to accomplish this. You would need to write a script to do the following:
|
|||||
|
|
Run the update on a separate, identical system and then compare the two to see what has changed. Though, this probably isn't going to help you answer your real question. This probably is the answer: Yum keeps a complete history of everything it does, with a full rollback capability. To roll back a change, first run:
You'll see a numbered list of transactions. Find the number corresponding to the transaction you want to revert, and then do:
|
|||
|
|
|
You can query a package with
Or you can read on Red Hat's page on Security Updates and read the errata for your server version. For Red Hat Enterprise Linux version 6 you would read this errata. |
|||
|
|