- Update to version 2.0.1+git20190724.e75cf24:
* 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/package/show/devel:kubic:ignition/ignition?expand=0&rev=21
This commit is contained in:
parent
03603a4f92
commit
ad86359f9f
4
_service
4
_service
@ -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>
|
||||
|
@ -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">e75cf24183d7ebb86babf517e69fda6f3ca8f13d</param>
|
||||
</service>
|
||||
</servicedata>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0b26f7dfc63dde775e1b971dcf879f9f1ee5a9ddb9faa5cb9432f6d5c35cf61f
|
||||
size 595020
|
3
ignition-2.0.1+git20190724.e75cf24.tar.xz
Normal file
3
ignition-2.0.1+git20190724.e75cf24.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:20b985feb74077e2904254f310e45043e943ecd18ccdcdd41e563d2ba4227493
|
||||
size 594804
|
@ -1,3 +1,14 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Jul 25 07:29:32 UTC 2019 - kukuk@suse.de
|
||||
|
||||
- Update to version 2.0.1+git20190724.e75cf24:
|
||||
* 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
|
||||
|
||||
|
@ -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+git20190724.e75cf24
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user