import CS ignition-2.20.0-1.el9
This commit is contained in:
parent
d2069f557a
commit
921ef38bfd
4
.gitignore
vendored
4
.gitignore
vendored
@ -1,2 +1,2 @@
|
|||||||
SOURCES/ignition-2.19.0.tar.gz
|
SOURCES/ignition-2.20.0.tar.gz
|
||||||
SOURCES/ignition-edge-35853de.tar.gz
|
SOURCES/ignition-edge-b8d1b7a.tar.gz
|
||||||
|
@ -1,2 +1,2 @@
|
|||||||
f10ca64b7df40a3497cb224f29189051521471fb SOURCES/ignition-2.19.0.tar.gz
|
869ef34676237447050898b7b9f549c43f64fe03 SOURCES/ignition-2.20.0.tar.gz
|
||||||
5478ba1847a798e4bff1b237281086a212a2af57 SOURCES/ignition-edge-35853de.tar.gz
|
0069b62bce8673f82ac6a4b9959ec8db4ffed8ad SOURCES/ignition-edge-b8d1b7a.tar.gz
|
||||||
|
@ -7,13 +7,13 @@
|
|||||||
%bcond_with check
|
%bcond_with check
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%global ignedgecommit 35853ded31252937d3390970a89885478651c12e
|
%global ignedgecommit b8d1b7a52c28fd5c33d15a0628d4b69f242f5c57
|
||||||
%global ignedgeshortcommit %(c=%{ignedgecommit}; echo ${c:0:7})
|
%global ignedgeshortcommit %(c=%{ignedgecommit}; echo ${c:0:7})
|
||||||
|
|
||||||
# https://github.com/coreos/ignition
|
# https://github.com/coreos/ignition
|
||||||
%global goipath github.com/coreos/ignition
|
%global goipath github.com/coreos/ignition
|
||||||
%global gomodulesmode GO111MODULE=on
|
%global gomodulesmode GO111MODULE=on
|
||||||
Version: 2.19.0
|
Version: 2.20.0
|
||||||
|
|
||||||
%gometa
|
%gometa
|
||||||
|
|
||||||
@ -22,7 +22,7 @@ Version: 2.19.0
|
|||||||
%global dracutlibdir %{_prefix}/lib/dracut
|
%global dracutlibdir %{_prefix}/lib/dracut
|
||||||
|
|
||||||
Name: ignition
|
Name: ignition
|
||||||
Release: 2%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: First boot installer and configuration tool (RHEL CoreOS only)
|
Summary: First boot installer and configuration tool (RHEL CoreOS only)
|
||||||
|
|
||||||
# Upstream license specification: Apache-2.0
|
# Upstream license specification: Apache-2.0
|
||||||
@ -352,6 +352,13 @@ install -p -m 0755 ./ignition %{buildroot}/%{dracutlibdir}/modules.d/30ignition
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Nov 04 2024 Steven Presti <spresti@redhat.com> - 2.20.0-1
|
||||||
|
- New release
|
||||||
|
|
||||||
|
* Mon Sep 09 2024 Miguel Martín <mmartinv@redhat.com> - 2.19.0-3
|
||||||
|
- Update ignition-edge commit to support FIPS
|
||||||
|
- https://github.com/fedora-iot/ignition-edge/pull/2
|
||||||
|
|
||||||
* Tue Jul 02 2024 Joseph Marrero <jmarrero@fedoraproject.org> - 2.19.0-2
|
* Tue Jul 02 2024 Joseph Marrero <jmarrero@fedoraproject.org> - 2.19.0-2
|
||||||
- Rebuild of 2.19.0 with a newer golang
|
- Rebuild of 2.19.0 with a newer golang
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user