Bump to Ignition v0.31.0
This commit is contained in:
parent
25ea599bd0
commit
ed359188d7
1
.gitignore
vendored
1
.gitignore
vendored
@ -14,3 +14,4 @@
|
||||
/ignition-308d7a0.tar.gz
|
||||
/ignition-dracut-fa7131b.tar.gz
|
||||
/ignition-dracut-2c69925.tar.gz
|
||||
/ignition-f59a653.tar.gz
|
||||
|
@ -2,7 +2,7 @@
|
||||
# gofed repo2spec --detect github.com/coreos/ignition --commit f7079129b8651ac51dba14c3af65692bb413c1dd --with-extra --with-build -f
|
||||
# With:
|
||||
# gofed/gofed:v1.0.1 docker image
|
||||
# Modified by hand for 0.30.0
|
||||
# Modified by hand for 0.31.0
|
||||
|
||||
# If any of the following macros should be set otherwise,
|
||||
# you can wrap any of them with the following conditions:
|
||||
@ -49,7 +49,7 @@
|
||||
# https://github.com/coreos/ignition
|
||||
%global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo}
|
||||
%global import_path %{provider_prefix}
|
||||
%global commit 308d7a05213ae66a9317c90c042eec366bba10fb
|
||||
%global commit f59a653629be8b1825ed4ff2f9e3d21aa87bd85a
|
||||
%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
|
||||
@ -72,8 +72,8 @@
|
||||
|
||||
|
||||
Name: ignition
|
||||
Version: 0.30.0
|
||||
Release: 4.git%{shortcommit}%{?dist}
|
||||
Version: 0.31.0
|
||||
Release: 1.git%{shortcommit}%{?dist}
|
||||
Summary: First boot installer and configuration tool
|
||||
License: ASL 2.0
|
||||
URL: https://%{provider_prefix}
|
||||
@ -105,8 +105,6 @@ Requires: gdisk
|
||||
|
||||
# Main rpm package BuildRequires
|
||||
%if ! 0%{?with_bundled}
|
||||
# validate/main.go
|
||||
BuildRequires: golang(github.com/spf13/cobra)
|
||||
# Remaining dependencies not included in main packages (sorted)
|
||||
BuildRequires: golang(github.com/ajeddeloh/go-json)
|
||||
BuildRequires: golang(github.com/aws/aws-sdk-go/aws)
|
||||
@ -482,6 +480,9 @@ export GOPATH=%{buildroot}/%{gopath}:$(pwd)/vendor:%{gopath}
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Wed Feb 20 2019 Andrew Jeddeloh <andrew.jeddeloh@redhat.com> - 0.31.0-1.gitf59a653
|
||||
- New release 0.31.0
|
||||
|
||||
* Fri Feb 15 2019 Dusty Mabe <dusty@dustymabe.com> - 0.30.0-4.git308d7a0
|
||||
- Bump to ignition-dracut 2c69925
|
||||
- * support platform configs and user configs in /boot
|
||||
|
2
sources
2
sources
@ -1,2 +1,2 @@
|
||||
SHA512 (ignition-308d7a0.tar.gz) = 5fe18f5868a6004656494976498e39b1bb20e62b15038c4cf793bc5d1dc812a65da44912a0002f028e6aa4f7afe0724dd0cab7a5b7d98222809c4234bba61fa2
|
||||
SHA512 (ignition-f59a653.tar.gz) = fd198a24536c037c27ab99546e94027b08c3634724324b972828ee48f8ab9e1ba4ec1bd49d6aba6337381754cb30025c5311ab85da17c645eb7503b62e9529ff
|
||||
SHA512 (ignition-dracut-2c69925.tar.gz) = 4df397a6b19cc8482353c4b38e4cee25690addd1713b66b8fc70c08858c5dbeb6ec4d0b1164f95f4a8a603889430967481c01632b8caf07cd56137901c1e18eb
|
||||
|
Loading…
Reference in New Issue
Block a user