From 321e242c824714312628dc233ebfcbf4dd78b606 Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Fri, 21 Feb 2025 15:29:17 -0500 Subject: [PATCH] manifests: Drop metadata from fedora manifests Let's inherit from the generic descriptions. Signed-off-by: Colin Walters --- fedora-bootc.yaml | 4 ---- fedora-minimal.yaml | 4 ---- fedora-tier-x.yaml | 4 ---- 3 files changed, 12 deletions(-) diff --git a/fedora-bootc.yaml b/fedora-bootc.yaml index e8251b2..a505c04 100644 --- a/fedora-bootc.yaml +++ b/fedora-bootc.yaml @@ -1,7 +1,3 @@ -metadata: - name: fedora-boot-tier1 - summary: Fedora Bootable Tier 1 - include: - fedora-generic.yaml - standard/manifest.yaml diff --git a/fedora-minimal.yaml b/fedora-minimal.yaml index 76762f6..10d409e 100644 --- a/fedora-minimal.yaml +++ b/fedora-minimal.yaml @@ -1,7 +1,3 @@ -metadata: - name: fedora-boot-tier0 - summary: Fedora Bootable Tier 0 - include: - fedora-generic.yaml - minimal/manifest.yaml diff --git a/fedora-tier-x.yaml b/fedora-tier-x.yaml index f80d107..91af79c 100644 --- a/fedora-tier-x.yaml +++ b/fedora-tier-x.yaml @@ -1,7 +1,3 @@ -metadata: - name: fedora-boot-tier-x - summary: Fedora Bootable Tier X - include: - fedora-generic.yaml - tier-x/manifest.yaml