Accepting request 896386 from home:susnux:branches:devel:kubic:ignition
Update to version 2.10.1 OBS-URL: https://build.opensuse.org/request/show/896386 OBS-URL: https://build.opensuse.org/package/show/devel:kubic:ignition/ignition?expand=0&rev=72
This commit is contained in:
parent
2013d255f8
commit
2a7ae9b190
5
_service
5
_service
@ -1,7 +1,8 @@
|
||||
<services>
|
||||
<service name="tar_scm" mode="disabled">
|
||||
<param name="version">2.9.0</param>
|
||||
<param name="revision">v2.9.0</param>
|
||||
<param name="versionformat">@PARENT_TAG@</param>
|
||||
<param name="versionrewrite-pattern">v(.*)</param>
|
||||
<param name="revision">3885b9f07c96baf7dcc12c85b914ded151c8fd6e</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">ef3afc9ee461fa581dae2d65603c312542e03204</param>
|
||||
<param name="changesrevision">df082938ffe384268d07352174c2509dc18e8f4f</param>
|
||||
</service>
|
||||
</servicedata>
|
3
ignition-2.10.1.tar.xz
Normal file
3
ignition-2.10.1.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:fae155cd5260737239f85bb4d24215a01278941e15a7c5614bbb4db31e11187e
|
||||
size 2277352
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:64dce5cc31b8dd4fe524299f018231b397c0a38494fe5a09dc2526edd59d0dd7
|
||||
size 2271132
|
@ -1,3 +1,18 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon May 31 14:57:06 UTC 2021 - rpm@fthiessen.de
|
||||
|
||||
- Update to version 2.10.1:
|
||||
* Breaking Changes:
|
||||
* Rename Custom struct to ClevisCustom
|
||||
* Embed Clevis and ClevisCustom structs in parents
|
||||
* Always include interior nodes in merge transcript
|
||||
* Add kernel argument support
|
||||
* Fix fetching userdata on AWS when IMDSv1 is disabled
|
||||
* Fix creating Tang-based LUKS volumes before network is up
|
||||
* Document storage.filesystems.wipeFilesystem default
|
||||
* Fix file mode of ignition-kargs-helper script
|
||||
- Fix Go dependency, 1.13+ is required
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 31 16:03:16 UTC 2021 - hello@anthonyrabbito.com
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: ignition
|
||||
Version: 2.9.0
|
||||
Version: 2.10.1
|
||||
Release: 0
|
||||
Summary: First boot installer and configuration tool
|
||||
License: Apache-2.0
|
||||
@ -41,7 +41,7 @@ BuildRequires: dracut
|
||||
BuildRequires: libblkid-devel
|
||||
BuildRequires: systemd-rpm-macros
|
||||
BuildRequires: update-bootloader-rpm-macros
|
||||
BuildRequires: golang(API) >= 1.12
|
||||
BuildRequires: golang(API) >= 1.13
|
||||
Requires: %{name}-dracut-grub2
|
||||
Requires: dracut
|
||||
Recommends: %{_sbindir}/groupadd
|
||||
|
Loading…
Reference in New Issue
Block a user