Bump to ignition-dracut 85f2e65
There's lots of important fixes in there that we should get in.
This commit is contained in:
parent
25e842489a
commit
6e12473d8f
1
.gitignore
vendored
1
.gitignore
vendored
@ -19,3 +19,4 @@
|
|||||||
/ignition-dracut-73ec3fc.tar.gz
|
/ignition-dracut-73ec3fc.tar.gz
|
||||||
/ignition-dracut-ec9a492.tar.gz
|
/ignition-dracut-ec9a492.tar.gz
|
||||||
/ignition-906cf04.tar.gz
|
/ignition-906cf04.tar.gz
|
||||||
|
/ignition-dracut-85f2e65.tar.gz
|
||||||
|
@ -67,13 +67,13 @@
|
|||||||
# https://github.com/coreos/ignition-dracut spec2x branch
|
# https://github.com/coreos/ignition-dracut spec2x branch
|
||||||
%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 ec9a492ad250cb713c1580c2e8825fe5bb48864b
|
%global dracutcommit 85f2e6558c5e1651e2934849b8ad1d74a5c7ad74
|
||||||
%global dracutshortcommit %(c=%{dracutcommit}; echo ${c:0:7})
|
%global dracutshortcommit %(c=%{dracutcommit}; echo ${c:0:7})
|
||||||
|
|
||||||
|
|
||||||
Name: ignition
|
Name: ignition
|
||||||
Version: 2.0.0
|
Version: 2.0.0
|
||||||
Release: alpha.2.git%{shortcommit}%{?dist}
|
Release: alpha.3.git%{shortcommit}%{?dist}
|
||||||
Summary: First boot installer and configuration tool
|
Summary: First boot installer and configuration tool
|
||||||
License: ASL 2.0 and BSD
|
License: ASL 2.0 and BSD
|
||||||
URL: https://%{provider_prefix}
|
URL: https://%{provider_prefix}
|
||||||
@ -486,6 +486,16 @@ export GOPATH=%{buildroot}/%{gopath}:$(pwd)/vendor:%{gopath}
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Apr 08 2019 Jonathan Lebon <jonathan@jlebon.com> - 2.0.0-alpha.3.git906cf04
|
||||||
|
- ignition-dracut: update to latest
|
||||||
|
* dracut/30ignition: link to RHBZ in ignition-complete
|
||||||
|
* dracut/30ignition: add OnFailure= for ExecStop= services
|
||||||
|
* dracut/30ignition: order ExecStop= units before initrd-switch-root.target
|
||||||
|
* dracut/30ignition: re-order directives in remount-sysroot
|
||||||
|
* dracut/30ignition: add missing Before= for mount unit
|
||||||
|
* dracut/30ignition: order ignition-complete.target before initrd.target
|
||||||
|
* module_setup: include cdrom rules for openstack
|
||||||
|
|
||||||
* Wed Mar 27 2019 Benjamin Gilbert <bgilbert@backtick.net> - 2.0.0-alpha.2.git906cf04
|
* Wed Mar 27 2019 Benjamin Gilbert <bgilbert@backtick.net> - 2.0.0-alpha.2.git906cf04
|
||||||
- Backport fix for SELinux relabeling of systemd units
|
- Backport fix for SELinux relabeling of systemd units
|
||||||
- Drop obsolete override of chroot path
|
- Drop obsolete override of chroot path
|
||||||
|
2
sources
2
sources
@ -1,2 +1,2 @@
|
|||||||
SHA512 (ignition-dracut-ec9a492.tar.gz) = 5875816d02061f1b43f267aaed8fee22c177ddb94ae6cf5bbf2588b55eab1198dcaf9d028733c4d48735e68929b5029844886e38d092426c34867da2dc6b2017
|
SHA512 (ignition-dracut-85f2e65.tar.gz) = b3bbfcc79c26154466cc472eab84b46b90d1847156616e3b2f85e5144b45836eb263f5e3d659ad590a43f949bad38f3760114c9f556274a76a7abf46e976a294
|
||||||
SHA512 (ignition-906cf04.tar.gz) = df203ac05a06089b9b5db52627e139c8a0a5b54e60fc67a4d6eeac869a5170ae710f5e7fa3a92ccea8e440a1b1d88da6202d7d4910572d0e747b0cce695eaa60
|
SHA512 (ignition-906cf04.tar.gz) = df203ac05a06089b9b5db52627e139c8a0a5b54e60fc67a4d6eeac869a5170ae710f5e7fa3a92ccea8e440a1b1d88da6202d7d4910572d0e747b0cce695eaa60
|
||||||
|
Loading…
Reference in New Issue
Block a user