spec: new upstream version 2.20.0
resolves: #RHEL-65706
This commit is contained in:
parent
69b1667d00
commit
be47ae70a4
1
.gitignore
vendored
1
.gitignore
vendored
@ -64,3 +64,4 @@
|
|||||||
/ignition-2.18.0.tar.gz
|
/ignition-2.18.0.tar.gz
|
||||||
/ignition-2.19.0.tar.gz
|
/ignition-2.19.0.tar.gz
|
||||||
/ignition-edge-b8d1b7a.tar.gz
|
/ignition-edge-b8d1b7a.tar.gz
|
||||||
|
/ignition-2.20.0.tar.gz
|
||||||
|
@ -13,7 +13,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: 3%{?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,9 @@ 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
|
* Mon Sep 09 2024 Miguel Martín <mmartinv@redhat.com> - 2.19.0-3
|
||||||
- Update ignition-edge commit to support FIPS
|
- Update ignition-edge commit to support FIPS
|
||||||
- https://github.com/fedora-iot/ignition-edge/pull/2
|
- https://github.com/fedora-iot/ignition-edge/pull/2
|
||||||
|
2
sources
2
sources
@ -1,2 +1,2 @@
|
|||||||
SHA512 (ignition-2.19.0.tar.gz) = 3eef2609d94560b0f909a00b5475e534a99c7f1871b166745dc4ebee470082927d21f443d5ba40839749411aa86ba7ad8bc44f6e73f1e797850b07efb8b49485
|
SHA512 (ignition-2.20.0.tar.gz) = 96429a9ad98a54bcc66c65c2b6be8def67371eb70e9df295d44fb5ffdc1915a524772214f39409a0872c52521fdad8e1e4c6f80e019413c77ca3491afe754584
|
||||||
SHA512 (ignition-edge-b8d1b7a.tar.gz) = 4ad167d89a4efeca8a24f24fe5a0bd2e5a1acfa86eb21653d84ad136236c727c328e7da890f3294a2e81b32e7b52435713e71fdbdd9d93d815f1c202b4f49f36
|
SHA512 (ignition-edge-b8d1b7a.tar.gz) = 4ad167d89a4efeca8a24f24fe5a0bd2e5a1acfa86eb21653d84ad136236c727c328e7da890f3294a2e81b32e7b52435713e71fdbdd9d93d815f1c202b4f49f36
|
||||||
|
Loading…
Reference in New Issue
Block a user