Petr Mladek changed bug 916181
What Removed Added
Assignee pmladek@suse.com mls@suse.com

Comment # 3 on bug 916181 from
It looks like a bug in rpm. The dependency on /bin/sh is defined automatically
when rpmbuild scans the packages scripts. But is it is not listed in bash
provides:

$> rpm -q --provides bash
bash = 4.2-75.2
bash(x86-64) = 4.2-75.2
config(bash) = 4.2-75.2


The strange thing is the /bin/sh is kind of provided by bash:

$> rpm -q --whatprovides /bin/sh
bash-4.2-75.2.x86_64


So, it is provided a special way. This way is probably ignored when installing
using the manifest file.

Michael, could you please have a look?


You are receiving this mail because: