diff --git a/_service b/_service index 69a27a1..030e5f5 100644 --- a/_service +++ b/_service @@ -1,7 +1,7 @@ - 2.18.0 - v2.18.0 + 2.19.0 + v2.19.0 https://github.com/coreos/ignition git enable diff --git a/_servicedata b/_servicedata index f50b5e2..f71a333 100644 --- a/_servicedata +++ b/_servicedata @@ -1,6 +1,6 @@ https://github.com/coreos/ignition - 0abc4078a1bb40077c3e094fc3d70a8dbcb7ec02 + 09c99e0305adc1377b87964a39ad2d009aec9b12 \ No newline at end of file diff --git a/ignition-2.18.0.tar.xz b/ignition-2.18.0.tar.xz deleted file mode 100644 index 09db65f..0000000 --- a/ignition-2.18.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:656123a37afb787df9ee751df1646e130d9f8f567a3cc6bbb41b06bde82496af -size 2952632 diff --git a/ignition-2.19.0.tar.xz b/ignition-2.19.0.tar.xz new file mode 100644 index 0000000..ddaa47d --- /dev/null +++ b/ignition-2.19.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c656c0057a044750bdb71879b15fc8a9a1cbb24ab70436510b0e4babeead5dd +size 2959560 diff --git a/ignition.changes b/ignition.changes index b195aa8..b1d59e3 100644 --- a/ignition.changes +++ b/ignition.changes @@ -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 diff --git a/ignition.spec b/ignition.spec index f170e58..306edd6 100644 --- a/ignition.spec +++ b/ignition.spec @@ -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}