Accepting request 718776 from devel:kubic:ignition

- Update to version 2.0.1+git20190725.10b85d1:
  * release-checklist: add step to submit to bodhi
  * news: add news for v2.0.1
  * config/v*: run Node.Validate() as well
  * doc/getting-started: rm online validator section
  * providers/aws: get region after getting config.
  * providers: allow FetchConfig to mutate the fetcher
  * release-checklist: fix for new website and jenkins

OBS-URL: https://build.opensuse.org/request/show/718776
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ignition?expand=0&rev=3
This commit is contained in:
Dominique Leuenberger 2019-07-26 10:44:55 +00:00 committed by Git OBS Bridge
commit a194af4398
6 changed files with 25 additions and 11 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+git%cd.%h</param>
<param name="version">2.0.1</param>
<param name="versionformat">2.0.1+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">f3054d67b590480ccb9fee2fe89914d25870ee0f</param>
<param name="changesrevision">7efe9588b06ff41147bc3a92236cf3bd44459fce</param>
</service>
</servicedata>

View File

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

View File

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

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Fri Jul 26 08:36:17 UTC 2019 - kukuk@suse.de
- Update to version 2.0.1+git20190725.10b85d1:
* release-checklist: add step to submit to bodhi
* news: add news for v2.0.1
* config/v*: run Node.Validate() as well
* doc/getting-started: rm online validator section
* providers/aws: get region after getting config.
* providers: allow FetchConfig to mutate the fetcher
* release-checklist: fix for new website and jenkins
-------------------------------------------------------------------
Thu Jun 6 15:32:37 CEST 2019 - kukuk@suse.de

View File

@ -1,7 +1,7 @@
#
# spec file for package ignition
#
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -12,20 +12,22 @@
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
Name: ignition
Version: 2.0.0+git20190603.0c1da80
Version: 2.0.1+git20190725.10b85d1
Release: 0
Group: System/Management
Summary: First boot installer and configuration tool
License: Apache-2.0
Group: System/Management
URL: https://github.com/coreos/ignition
Source: %{name}-%{version}.tar.xz
Requires: dracut
BuildRequires: dracut
BuildRequires: go
BuildRequires: libblkid-devel
BuildRequires: golang(API) >= 1.12
%description
Ignition is an utility to manipulate disks and configuration files