Bug #71569 Naming of RPM's is not consistend.
Submitted: 3 Feb 2014 17:29 Modified: 4 Feb 2014 19:05
Reporter: Daniël van Eeden (OCA) Email Updates:
Status: Verified Impact on me:
None 
Category:MySQL Enterprise Backup Severity:S3 (Non-critical)
Version:3.9.0 OS:Any
Assigned to: CPU Architecture:Any

[3 Feb 2014 17:29] Daniël van Eeden
Description:
The RPM's for MySQL are named
MySQL-server-advanced-5.6.15-1.el6.x86_64
mysql-utilities-commercial-1.3.6-1.el6.noarch
meb-3.9.0-el6.x86_64

Some example:
"rpm -qa | grep -i mysql" doesn't find meb and "-i" is needed to find all mysql software.

MEB doesn't follow
<name>-<version>-<rev>.<dist>.<arch> 
but seems to use
<name>-<version>-<dist>.<arch> 

How to repeat:
Check the RPM names

Suggested fix:
Choose a consistend naming scheme.
[4 Feb 2014 19:05] Sveta Smirnova
Thank you for the report.

Verified as described.