Description of Problem: with the 7.1 product, you cannot build the xmorph SRPM without having gimp-devel installed. But, if "rpm -ba /usr/src/redhat/SPECS/xmorph*spec" is executed, you do NOT get an error from rpm about missing/unsatisfied build dependencies. If you install the gimp-devel rpm, the xmorph SRPM builds without problems. How Reproducible: Always Steps to Reproduce: 1. rpm -e gimp-devel 2. rpm -Uvh <tree-path>/SRPMS/xmorph*.src.rpm 3. rpm -ba /usr/src/redhat/SPECS/xmorph*spec 4. rpm -Uvh <tree-path>/RedHat/RPMS/gimp-devel* 5. rpm -ba /usr/src/redhat/SPECS/xmorph*spec Actual Results: first 3 steps result in a failure WITHOUT a build-requires error from rpm next 2 steps build the SRPM without fail Expected Results: I would expect an rpm error message to be written to stderr informing me the smorph SRPM cannot be built without installing the gimp-devel RPM. Additional Information:
Fixed in the 2001.02.22-2 release.