Displaying 1 result from an estimated 1 matches for "convert_config".
2015 Jun 27
4
Old and new package version numbers during RPM update
Hi CentOS folk,
In an RPM post-install script, is it possible to know the previous
version number, and the new version number of a package if it's an update?
I need to know this, because for a certain package, if updating from
version 1.x to 2.x, I need to run a program to convert the config file
of the package from version 1.x format to version 2.x format.
I've looked at SPEC file