From bd1b22e38788c29f4d3c859748cc1db6bc7a4816 Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Mon, 25 Jul 2022 16:51:14 -0400 Subject: [PATCH] Update to modulemd-packager v3 Signed-off-by: Stephen Gallagher --- nodejs.yaml | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/nodejs.yaml b/nodejs.yaml index 3fa76b7..285f770 100644 --- a/nodejs.yaml +++ b/nodejs.yaml @@ -1,6 +1,6 @@ --- -document: modulemd -version: 2 +document: modulemd-packager +version: 3 data: summary: Javascript runtime description: >- @@ -8,14 +8,13 @@ data: fast, scalable network applications. Node.js uses an event-driven, non-blocking I/O model that makes it lightweight and efficient, perfect for data-intensive real-time applications that run across distributed devices. - license: - module: - - MIT - dependencies: - - buildrequires: - platform: [-el8, -el9] - requires: - platform: [-el8, -el9] + configurations: + - context: f27b74a8 + platform: f35 + - context: 5e5ad4a0 + platform: f36 + - context: 9e842022 + platform: f37 references: community: http://nodejs.org documentation: http://nodejs.org/en/docs