I've already installed a patched version of a package, and I don't want it be updated or reinstalled in any case.
What I have tried but not success:
- using
exclude=package-name*in/etc/yum.conf: I can still yum reinstall package-name.rpm - using
yum versionlock package-name: same as above, I can still yum reinstall package-name.rpm
Anyone have any ideas?
Thanks
You should use
yum-versionlockinstead because that is theyumplug-in that does the job.