Use the master branch of ignition-dracut, not spec2x
It was accidentally changed to spec2x in: https://src.fedoraproject.org/rpms/ignition/pull-request/42
This commit is contained in:
parent
37b7c93f07
commit
a995f0230b
1
.gitignore
vendored
1
.gitignore
vendored
@ -30,3 +30,4 @@
|
|||||||
/ignition-dracut-3d08487.tar.gz
|
/ignition-dracut-3d08487.tar.gz
|
||||||
/ignition-dracut-8bf2cbd.tar.gz
|
/ignition-dracut-8bf2cbd.tar.gz
|
||||||
/ignition-a8f91fa.tar.gz
|
/ignition-a8f91fa.tar.gz
|
||||||
|
/ignition-dracut-736459e.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 8bf2cbd513f9ad496980abbe9c265683d15f23f1
|
%global dracutcommit 736459e788b73ba62b8a04d0395519c033ddbcf5
|
||||||
%global dracutshortcommit %(c=%{dracutcommit}; echo ${c:0:7})
|
%global dracutshortcommit %(c=%{dracutcommit}; echo ${c:0:7})
|
||||||
|
|
||||||
|
|
||||||
Name: ignition
|
Name: ignition
|
||||||
Version: 2.0.1
|
Version: 2.0.1
|
||||||
Release: 8.git%{shortcommit}%{?dist}
|
Release: 9.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}
|
||||||
@ -503,6 +503,9 @@ export GOPATH=%{buildroot}/%{gopath}:$(pwd)/vendor:%{gopath}
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Dec 09 2019 Jonathan Lebon <jonathan@jlebon.com> - 2.0.1-9.gita8f91fa
|
||||||
|
- Use the master branch of ignition-dracut, not spec2x
|
||||||
|
|
||||||
* Fri Dec 06 2019 Jonathan Lebon <jonathan@jlebon.com> - 2.0.1-8.gita8f91fa
|
* Fri Dec 06 2019 Jonathan Lebon <jonathan@jlebon.com> - 2.0.1-8.gita8f91fa
|
||||||
- Bump Ignition for that sweet SELinux labeling:
|
- Bump Ignition for that sweet SELinux labeling:
|
||||||
https://github.com/coreos/ignition/pull/846
|
https://github.com/coreos/ignition/pull/846
|
||||||
|
2
sources
2
sources
@ -1,2 +1,2 @@
|
|||||||
SHA512 (ignition-dracut-8bf2cbd.tar.gz) = 8f581c6558cb1680d6edceddd3aad02c2288824ff7c2de77645461820a71ecf6bff16738ccbb74528337a920c82889736b52a375dfb4d70cd1360fd8ca862d0a
|
SHA512 (ignition-dracut-736459e.tar.gz) = e76b97d77fe8efc0a190d43f0eb22a9d5f29d2bd49fd77d744cf386b69e354ac3ead61393d161874a8703dac352e99d37d97a10b3d2ecf33638ebdc733cb0730
|
||||||
SHA512 (ignition-a8f91fa.tar.gz) = b40e4e2ca65fefb6d0a1ed41c5caef28759384b8faf7e5f84c2b4c542024edbce6f073dc001948c190ffd7f80332f9a9167932ed40811b8329f827aa82aa93bd
|
SHA512 (ignition-a8f91fa.tar.gz) = b40e4e2ca65fefb6d0a1ed41c5caef28759384b8faf7e5f84c2b4c542024edbce6f073dc001948c190ffd7f80332f9a9167932ed40811b8329f827aa82aa93bd
|
||||||
|
Loading…
Reference in New Issue
Block a user