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

android - ConstraintLayout: Realign baseline constraint in case if dependent view visibility was set to GONE -

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

How to put a lock and transaction on table using spring 4 or above using jdbcTemplate and annotations like @Transactional? -