Update ignition-edge commit to support FIPS: https://github.com/fedora-iot/ignition-edge/pull/2/files Resolves: RHEL-58763
This commit is contained in:
parent
6e48bd528c
commit
b18fe1f503
2
.gitignore
vendored
2
.gitignore
vendored
@ -64,3 +64,5 @@
|
||||
/ignition-2.16.2.tar.gz
|
||||
/ignition-2.17.0.tar.gz
|
||||
/gptfdisk-*.tar.gz
|
||||
/ignition-edge-b8d1b7a.tar.gz
|
||||
/ignition-2.19.0.tar.gz
|
||||
|
@ -7,7 +7,7 @@
|
||||
%bcond_with check
|
||||
%endif
|
||||
|
||||
%global ignedgecommit a3a8f0abb2a1c7fc1c9e5d0e7a3e8830b2e2d766
|
||||
%global ignedgecommit b8d1b7a52c28fd5c33d15a0628d4b69f242f5c57
|
||||
%global ignedgeshortcommit %(c=%{ignedgecommit}; echo ${c:0:7})
|
||||
|
||||
%if 0%{?rhel} && 0%{?rhel} == 10
|
||||
@ -18,7 +18,7 @@
|
||||
# https://github.com/coreos/ignition
|
||||
%global goipath github.com/coreos/ignition
|
||||
%global gomodulesmode GO111MODULE=on
|
||||
Version: 2.17.0
|
||||
Version: 2.19.0
|
||||
|
||||
%gometa
|
||||
|
||||
@ -27,7 +27,7 @@ Version: 2.17.0
|
||||
%global dracutlibdir %{_prefix}/lib/dracut
|
||||
|
||||
Name: ignition
|
||||
Release: 7%{?dist}
|
||||
Release: 1%{?dist}
|
||||
Summary: First boot installer and configuration tool
|
||||
|
||||
# Upstream license specification: Apache-2.0
|
||||
@ -398,6 +398,10 @@ install -D -p -m 644 COPYING %{buildroot}%{_datadir}/licenses/gdisk/COPYING
|
||||
%{_libdir}/bootupd/grub2-static/configs.d/ignition.cfg
|
||||
|
||||
%changelog
|
||||
* Thu Sep 26 2024 Joseph Marrero <jmarrero@fedoraproject.org> - 2.19.0-1
|
||||
- Rebase to https://github.com/coreos/ignition/releases/tag/v2.19.0
|
||||
- Update ignition-edge commit https://github.com/fedora-iot/ignition-edge/pull/2
|
||||
|
||||
* Thu Aug 22 2024 Timothée Ravier <tim@siosm.fr> - 2.17.0-7
|
||||
- Vendor gdisk
|
||||
|
||||
|
4
sources
4
sources
@ -1,3 +1,3 @@
|
||||
SHA512 (gptfdisk-1.0.10.tar.gz) = 76764e176cd92470648a1d7a8d2570ebc41005204e73b0f2dd5a7aff2fc1981d3bec61a3bd68b855cc3474bcb7cf49c1cb2ea25843d4e7945bef7648d548383d
|
||||
SHA512 (ignition-2.17.0.tar.gz) = cfbe1ec0fbeee66e568b2943a6893d11f3965867f85dc4005b3dc10299f314bf7e64141c68867a8422dfd911534011a714631c78921abebbaaa0d9705cb5a336
|
||||
SHA512 (ignition-edge-a3a8f0a.tar.gz) = ef04cd411752f1b48fdb64ae8e45a2234b635a19ead82483cb33e246697e6ae639f6036030e7647913f5f589532f3d015bcc81848db50ebe8800242f6f23230a
|
||||
SHA512 (ignition-edge-b8d1b7a.tar.gz) = 4ad167d89a4efeca8a24f24fe5a0bd2e5a1acfa86eb21653d84ad136236c727c328e7da890f3294a2e81b32e7b52435713e71fdbdd9d93d815f1c202b4f49f36
|
||||
SHA512 (ignition-2.19.0.tar.gz) = 3eef2609d94560b0f909a00b5475e534a99c7f1871b166745dc4ebee470082927d21f443d5ba40839749411aa86ba7ad8bc44f6e73f1e797850b07efb8b49485
|
||||
|
Loading…
Reference in New Issue
Block a user