mysql - Add alias to installed rpm -


first small situation sketch. have centos 7 , want install opensource version of oreka (http://oreka.sourceforge.net/). software hasn't received updates since 2013.

so found in install script looks rpm package mysql-server. rpm -q returns package not found since name mysql-community-server now. question can add alias "mysql-server" somehow "mysql-community-server" fool script. more convenient rebuilding install script/package.

you can make own empty rpm "provides" mysql-server , "requires" mysql-community-server kind of aliasing. can call mysql-server-compat-myorg.


Comments

Popular posts from this blog

javascript - Knockout pushing observable and computed data to an observable array -

Trouble making a JSON string -

sitecore - Resolve ISitecoreService using SimpleInjector -