diff --git a/coccinelle.changes b/coccinelle.changes index 5e24f67..4c2b331 100644 --- a/coccinelle.changes +++ b/coccinelle.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Fri Sep 24 22:36:26 UTC 2021 - Cristian Rodríguez + +- Further testing shows that grep, which and findutils are also + required. + ------------------------------------------------------------------- Tue Sep 21 00:36:44 UTC 2021 - Cristian Rodríguez diff --git a/coccinelle.spec b/coccinelle.spec index 63e26ea..5e0b2c1 100644 --- a/coccinelle.spec +++ b/coccinelle.spec @@ -39,7 +39,10 @@ BuildRequires: ocamlfind(pcre) BuildRequires: ocamlfind(pyml) BuildRequires: ocamlfind(stdcompat) BuildRequires: pkgconfig(python3) +Requires: findutils +Requires: grep Requires: python3-base +Requires: which %description Coccinelle is a program matching and transformation engine which