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.
This commit is contained in:
parent
2260f54fcb
commit
286775ac63
@ -8,8 +8,8 @@
|
|||||||
|
|
||||||
Name: rust-%{crate}
|
Name: rust-%{crate}
|
||||||
Version: 5.3.0
|
Version: 5.3.0
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
Summary: Simple cloud provider agent
|
Summary: Simple cloud provider agent (RHEL CoreOS only)
|
||||||
|
|
||||||
# Upstream license specification: Apache-2.0
|
# Upstream license specification: Apache-2.0
|
||||||
License: ASL 2.0
|
License: ASL 2.0
|
||||||
@ -31,7 +31,12 @@ BuildRequires: rust-packaging
|
|||||||
BuildRequires: systemd
|
BuildRequires: systemd
|
||||||
|
|
||||||
%global _description %{expand:
|
%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}
|
%description %{_description}
|
||||||
|
|
||||||
@ -139,6 +144,10 @@ cp -a dracut/* %{buildroot}%{dracutmodulesdir}
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Jan 9 2023 Steven Presti <spresti@redhat.com> - 5.3.0-2
|
||||||
|
- Update description and summary to indicate this package is
|
||||||
|
only supported on RHEL CoreOS.
|
||||||
|
|
||||||
* Mon May 2 2022 Sohan Kunkerkar <skunkerk@redhat.com> - 5.3.0-1
|
* Mon May 2 2022 Sohan Kunkerkar <skunkerk@redhat.com> - 5.3.0-1
|
||||||
- Update to 5.3.0
|
- Update to 5.3.0
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user