From 5775a4eabf6be6fe436b55683d45b71fcb4f7c28 Mon Sep 17 00:00:00 2001 From: "Colin Walters (Red Hat)" Date: Wed, 15 Jun 2022 16:20:00 +0000 Subject: [PATCH] spec: Clarify we only support this in RHEL CoreOS --- ignition.spec | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/ignition.spec b/ignition.spec index ac78e86..bdae51f 100644 --- a/ignition.spec +++ b/ignition.spec @@ -20,7 +20,7 @@ Version: 2.14.0 Name: ignition Release: 1%{?dist} -Summary: First boot installer and configuration tool +Summary: First boot installer and configuration tool (RHEL CoreOS only) # Upstream license specification: Apache-2.0 License: ASL 2.0 @@ -191,6 +191,8 @@ Provides: bundled(golang(go.opencensus.io/trace/propagation)) = 0.22.5 Provides: bundled(golang(go.opencensus.io/trace/tracestate)) = 0.22.5 %description +This software is currently only supported on RHEL CoreOS. + Ignition is a utility used to manipulate systems during the initramfs. This includes partitioning disks, formatting partitions, writing files (regular files, systemd units, etc.), and configuring users. On first