Bump ignition-dracut to fix umount stage network access
This commit is contained in:
parent
e279304633
commit
820aa5ae5f
1
.gitignore
vendored
1
.gitignore
vendored
@ -35,3 +35,4 @@
|
|||||||
/ignition-dracut-14808e2.tar.gz
|
/ignition-dracut-14808e2.tar.gz
|
||||||
/ignition-2d3ff58.tar.gz
|
/ignition-2d3ff58.tar.gz
|
||||||
/ignition-dracut-f67d587.tar.gz
|
/ignition-dracut-f67d587.tar.gz
|
||||||
|
/ignition-dracut-793d0ef.tar.gz
|
||||||
|
@ -67,13 +67,13 @@
|
|||||||
# https://github.com/coreos/ignition-dracut spec2x branch
|
# https://github.com/coreos/ignition-dracut spec2x branch
|
||||||
%global dracutprovider_prefix %{dracutprovider}.%{dracutprovider_tld}/%{dracutproject}/%{dracutrepo}
|
%global dracutprovider_prefix %{dracutprovider}.%{dracutprovider_tld}/%{dracutproject}/%{dracutrepo}
|
||||||
%global dracutimport_path %{dracutprovider_prefix}
|
%global dracutimport_path %{dracutprovider_prefix}
|
||||||
%global dracutcommit f67d5876b48652ab09b36d57d51d9f57f1a863b1
|
%global dracutcommit 793d0ef43874f1a0a5c3a6182173efd6d2336ef3
|
||||||
%global dracutshortcommit %(c=%{dracutcommit}; echo ${c:0:7})
|
%global dracutshortcommit %(c=%{dracutcommit}; echo ${c:0:7})
|
||||||
|
|
||||||
|
|
||||||
Name: ignition
|
Name: ignition
|
||||||
Version: 2.2.1
|
Version: 2.2.1
|
||||||
Release: 2.git%{shortcommit}%{?dist}
|
Release: 3.git%{shortcommit}%{?dist}
|
||||||
Summary: First boot installer and configuration tool
|
Summary: First boot installer and configuration tool
|
||||||
License: ASL 2.0 and BSD
|
License: ASL 2.0 and BSD
|
||||||
URL: https://%{provider_prefix}
|
URL: https://%{provider_prefix}
|
||||||
@ -546,6 +546,9 @@ export GOPATH=%{buildroot}/%{gopath}:$(pwd)/vendor:%{gopath}
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Mar 30 2020 Benjamin Gilbert <bgilbert@redhat.com> - 2.2.1-3.git2d3ff58
|
||||||
|
- Bump ignition-dracut to fix umount stage network access
|
||||||
|
|
||||||
* Sat Mar 28 2020 Benjamin Gilbert <bgilbert@redhat.com> - 2.2.1-2.git2d3ff58
|
* Sat Mar 28 2020 Benjamin Gilbert <bgilbert@redhat.com> - 2.2.1-2.git2d3ff58
|
||||||
- Fix userdata/metadata fetch on Packet
|
- Fix userdata/metadata fetch on Packet
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1,2 +1,2 @@
|
|||||||
SHA512 (ignition-2d3ff58.tar.gz) = 116450e0a4afb8a38fa0c0e925f7ee56ec6bab42b43cc5e314c882d74d44065be35bbf224cd45177ae788eb4be98181c0c19b3987a488d5d8ad6048e952ecbd1
|
SHA512 (ignition-2d3ff58.tar.gz) = 116450e0a4afb8a38fa0c0e925f7ee56ec6bab42b43cc5e314c882d74d44065be35bbf224cd45177ae788eb4be98181c0c19b3987a488d5d8ad6048e952ecbd1
|
||||||
SHA512 (ignition-dracut-f67d587.tar.gz) = 5cc95dd665b211316217c864f0e9fad921c6a7cfd621ee5ee77a922d59b9207e9ab80340f7aa862aec393e2e8537002f91540beea20558f8c6654e618c8821f0
|
SHA512 (ignition-dracut-793d0ef.tar.gz) = 34193e3b07aa490d64f39608adf62ed6c9ffc35e67ccbe38b1faf74d4629c5867def543cc535f90c2df774b6460b64f114fcc2e73fcaf349d520ba4c6563f297
|
||||||
|
Loading…
Reference in New Issue
Block a user