- Update to version 2.0.0+git20190603.0c1da80:

* news: update for v2.0.0
  * build*: use --always with git describe
  * vendor: switch to coreos/vcontext
  * config/validate: add tests for duplicate checking
  * build: export GOFLAGS so they get used
  * config/validate: add test for validation
  * config/validate: check for unused keys
  * internal/util/docs: update to use new validation
  * internal: update to use new validation code
  * config/validate: replace old validation with vcontext
  * config/v3*: update to use new validation functions
  * vendor: add vcontext
  * internal: create dev aliases in /run/ignition/ instead of /
  * Update hostname example
  * tests/*: rename bb tests
  * release-checklist: split out 0.x and 2.x+ bits

OBS-URL: https://build.opensuse.org/package/show/devel:kubic:ignition/ignition?expand=0&rev=18
This commit is contained in:
Thorsten Kukuk 2019-06-06 13:38:00 +00:00 committed by Git OBS Bridge
parent bf6540d02a
commit 03603a4f92
6 changed files with 28 additions and 8 deletions

View File

@ -1,7 +1,7 @@
<services>
<service name="tar_scm" mode="disabled">
<param name="version">2.0.0</param>
<param name="versionformat">2.0.0~beta+git%cd.%h</param>
<param name="versionformat">2.0.0+git%cd.%h</param>
<param name="url">git://github.com/coreos/ignition.git</param>
<param name="scm">git</param>
<param name="changesgenerate">enable</param>

View File

@ -1,6 +1,6 @@
<servicedata>
<service name="tar_scm">
<param name="url">git://github.com/coreos/ignition.git</param>
<param name="changesrevision">6a5e6a653c35e60e79f16234102ab82a7bc3b2c9</param>
<param name="changesrevision">f3054d67b590480ccb9fee2fe89914d25870ee0f</param>
</service>
</servicedata>

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:0b26f7dfc63dde775e1b971dcf879f9f1ee5a9ddb9faa5cb9432f6d5c35cf61f
size 595020

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:0e8db293c74d20dfe5b838a871b3a389b8186ce4649168ad5f3250a8d42be906
size 596220

View File

@ -1,3 +1,24 @@
-------------------------------------------------------------------
Thu Jun 6 15:32:37 CEST 2019 - kukuk@suse.de
- Update to version 2.0.0+git20190603.0c1da80:
* news: update for v2.0.0
* build*: use --always with git describe
* vendor: switch to coreos/vcontext
* config/validate: add tests for duplicate checking
* build: export GOFLAGS so they get used
* config/validate: add test for validation
* config/validate: check for unused keys
* internal/util/docs: update to use new validation
* internal: update to use new validation code
* config/validate: replace old validation with vcontext
* config/v3*: update to use new validation functions
* vendor: add vcontext
* internal: create dev aliases in /run/ignition/ instead of /
* Update hostname example
* tests/*: rename bb tests
* release-checklist: split out 0.x and 2.x+ bits
-------------------------------------------------------------------
Thu May 02 09:14:07 UTC 2019 - kukuk@suse.de

View File

@ -15,7 +15,7 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/
Name: ignition
Version: 2.0.0~beta+git20190429.1eeb201
Version: 2.0.0+git20190603.0c1da80
Release: 0
Group: System/Management
Summary: First boot installer and configuration tool
@ -40,8 +40,7 @@ applies the configuration.
%setup -q
%build
sed -i -e 's|go build -buildmode=pie|go build -mod vendor -buildmode=pie|g' build
sed -i -e 's|go build -ldflags|go build -mod vendor -buildmode=pie -ldflags|g' build
sed -i -e 's|go build -ldflags|go build -buildmode=pie -ldflags|g' build
env VERSION=%{version} bash -x ./build
%install