From 4a667fe68919b22a5830cdb521e9a289d81b8c34 Mon Sep 17 00:00:00 2001 From: Zuzana Svetlikova Date: Fri, 6 Oct 2017 16:56:41 +0200 Subject: [PATCH] Use rpm macro --- nodejs.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/nodejs.yaml b/nodejs.yaml index ffc44d8..c0d8a41 100644 --- a/nodejs.yaml +++ b/nodejs.yaml @@ -42,12 +42,15 @@ data: - nodejs - nodejs-devel - npm + buildopts: + rpms: + macros: | + %_with_bootstrap 1 components: rpms: nodejs: rationale: Javascript runtime and npm package manager. buildorder: 10 - ref: 219617 nodejs-packaging: rationale: Runtime dependency of nodejs-devel. buildorder: 10