Bump to ignition-dracut 2c69925
This commit is contained in:
parent
d8b94af17d
commit
25ea599bd0
1
.gitignore
vendored
1
.gitignore
vendored
@ -13,3 +13,4 @@
|
||||
/ignition-b1ab0b2.tar.gz
|
||||
/ignition-308d7a0.tar.gz
|
||||
/ignition-dracut-fa7131b.tar.gz
|
||||
/ignition-dracut-2c69925.tar.gz
|
||||
|
@ -67,13 +67,13 @@
|
||||
# https://github.com/coreos/ignition-dracut
|
||||
%global dracutprovider_prefix %{dracutprovider}.%{dracutprovider_tld}/%{dracutproject}/%{dracutrepo}
|
||||
%global dracutimport_path %{dracutprovider_prefix}
|
||||
%global dracutcommit fa7131b6d3cbc5017449be6e6359a054327c354a
|
||||
%global dracutcommit 2c699252247fd4eb786b66db30a30b777dcd8468
|
||||
%global dracutshortcommit %(c=%{dracutcommit}; echo ${c:0:7})
|
||||
|
||||
|
||||
Name: ignition
|
||||
Version: 0.30.0
|
||||
Release: 3.git%{shortcommit}%{?dist}
|
||||
Release: 4.git%{shortcommit}%{?dist}
|
||||
Summary: First boot installer and configuration tool
|
||||
License: ASL 2.0
|
||||
URL: https://%{provider_prefix}
|
||||
@ -482,6 +482,13 @@ export GOPATH=%{buildroot}/%{gopath}:$(pwd)/vendor:%{gopath}
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Fri Feb 15 2019 Dusty Mabe <dusty@dustymabe.com> - 0.30.0-4.git308d7a0
|
||||
- Bump to ignition-dracut 2c69925
|
||||
- * support platform configs and user configs in /boot
|
||||
^ https://github.com/coreos/ignition-dracut/pull/43
|
||||
* Add ability to parse config.ign file on boot
|
||||
^ https://github.com/coreos/ignition-dracut/pull/42
|
||||
|
||||
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.30.0-3.git308d7a0
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
||||
|
||||
|
2
sources
2
sources
@ -1,2 +1,2 @@
|
||||
SHA512 (ignition-308d7a0.tar.gz) = 5fe18f5868a6004656494976498e39b1bb20e62b15038c4cf793bc5d1dc812a65da44912a0002f028e6aa4f7afe0724dd0cab7a5b7d98222809c4234bba61fa2
|
||||
SHA512 (ignition-dracut-fa7131b.tar.gz) = 4620b0497860903a2e49470d77853dd945f7a02b6fb708805b620f698fe123fca9daf5e561678a871c4defd93d73cfee8a632fe853aba16ec08b36f8ad85a2ae
|
||||
SHA512 (ignition-dracut-2c69925.tar.gz) = 4df397a6b19cc8482353c4b38e4cee25690addd1713b66b8fc70c08858c5dbeb6ec4d0b1164f95f4a8a603889430967481c01632b8caf07cd56137901c1e18eb
|
||||
|
Loading…
Reference in New Issue
Block a user