Accepting request 1179717 from devel:kubic:ignition

- Update to version 2.19.0:
  * Support LUKS encryption using IBM CEX secure keys on s390x
  * providers: add "akamai" provider
- Adding %check section
- Build scripts are executable by themselves now, remove explicit Bash call

OBS-URL: https://build.opensuse.org/request/show/1179717
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ignition?expand=0&rev=45
This commit is contained in:
Ana Guerrero 2024-06-11 16:27:22 +00:00 committed by Git OBS Bridge
commit 13c903d0c4
6 changed files with 21 additions and 8 deletions

View File

@ -1,7 +1,7 @@
<services>
<service name="tar_scm" mode="disabled">
<param name="version">2.18.0</param>
<param name="revision">v2.18.0</param>
<param name="version">2.19.0</param>
<param name="revision">v2.19.0</param>
<param name="url">https://github.com/coreos/ignition</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">https://github.com/coreos/ignition</param>
<param name="changesrevision">0abc4078a1bb40077c3e094fc3d70a8dbcb7ec02</param>
<param name="changesrevision">09c99e0305adc1377b87964a39ad2d009aec9b12</param>
</service>
</servicedata>

View File

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

3
ignition-2.19.0.tar.xz Normal file
View File

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

View File

@ -1,3 +1,13 @@
-------------------------------------------------------------------
Mon Jun 10 14:24:04 UTC 2024 - iforster@suse.com
- Update to version 2.19.0:
* Support LUKS encryption using IBM CEX secure keys on s390x
* providers: add "akamai" provider
- Adding %check section
- Build scripts are executable by themselves now, remove explicit
Bash call
-------------------------------------------------------------------
Fri Mar 08 11:49:12 UTC 2024 - iforster@suse.com

View File

@ -17,7 +17,7 @@
Name: ignition
Version: 2.18.0
Version: 2.19.0
Release: 0
Summary: First boot installer and configuration tool
License: Apache-2.0
@ -94,7 +94,10 @@ cp %{SOURCE12} dracut/30ignition/ignition-kargs-helper.sh
%build
sed -i -e 's|go build -ldflags|go build -buildmode=pie -ldflags|g' build
env VERSION=%{version} GLDFLAGS='-X github.com/coreos/ignition/v2/internal/distro.selinuxRelabel=false -X github.com/coreos/ignition/v2/internal/distro.writeAuthorizedKeysFragment=false ' bash -x ./build
VERSION=%{version} GLDFLAGS='-X github.com/coreos/ignition/v2/internal/distro.selinuxRelabel=false -X github.com/coreos/ignition/v2/internal/distro.writeAuthorizedKeysFragment=false ' ./build
%check
VERSION=%{version} ./build_blackbox_tests
%install
make -o all install DESTDIR=%{buildroot}