I installed the latest MySQL server rpm, but it provides "MySQL-server-community" instead of "mysql-server" so packages that depend on "mysql-server" don't see that mysql is installed. I just want to edit the RPM file so it provides "mysql-server" instead. How can I do that?
|
feedback
|
|
This info was found in a Redhat forum, but can be adapted to other distros: You can if it's a source RPM. After that rebuild the rpm using | |||
|
feedback
|
|
Don't bother editing it to begin with. Create a new RPM that installs nothing, requires | |||
|
feedback
|
|
I am not sure whether this answer helps you or not. But you can use rpm rebuild to rebuild the rpm from the installed one's and build a new one with custom name. | |||
|
feedback
|
