From 9b818192549caf3563b57b26189ef33ce570a79f Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Tue, 4 Aug 2015 04:07:29 -0400 Subject: add /bin/sh provider (needed for next commit) --- t/data/SPECS/failing-scriptlets/sh.spec | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 t/data/SPECS/failing-scriptlets/sh.spec diff --git a/t/data/SPECS/failing-scriptlets/sh.spec b/t/data/SPECS/failing-scriptlets/sh.spec new file mode 100644 index 00000000..b9131318 --- /dev/null +++ b/t/data/SPECS/failing-scriptlets/sh.spec @@ -0,0 +1,12 @@ +%global __requires_exclude /bin/sh +Summary: x +Name: sh +Version: 1 +Release: 1 +License: x +Provides: /bin/sh + +%description +x + +%files -- cgit v1.2.1