Dois rpms com o mesmo nome de prefixo em um repositório

0

Estou usando o CentOS, tenho um repositório local e quero adicionar o servidor mysql e o cluster do mysql rpms nele então adicionei todo o rpm necessário e todas as dependências.

No cliente que adicionou meu repo

liste todos os rpm com MYSQL no repo

[root@s2 ~]# yum list available |grep MySQL
MySQL-Cluster-client-gpl.x86_64        7.3.5-1.el6                     localrepo
MySQL-Cluster-server-gpl.x86_64        7.3.5-1.el6                     localrepo
MySQL-Cluster-shared-compat-gpl.x86_64 7.3.5-1.el6                     localrepo
MySQL-server.x86_64                    5.6.17-1.el6                    localrepo

tente instalar o servidor mysql

[root@s2 ~]# yum install mysql-server
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
localrepo                                                | 2.9 kB     00:00
Setting up Install Process
Package MySQL-server is obsoleted by MySQL-Cluster-server-gpl, trying to install MySQL-Cluster-server-gpl-7.3.5-1.el6.x86_64 instead
Resolving Dependencies
--> Running transaction check
---> Package MySQL-Cluster-server-gpl.x86_64 0:7.3.5-1.el6 will be installed
--> Finished Dependency Resolution

Dependencies Resolved

================================================================================
 Package                      Arch       Version            Repository     Size
================================================================================
Installing:
 MySQL-Cluster-server-gpl     x86_64     7.3.5-1.el6        localrepo     142 M

Transaction Summary
================================================================================
Install       1 Package(s)

Total download size: 142 M
Installed size: 612 M
Is this ok [y/N]:

O yum instala mysql cluster server instalado de mysql server

Como resolver este problema?

    
por Steve 10.06.2014 / 01:27

0 respostas