Bump to ignition-dracut 4bdfb34
* 6d0763a module-setup: Make mkfs.btrfs optional
This commit is contained in:
parent
0d1e132c3e
commit
c1c1198ead
1
.gitignore
vendored
1
.gitignore
vendored
@ -6,3 +6,4 @@
|
|||||||
/ignition-dracut-d056287.tar.gz
|
/ignition-dracut-d056287.tar.gz
|
||||||
/ignition-dracut-8c85eb3.tar.gz
|
/ignition-dracut-8c85eb3.tar.gz
|
||||||
/ignition-dracut-c09ce6f.tar.gz
|
/ignition-dracut-c09ce6f.tar.gz
|
||||||
|
/ignition-dracut-4bdfb34.tar.gz
|
||||||
|
@ -67,13 +67,13 @@
|
|||||||
# https://github.com/dustymabe/ignition-dracut
|
# https://github.com/dustymabe/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 c09ce6f72313bb69f42951244f915e8852ee80a5
|
%global dracutcommit 4bdfb342181c3d746c1bb47fc613f9967a8a24a8
|
||||||
%global dracutshortcommit %(c=%{dracutcommit}; echo ${c:0:7})
|
%global dracutshortcommit %(c=%{dracutcommit}; echo ${c:0:7})
|
||||||
|
|
||||||
|
|
||||||
Name: ignition
|
Name: ignition
|
||||||
Version: 0.28.0
|
Version: 0.28.0
|
||||||
Release: 7.git%{shortcommit}%{?dist}
|
Release: 8.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}
|
||||||
@ -476,6 +476,10 @@ export GOPATH=%{buildroot}/%{gopath}:$(pwd)/vendor:%{gopath}
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Oct 15 2018 Dusty Mabe <dusty@dustymabe.com> - 0.28.0-8.gitf707912
|
||||||
|
- Bump to ignition-dracut 4bdfb34
|
||||||
|
- * 6d0763a module-setup: Make mkfs.btrfs optional
|
||||||
|
|
||||||
* Wed Oct 10 2018 Jonathan Lebon <jonathan@jlebon.com> - 0.28.0-7.gitf707912
|
* Wed Oct 10 2018 Jonathan Lebon <jonathan@jlebon.com> - 0.28.0-7.gitf707912
|
||||||
- Backport patch for handling sysctl files correctly
|
- Backport patch for handling sysctl files correctly
|
||||||
https://github.com/coreos/coreos-assembler/pull/128
|
https://github.com/coreos/coreos-assembler/pull/128
|
||||||
|
2
sources
2
sources
@ -1,2 +1,2 @@
|
|||||||
SHA512 (ignition-f707912.tar.gz) = a01d61415ae2e1f053ab7b17642a9377d77b51d34b9ca3e44a9e4c598c705b575b53620558eda69fcfa35131d9fe3ec3df3b9d4675c5b3aa5da3e205343d006b
|
SHA512 (ignition-f707912.tar.gz) = a01d61415ae2e1f053ab7b17642a9377d77b51d34b9ca3e44a9e4c598c705b575b53620558eda69fcfa35131d9fe3ec3df3b9d4675c5b3aa5da3e205343d006b
|
||||||
SHA512 (ignition-dracut-c09ce6f.tar.gz) = b852d27eedb23fe12b0f8d5e8f3f1a2f61489687e06050f9c353826e34250cf77de1880012a01d2f350e308296a1d0b9bdb92ea87476ab9f00a841aa04e1bbac
|
SHA512 (ignition-dracut-4bdfb34.tar.gz) = 7c0f55ceb34cfbad254dc2c5decb7f52dbcb11ee0c7d4503632b46e5c1b7e69cdafc77a27db6785842e8313236b63d665b0a93a71c503e8bf0d2cb5f29b4be22
|
||||||
|
Loading…
Reference in New Issue
Block a user