From 03603a4f921abc0ae9d8190862cfd01ef0a640a069d394012f2cbedc4971f652 Mon Sep 17 00:00:00 2001 From: Thorsten Kukuk Date: Thu, 6 Jun 2019 13:38:00 +0000 Subject: [PATCH] - 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 --- _service | 2 +- _servicedata | 2 +- ignition-2.0.0+git20190603.0c1da80.tar.xz | 3 +++ ...tion-2.0.0~beta+git20190429.1eeb201.tar.xz | 3 --- ignition.changes | 21 +++++++++++++++++++ ignition.spec | 5 ++--- 6 files changed, 28 insertions(+), 8 deletions(-) create mode 100644 ignition-2.0.0+git20190603.0c1da80.tar.xz delete mode 100644 ignition-2.0.0~beta+git20190429.1eeb201.tar.xz diff --git a/_service b/_service index de5f6da..68a2db9 100644 --- a/_service +++ b/_service @@ -1,7 +1,7 @@ 2.0.0 - 2.0.0~beta+git%cd.%h + 2.0.0+git%cd.%h git://github.com/coreos/ignition.git git enable diff --git a/_servicedata b/_servicedata index 915590a..af44ab6 100644 --- a/_servicedata +++ b/_servicedata @@ -1,6 +1,6 @@ git://github.com/coreos/ignition.git - 6a5e6a653c35e60e79f16234102ab82a7bc3b2c9 + f3054d67b590480ccb9fee2fe89914d25870ee0f \ No newline at end of file diff --git a/ignition-2.0.0+git20190603.0c1da80.tar.xz b/ignition-2.0.0+git20190603.0c1da80.tar.xz new file mode 100644 index 0000000..f7241e9 --- /dev/null +++ b/ignition-2.0.0+git20190603.0c1da80.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b26f7dfc63dde775e1b971dcf879f9f1ee5a9ddb9faa5cb9432f6d5c35cf61f +size 595020 diff --git a/ignition-2.0.0~beta+git20190429.1eeb201.tar.xz b/ignition-2.0.0~beta+git20190429.1eeb201.tar.xz deleted file mode 100644 index 296665b..0000000 --- a/ignition-2.0.0~beta+git20190429.1eeb201.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0e8db293c74d20dfe5b838a871b3a389b8186ce4649168ad5f3250a8d42be906 -size 596220 diff --git a/ignition.changes b/ignition.changes index 4033b4b..d27dc02 100644 --- a/ignition.changes +++ b/ignition.changes @@ -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 diff --git a/ignition.spec b/ignition.spec index ca6ab26..af1c808 100644 --- a/ignition.spec +++ b/ignition.spec @@ -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