Update to latest ignition-dracut to fix error handling
https://github.com/coreos/ignition-dracut/pull/188
This commit is contained in:
parent
8010f80671
commit
de97bc03b2
1
.gitignore
vendored
1
.gitignore
vendored
@ -40,3 +40,4 @@
|
||||
/ignition-dracut-390779d.tar.gz
|
||||
/ignition-ee616d5.tar.gz
|
||||
/ignition-dracut-7ff38d9.tar.gz
|
||||
/ignition-dracut-8f5d1ec.tar.gz
|
||||
|
@ -67,13 +67,13 @@
|
||||
# https://github.com/coreos/ignition-dracut spec2x branch
|
||||
%global dracutprovider_prefix %{dracutprovider}.%{dracutprovider_tld}/%{dracutproject}/%{dracutrepo}
|
||||
%global dracutimport_path %{dracutprovider_prefix}
|
||||
%global dracutcommit 7ff38d9716bf982e3f6495d85c6ce91aab72e88d
|
||||
%global dracutcommit 8f5d1ec1189342bfcc896794ba875cc6ad6c7a5c
|
||||
%global dracutshortcommit %(c=%{dracutcommit}; echo ${c:0:7})
|
||||
|
||||
|
||||
Name: ignition
|
||||
Version: 2.3.0
|
||||
Release: 1.git%{shortcommit}%{?dist}
|
||||
Release: 2.git%{shortcommit}%{?dist}
|
||||
Summary: First boot installer and configuration tool
|
||||
License: ASL 2.0 and BSD
|
||||
URL: https://%{provider_prefix}
|
||||
@ -540,6 +540,10 @@ export GOPATH=%{buildroot}/%{gopath}:$(pwd)/vendor:%{gopath}
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Mon Jun 01 2020 Jonathan Lebon <jonathan@jlebon.com> - 2.3.0-2.gitee616d5
|
||||
- Update to latest ignition-dracut to fix error handling
|
||||
https://github.com/coreos/ignition-dracut/pull/188
|
||||
|
||||
* Tue May 05 2020 Benjamin Gilbert <bgilbert@redhat.com> - 2.3.0-1.gitee616d5
|
||||
- New release
|
||||
- Bump ignition-dracut
|
||||
|
2
sources
2
sources
@ -1,2 +1,2 @@
|
||||
SHA512 (ignition-ee616d5.tar.gz) = 179e916ff97b3a6cd98c49cde7f2fbb213afbca29c33a3e58d2ca9c52dd6f51129bb47c72aec82911f251d6c3e43867109dcf6f4b97429b8383f5fc81be04e3f
|
||||
SHA512 (ignition-dracut-7ff38d9.tar.gz) = acbee4af287ec03b2044d0bf4592ace2f9e36d6daf66251dc1d9214f7f2aa93b92afe11142d0311d7c4b3292e01303ce87111a377f0b83b4116715ec23b31332
|
||||
SHA512 (ignition-dracut-8f5d1ec.tar.gz) = 5d71851ae4794a4a87564548f1bf6eafed31f1e5776bea829780e48fff7cc5046b90eeda0ee756c6d6a9140df03aed0fd1c30a55c3c8200f22f5dbfff2920d80
|
||||
|
Loading…
Reference in New Issue
Block a user