tests/no-new-dependencies: Add /bin/sh to requires.txt
There appears to be new rpm behavior which adds Requires(interp): /bin/sh to this package, so we need to account for this in requires.txt. We already have /usr/bin/sh in requires.txt, so this is not a new dependency.
This commit is contained in:
parent
0e07c90567
commit
200350d957
@ -2,6 +2,7 @@ coreutils
|
|||||||
dwz
|
dwz
|
||||||
rpm
|
rpm
|
||||||
zip
|
zip
|
||||||
|
/bin/sh
|
||||||
/usr/bin/bash
|
/usr/bin/bash
|
||||||
/usr/bin/file
|
/usr/bin/file
|
||||||
/usr/bin/find
|
/usr/bin/find
|
||||||
|
Loading…
Reference in New Issue
Block a user