+++ This bug was initially created as a clone of Bug #513075 +++ Description of problem: fedoras packaging guidelines state that el<version> should be defined to 1 https://fedoraproject.org/wiki/Packaging/DistTag#Conditionals redhat-release defines the disttag to .el6 and rhel to 6 but is missing el6 defined to 1 Version-Release number of selected component (if applicable): redhat-release-6-6.0.0.7.i586 How reproducible: always Steps to Reproduce: 1. install system 2. cat /etc/rpm/macros.dist 3. Actual results: %rhel 6 %dist .el6 Expected results: %rhel 6 %dist .el6 %el6 1 Additional info:
Cloning for RHEL5: Expected results: %rhel 5 %dist .el5 %el5 1