From 8f71a97c4a6759ada040eea2c5cc83acb46a18c2 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Wed, 22 Apr 2020 10:02:02 +0200 Subject: explain why we need our own "static shell" historically we were used static dash but that was too Mageia centered --- t/data/SPECS/ordering-scriptlets/a_1.spec | 2 ++ 1 file changed, 2 insertions(+) (limited to 't') diff --git a/t/data/SPECS/ordering-scriptlets/a_1.spec b/t/data/SPECS/ordering-scriptlets/a_1.spec index 216f6360..4edb53df 100644 --- a/t/data/SPECS/ordering-scriptlets/a_1.spec +++ b/t/data/SPECS/ordering-scriptlets/a_1.spec @@ -11,6 +11,8 @@ BuildRequires: gcc %prep %setup -c -T +# This is a simple static "shell" for scriptlets. +# Thus it must be w/o deps (static): cat < a.c #include int main(int argc, char **argv) { -- cgit v1.2.1