Changes ******* Version 0.8 =========== - fixed exception in the final report when there are more than two ambiguous dependencies. Thanks to Ville Skittä for reporting this. - fixed dyslexia in generated html-report. Thanks again to Ville Skittä. - honor the configured special paths also, when directories are owned by an other package already. Version 0.7 =========== - made special paths configurable - made it possible to invoke rpmDirectoryCheck with RPMTAG_NAME only, instead of requiring a fullqualified NEVR string - cleaned up the spec-file - ambiguous requirements are giving a more helpful message now - internal enhancements which help to maintain/distribute the package Version 0.6 =========== - handle symlinks (e.g. /etc/init.d) as directories also - updated rpm-prefs for Severn Version 0.5 =========== - made it work with rpm-4.2 - improved performance significantly by fixing the misinterpretion of block-devices as directories and by better usage of the rpm-python API. Thanks to Jeff Johnson for his valuable hints. - updates for RHL9 Version 0.3 =========== - RPM database will be queried directly without calling the `rpm' command - Added `--dbpath' option which allows visiting another rpm database - Because rpm module of the official rpm-package contains no Python 2 support, the rpm-version of the RPM Directory Checker package provides an extra rpm-python2 subpackage. - Added speed enhancements reducing execution time by >90% - Removed explicit graphviz output. The "normal" method is fast enough and provides all needed information. Version 0.2 =========== - Initial release