Description of problem: %postun executes /usr/bin/xmlcatalog while there is no explicit postun requirement for its providing package, which results in uninstall post scriptlet errors on a minimal install that got the package yummed. Version-Release number of selected component (if applicable): docbook-style-xsl-1.73.0-2.fc8
PreReq: libxml2 >= 2.4.8 added to spec file... First corrected version is docbook-style-xsl-1.73.2-2.fc8. Closing RAWHIDE.
this issue is not fixed yet what is missing is a Requires(postun)
Missing is Requires(post) and Requires(postun), because /usr/bin/xmlcatalog is used in both sections. Will be done during my rpmlint cleanup of the package - there is a lot of other issues.
RPMlint check done, built as docbook-style-xsl-1.73.2-3.fc9 with hopefully correct requirements. Closing RAWHIDE again...
docbook-style-xsl-1.73.2-2.fc7 has been pushed to the Fedora 7 testing repository. If problems still persist, please make note of it in this bug report. If you want to test the update, you can install it with su -c 'yum --enablerepo=updates-testing update docbook-style-xsl'