From 286775ac63c3390355edf267837a11372a07d8a9 Mon Sep 17 00:00:00 2001 From: Steven Presti Date: Mon, 9 Jan 2023 16:47:39 -0500 Subject: [PATCH] rust-afterburn.spec: update summary and description Resolves: rhbz#2087439. Due to afterburn being packaged in RHEL 9, a more explicit summary and description are necessary to indicate that its only used for RHEL CoreOS only. --- rust-afterburn.spec | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/rust-afterburn.spec b/rust-afterburn.spec index b131e0c..5ff3a2f 100644 --- a/rust-afterburn.spec +++ b/rust-afterburn.spec @@ -8,8 +8,8 @@ Name: rust-%{crate} Version: 5.3.0 -Release: 1%{?dist} -Summary: Simple cloud provider agent +Release: 2%{?dist} +Summary: Simple cloud provider agent (RHEL CoreOS only) # Upstream license specification: Apache-2.0 License: ASL 2.0 @@ -31,7 +31,12 @@ BuildRequires: rust-packaging BuildRequires: systemd %global _description %{expand: -Simple cloud provider agent.} +This software is currently only supported on RHEL CoreOS. + +Afterburn is a one-shot agent for cloud-like platforms which interacts with +provider-specific metadata endpoints. It is typically used in conjunction +with Ignition. +} %description %{_description} @@ -139,6 +144,10 @@ cp -a dracut/* %{buildroot}%{dracutmodulesdir} %endif %changelog +* Mon Jan 9 2023 Steven Presti - 5.3.0-2 +- Update description and summary to indicate this package is + only supported on RHEL CoreOS. + * Mon May 2 2022 Sohan Kunkerkar - 5.3.0-1 - Update to 5.3.0