Bump Ignition for better SELinux labeling
https://github.com/coreos/ignition/pull/846
This commit is contained in:
parent
368a09bf73
commit
37b7c93f07
1
.gitignore
vendored
1
.gitignore
vendored
@ -29,3 +29,4 @@
|
||||
/ignition-641ec6a.tar.gz
|
||||
/ignition-dracut-3d08487.tar.gz
|
||||
/ignition-dracut-8bf2cbd.tar.gz
|
||||
/ignition-a8f91fa.tar.gz
|
||||
|
@ -49,7 +49,7 @@
|
||||
# https://github.com/coreos/ignition
|
||||
%global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo}
|
||||
%global import_path %{provider_prefix}/v2
|
||||
%global commit 641ec6a44062f956bf1d46cf10824032a1996590
|
||||
%global commit a8f91fa826247c0a82deac359065ff453e30c79a
|
||||
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
||||
# define ldflags, buildflags, testflags here. The ldflags were
|
||||
# taken from ./build. We will need to periodically check these
|
||||
@ -73,7 +73,7 @@
|
||||
|
||||
Name: ignition
|
||||
Version: 2.0.1
|
||||
Release: 7.git%{shortcommit}%{?dist}
|
||||
Release: 8.git%{shortcommit}%{?dist}
|
||||
Summary: First boot installer and configuration tool
|
||||
License: ASL 2.0 and BSD
|
||||
URL: https://%{provider_prefix}
|
||||
@ -503,6 +503,10 @@ export GOPATH=%{buildroot}/%{gopath}:$(pwd)/vendor:%{gopath}
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Fri Dec 06 2019 Jonathan Lebon <jonathan@jlebon.com> - 2.0.1-8.gita8f91fa
|
||||
- Bump Ignition for that sweet SELinux labeling:
|
||||
https://github.com/coreos/ignition/pull/846
|
||||
|
||||
* Thu Dec 05 2019 Jonathan Lebon <jonathan@jlebon.com> - 2.0.1-7.git641ec6a
|
||||
- Don't require btrfs-progs, just recommend it
|
||||
https://github.com/coreos/fedora-coreos-tracker/issues/323
|
||||
|
2
sources
2
sources
@ -1,2 +1,2 @@
|
||||
SHA512 (ignition-dracut-8bf2cbd.tar.gz) = 8f581c6558cb1680d6edceddd3aad02c2288824ff7c2de77645461820a71ecf6bff16738ccbb74528337a920c82889736b52a375dfb4d70cd1360fd8ca862d0a
|
||||
SHA512 (ignition-641ec6a.tar.gz) = e5fb7e4f0977ea5c40f721401951c35753b03f7b076435b2ff56f6dd16c1cecfd874872294967d8a2b61ff934e46fd363b27d90d4aa143519d717262e43f16bd
|
||||
SHA512 (ignition-a8f91fa.tar.gz) = b40e4e2ca65fefb6d0a1ed41c5caef28759384b8faf7e5f84c2b4c542024edbce6f073dc001948c190ffd7f80332f9a9167932ed40811b8329f827aa82aa93bd
|
||||
|
Loading…
Reference in New Issue
Block a user