From ca0fa424c57840bb081887ee290d30e86b5c5c76 Mon Sep 17 00:00:00 2001 From: Petr Šabata Date: Apr 03 2018 16:10:17 +0000 Subject: Fix invalid modulemd-defaults files The name of the module is denoted by the 'module' atribute, not 'name'. This makes the files valid and readable by libmodulemd. Signed-off-by: Petr Šabata --- diff --git a/django.yaml b/django.yaml index c9015cd..cfb9754 100644 --- a/django.yaml +++ b/django.yaml @@ -1,6 +1,6 @@ document: modulemd-defaults version: 1 data: - name: django + module: django profiles: 1.6: [default] diff --git a/nodejs.yaml b/nodejs.yaml index fa6169e..3dff69d 100644 --- a/nodejs.yaml +++ b/nodejs.yaml @@ -1,7 +1,7 @@ document: modulemd-defaults version: 1 data: - name: nodejs + module: nodejs profiles: 6: [default] 8: [default] diff --git a/reviewboard.yaml b/reviewboard.yaml index 9db513b..e7f664c 100644 --- a/reviewboard.yaml +++ b/reviewboard.yaml @@ -1,7 +1,7 @@ document: modulemd-defaults version: 1 data: - name: reviewboard + module: reviewboard stream: 2.5 profiles: 2.5: [default]