Description of problem: The DocBoook HTML RPMs all contain a dependancy on the 'htmlview' program. This prevents installation of the manuals on anything other than Red Hat distributions. The dependancy is completely bogus in any case, since there are any number of HTML viewers that a user may choose to read our documentation with. Version-Release number of selected component (if applicable): How reproducible: Steps to Reproduce: 1. 2. 3. Actual results: Expected results: Additional info:
Funny, I didn't even know I had it: |$ rpm --query --whatprovides htmlview |htmlview-2.0.0-11 |$ rpm -ql htmlview |/usr/bin/htmlview |/usr/share/applications/redhat-web.desktop |$ file /usr/bin/htmlview |/usr/bin/htmlview: a /bin/bash script text executable |$ rpm --query --whatrequires htmlview | sort |cups-1.1.19-13 |gaim-0.71-2 |gnome-libs-1.4.1.2.90-35 |redhat-config-users-1.2.4-1 |redhat-logviewer-0.9.3-6 |xpdf-2.03-1
@40028