ignition-edge: Update ignition-edge commit
Add "fips" to ignition-edge dracut module dependencies: - https://github.com/fedora-iot/ignition-edge/pull/2 Resolves: RHEL-58535
This commit is contained in:
parent
95f19fe795
commit
69b1667d00
1
.gitignore
vendored
1
.gitignore
vendored
@ -63,3 +63,4 @@
|
||||
/ignition-2.17.0.tar.gz
|
||||
/ignition-2.18.0.tar.gz
|
||||
/ignition-2.19.0.tar.gz
|
||||
/ignition-edge-b8d1b7a.tar.gz
|
||||
|
@ -7,7 +7,7 @@
|
||||
%bcond_with check
|
||||
%endif
|
||||
|
||||
%global ignedgecommit 35853ded31252937d3390970a89885478651c12e
|
||||
%global ignedgecommit b8d1b7a52c28fd5c33d15a0628d4b69f242f5c57
|
||||
%global ignedgeshortcommit %(c=%{ignedgecommit}; echo ${c:0:7})
|
||||
|
||||
# https://github.com/coreos/ignition
|
||||
@ -22,7 +22,7 @@ Version: 2.19.0
|
||||
%global dracutlibdir %{_prefix}/lib/dracut
|
||||
|
||||
Name: ignition
|
||||
Release: 2%{?dist}
|
||||
Release: 3%{?dist}
|
||||
Summary: First boot installer and configuration tool (RHEL CoreOS only)
|
||||
|
||||
# Upstream license specification: Apache-2.0
|
||||
@ -352,6 +352,10 @@ install -p -m 0755 ./ignition %{buildroot}/%{dracutlibdir}/modules.d/30ignition
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* 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
|
||||
- Rebuild of 2.19.0 with a newer golang
|
||||
|
||||
|
2
sources
2
sources
@ -1,2 +1,2 @@
|
||||
SHA512 (ignition-2.19.0.tar.gz) = 3eef2609d94560b0f909a00b5475e534a99c7f1871b166745dc4ebee470082927d21f443d5ba40839749411aa86ba7ad8bc44f6e73f1e797850b07efb8b49485
|
||||
SHA512 (ignition-edge-35853de.tar.gz) = dc2ec47081e7d4ef35b00c5b02d2f4a26e1171fe5433a784060b007601a59e23a15e5621a9518602f131c3016a94c52ff6b28139a7e02afeba4af03f28b7aed2
|
||||
SHA512 (ignition-edge-b8d1b7a.tar.gz) = 4ad167d89a4efeca8a24f24fe5a0bd2e5a1acfa86eb21653d84ad136236c727c328e7da890f3294a2e81b32e7b52435713e71fdbdd9d93d815f1c202b4f49f36
|
||||
|
Loading…
Reference in New Issue
Block a user