From 37307feaf215d74d9fafdada739c9d2eb404e2536f72ebb22094ba649fccec3a Mon Sep 17 00:00:00 2001 From: Olaf Hering Date: Sat, 25 Sep 2021 00:08:34 +0000 Subject: [PATCH] Accepting request 921379 from home:elvigia:branches:devel:tools - Further testing shows that grep, which and findutils are also required. OBS-URL: https://build.opensuse.org/request/show/921379 OBS-URL: https://build.opensuse.org/package/show/devel:tools/coccinelle?expand=0&rev=85 --- coccinelle.changes | 6 ++++++ coccinelle.spec | 3 +++ 2 files changed, 9 insertions(+) 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