Update to latest ignition-dracut to fix coreos-gpt-setup unit
https://github.com/coreos/ignition-dracut/pull/191
This commit is contained in:
parent
de97bc03b2
commit
6dedd4b441
1
.gitignore
vendored
1
.gitignore
vendored
@ -41,3 +41,4 @@
|
||||
/ignition-ee616d5.tar.gz
|
||||
/ignition-dracut-7ff38d9.tar.gz
|
||||
/ignition-dracut-8f5d1ec.tar.gz
|
||||
/ignition-dracut-bdf0a65.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 8f5d1ec1189342bfcc896794ba875cc6ad6c7a5c
|
||||
%global dracutcommit bdf0a653584eb07b3ea87078ff427473821bdc2c
|
||||
%global dracutshortcommit %(c=%{dracutcommit}; echo ${c:0:7})
|
||||
|
||||
|
||||
Name: ignition
|
||||
Version: 2.3.0
|
||||
Release: 2.git%{shortcommit}%{?dist}
|
||||
Release: 3.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 15 2020 Timothée Ravier <travier@redhat.com> - 2.3.0-3.gitee616d5
|
||||
- Update to latest ignition-dracut to fix coreos-gpt-setup unit
|
||||
https://github.com/coreos/ignition-dracut/pull/191
|
||||
|
||||
* 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
|
||||
|
2
sources
2
sources
@ -1,2 +1,2 @@
|
||||
SHA512 (ignition-ee616d5.tar.gz) = 179e916ff97b3a6cd98c49cde7f2fbb213afbca29c33a3e58d2ca9c52dd6f51129bb47c72aec82911f251d6c3e43867109dcf6f4b97429b8383f5fc81be04e3f
|
||||
SHA512 (ignition-dracut-8f5d1ec.tar.gz) = 5d71851ae4794a4a87564548f1bf6eafed31f1e5776bea829780e48fff7cc5046b90eeda0ee756c6d6a9140df03aed0fd1c30a55c3c8200f22f5dbfff2920d80
|
||||
SHA512 (ignition-dracut-bdf0a65.tar.gz) = 284f077df975efb6a3afef445a1db66d2c688c8d831b56790738d566e19c4f457ea27e99083099e1d2c066675e7ea2d39b23e714056d3c4892d53155322d1372
|
||||
|
Loading…
Reference in New Issue
Block a user