Project

General

Profile

« Previous | Next » 

Revision 5bc03867

Added by Martin Bacovsky over 4 years ago

Fixes #27686, #27730, #27731, #27732 - Version locking NG

Original locking of foreman-related packages was replaced
with new approach that locks all packages except some select
exceptions. For better performance and usability we are introducing
new yum plugin the will be used instead of the yum versionlock plugin.

- the new yum plugin lives in extras/foreman_protector
- the plugin excludes everything except for pkgs in whitelist
- the plugin prints how many packages are excluded
- the plugin prints hint about using f-m packages install/update
- 'f-m packages install/update' install/update packages
it unlocks them first, run the yum and run the installer --upgrade
which locks packages again. User is informed and asked for confirmation
- f-m packages status was extended to print if the locking is enabled
If not, warning is printed.
- packages commands can install and setup the new plugin

  • added
  • modified
  • copied
  • renamed
  • deleted