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 - Confirm a form & display message if form is valid with JQuery -

Retrieving ETA (estimated time of arrival) with Google Distance Matrix API and public transit as transport mode -

ionic framework - Meteor - Error: Failed to execute 'insertBefore' on 'Node' -