Description of problem: The RPM mod_jk-ap20 from channel "JBoss EWS for 4AS" seems to be for Apache 2.0, according to the package name and the package summary, and it can be installed on a machine where httpd22 is not installed. In reality, the package is for Apache 2.2. Version-Release number of selected component (if applicable): mod_jk-ap20-1.2.27-4.ep5.el4.i386 How reproducible: always Steps to Reproduce: 1. install httpd on a RHEL 4 AS machine 2. subscribe the machine to the JBoss EWS for 4AS channel 3. install mod_jk-ap20 and try to configure it for Apache Actual results: Apache will fail to start because of an undefined symbol in /usr/lib/httpd22/modules/mod_jk.so, if you manually add the module to the Apache configuration. Expected results: The package name and summary should be fixed and an RPM "requires" for "httpd22" should be added.