> rpm -i --dbpath /home/akazarov/releases/testRPMinst/RPMDB--prefix=/home/akazarov/releases/testRPMinst /usr/src/redhat/RPMS/i386/LCG-43a-0.i386.rpmerror: Failed dependencies: /bin/sh is needed by LCG-43a-0 Suggested resolutions: bash-2.05b-41.4.i386.rpmWhat version of rpm provides suggested resolutions, and where does it get this information from?
It is > rpm --version RPM version 4.2.3Anyway, the problem is solved by adding a virtual "Provides" to the package which is installed first.
Andrei