import ignition-2.15.0-2.el9_2

This commit is contained in:
CentOS Sources 2023-06-08 14:12:20 +00:00 committed by Stepan Oksanichenko
parent c265b9d8c6
commit 3dd9147c1d
3 changed files with 7 additions and 4 deletions

2
.gitignore vendored
View File

@ -1,2 +1,2 @@
SOURCES/ignition-2.15.0.tar.gz
SOURCES/ignition-edge-a3a8f0a.tar.gz
SOURCES/ignition-edge-35853de.tar.gz

View File

@ -1,2 +1,2 @@
e89bc902fffb16fdb885b284dd2d8ac74a33d5dd SOURCES/ignition-2.15.0.tar.gz
070536b56c3a071a6547723a2c52e2e5d6c9e564 SOURCES/ignition-edge-a3a8f0a.tar.gz
5478ba1847a798e4bff1b237281086a212a2af57 SOURCES/ignition-edge-35853de.tar.gz

View File

@ -7,7 +7,7 @@
%bcond_with check
%endif
%global ignedgecommit a3a8f0abb2a1c7fc1c9e5d0e7a3e8830b2e2d766
%global ignedgecommit 35853ded31252937d3390970a89885478651c12e
%global ignedgeshortcommit %(c=%{ignedgecommit}; echo ${c:0:7})
# https://github.com/coreos/ignition
@ -22,7 +22,7 @@ Version: 2.15.0
%global dracutlibdir %{_prefix}/lib/dracut
Name: ignition
Release: 1%{?dist}
Release: 2%{?dist}
Summary: First boot installer and configuration tool (RHEL CoreOS only)
# Upstream license specification: Apache-2.0
@ -343,6 +343,9 @@ install -p -m 0755 ./ignition %{buildroot}/%{dracutlibdir}/modules.d/30ignition
%endif
%changelog
* Tue May 30 2023 Antonio Murdaca <antoniomurdaca@gmail.com> - 2.15.0-2
- Fix Edge's Anaconda installer (#2203233)
* Wed Feb 22 2023 Benjamin Gilbert <bgilbert@redhat.com> - 2.15.0-1
- New release
- Clarify -edge subpackage summary and description