From 200350d957a13152c1d50880ce01ed2119ac103d Mon Sep 17 00:00:00 2001 From: Tom Stellard Date: Wed, 20 Apr 2022 16:47:58 +0000 Subject: [PATCH] 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. --- tests/no-new-dependency/requires.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/no-new-dependency/requires.txt b/tests/no-new-dependency/requires.txt index c036bd5..b127062 100644 --- a/tests/no-new-dependency/requires.txt +++ b/tests/no-new-dependency/requires.txt @@ -2,6 +2,7 @@ coreutils dwz rpm zip +/bin/sh /usr/bin/bash /usr/bin/file /usr/bin/find