Bump to ignition-dracut fa7131b
This commit is contained in:
parent
d3515dd2dd
commit
83f481ab24
1
.gitignore
vendored
1
.gitignore
vendored
@ -12,3 +12,4 @@
|
|||||||
/ignition-dracut-7b83454.tar.gz
|
/ignition-dracut-7b83454.tar.gz
|
||||||
/ignition-b1ab0b2.tar.gz
|
/ignition-b1ab0b2.tar.gz
|
||||||
/ignition-308d7a0.tar.gz
|
/ignition-308d7a0.tar.gz
|
||||||
|
/ignition-dracut-fa7131b.tar.gz
|
||||||
|
@ -67,13 +67,13 @@
|
|||||||
# https://github.com/coreos/ignition-dracut
|
# https://github.com/coreos/ignition-dracut
|
||||||
%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 7b83454d48ca5f73d82dbd21d0a03fff7974ca0b
|
%global dracutcommit fa7131b6d3cbc5017449be6e6359a054327c354a
|
||||||
%global dracutshortcommit %(c=%{dracutcommit}; echo ${c:0:7})
|
%global dracutshortcommit %(c=%{dracutcommit}; echo ${c:0:7})
|
||||||
|
|
||||||
|
|
||||||
Name: ignition
|
Name: ignition
|
||||||
Version: 0.30.0
|
Version: 0.30.0
|
||||||
Release: 1.git%{shortcommit}%{?dist}
|
Release: 2.git%{shortcommit}%{?dist}
|
||||||
Summary: First boot installer and configuration tool
|
Summary: First boot installer and configuration tool
|
||||||
License: ASL 2.0
|
License: ASL 2.0
|
||||||
URL: https://%{provider_prefix}
|
URL: https://%{provider_prefix}
|
||||||
@ -482,6 +482,12 @@ export GOPATH=%{buildroot}/%{gopath}:$(pwd)/vendor:%{gopath}
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Jan 28 2019 Dusty Mabe <dusty@dustymabe.com> - 0.30.0-2.git308d7a0
|
||||||
|
- Bump to ignition-dracut fa7131b
|
||||||
|
- * 7579b92 journal: add clarifying comment for context
|
||||||
|
* a6551f1 Remount /sysroot rw (#38)
|
||||||
|
* ignition-firstboot-complete.service: Remount /boot rw
|
||||||
|
|
||||||
* Sat Dec 15 2018 Benjamin Gilbert <bgilbert@redhat.com> - 0.30.0-1.git308d7a0
|
* Sat Dec 15 2018 Benjamin Gilbert <bgilbert@redhat.com> - 0.30.0-1.git308d7a0
|
||||||
- New release 0.30.0
|
- New release 0.30.0
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1,2 +1,2 @@
|
|||||||
SHA512 (ignition-308d7a0.tar.gz) = 5fe18f5868a6004656494976498e39b1bb20e62b15038c4cf793bc5d1dc812a65da44912a0002f028e6aa4f7afe0724dd0cab7a5b7d98222809c4234bba61fa2
|
SHA512 (ignition-308d7a0.tar.gz) = 5fe18f5868a6004656494976498e39b1bb20e62b15038c4cf793bc5d1dc812a65da44912a0002f028e6aa4f7afe0724dd0cab7a5b7d98222809c4234bba61fa2
|
||||||
SHA512 (ignition-dracut-7b83454.tar.gz) = 8a523998efa1f55de77a7d4fb6a7fa060ebd3632d81e46fba1384fa8645934ae45044d524f25e724d56fe5dbf24424327e1d0bdc8d46c6e95793e92fbbe221f3
|
SHA512 (ignition-dracut-fa7131b.tar.gz) = 4620b0497860903a2e49470d77853dd945f7a02b6fb708805b620f698fe123fca9daf5e561678a871c4defd93d73cfee8a632fe853aba16ec08b36f8ad85a2ae
|
||||||
|
Loading…
Reference in New Issue
Block a user