Compare commits

..

2 Commits

Author SHA1 Message Date
2d1d9d9bc2 import CS ignition-2.22.0-2.el9 2025-09-15 12:04:18 +00:00
921ef38bfd import CS ignition-2.20.0-1.el9 2025-03-11 07:27:33 +00:00
4 changed files with 223 additions and 218 deletions

4
.gitignore vendored
View File

@ -1,2 +1,2 @@
ignition-2.17.0.tar.gz SOURCES/ignition-2.22.0.tar.gz
ignition-edge-a3a8f0a.tar.gz SOURCES/ignition-edge-b8d1b7a.tar.gz

2
.ignition.metadata Normal file
View File

@ -0,0 +1,2 @@
0e0e0229c4d32ca50d19df8c0adca27d28c4a9b9 SOURCES/ignition-2.22.0.tar.gz
0069b62bce8673f82ac6a4b9959ec8db4ffed8ad SOURCES/ignition-edge-b8d1b7a.tar.gz

View File

@ -7,13 +7,13 @@
%bcond_with check %bcond_with check
%endif %endif
%global ignedgecommit a3a8f0abb2a1c7fc1c9e5d0e7a3e8830b2e2d766 %global ignedgecommit b8d1b7a52c28fd5c33d15a0628d4b69f242f5c57
%global ignedgeshortcommit %(c=%{ignedgecommit}; echo ${c:0:7}) %global ignedgeshortcommit %(c=%{ignedgecommit}; echo ${c:0:7})
# https://github.com/coreos/ignition # https://github.com/coreos/ignition
%global goipath github.com/coreos/ignition %global goipath github.com/coreos/ignition
%global gomodulesmode GO111MODULE=on %global gomodulesmode GO111MODULE=on
Version: 2.17.0 Version: 2.22.0
%gometa %gometa
@ -22,11 +22,11 @@ Version: 2.17.0
%global dracutlibdir %{_prefix}/lib/dracut %global dracutlibdir %{_prefix}/lib/dracut
Name: ignition Name: ignition
Release: 6%{?dist} Release: 2%{?dist}
Summary: First boot installer and configuration tool Summary: First boot installer and configuration tool (RHEL CoreOS only)
# Upstream license specification: Apache-2.0 # Upstream license specification: Apache-2.0
License: Apache-2.0 License: ASL 2.0
URL: %{gourl} URL: %{gourl}
Source0: %{gosource} Source0: %{gosource}
Source1: https://github.com/fedora-iot/ignition-edge/archive/%{ignedgecommit}/ignition-edge-%{ignedgeshortcommit}.tar.gz Source1: https://github.com/fedora-iot/ignition-edge/archive/%{ignedgecommit}/ignition-edge-%{ignedgeshortcommit}.tar.gz
@ -39,70 +39,89 @@ BuildRequires: systemd-rpm-macros
Recommends: btrfs-progs Recommends: btrfs-progs
%endif %endif
Requires: dosfstools Requires: dosfstools
Requires: gdisk
Requires: dracut Requires: dracut
Requires: dracut-network Requires: dracut-network
Obsoletes: ignition-dracut < 0.31.0-3
# Generated by `go-mods-to-bundled-provides.py | sort` # Generated by `go-mods-to-bundled-provides.py | sort`
Provides: bundled(golang(cloud.google.com/go/compute/metadata)) = 0.2.3 Provides: bundled(golang(cloud.google.com/go/compute/metadata)) = 0.7.0
Provides: bundled(golang(cloud.google.com/go/storage)) = 1.35.1 Provides: bundled(golang(cloud.google.com/go/storage)) = 1.55.0
Provides: bundled(golang(cloud.google.com/go/storage/internal)) = 1.35.1 Provides: bundled(golang(cloud.google.com/go/storage/experimental)) = 1.55.0
Provides: bundled(golang(cloud.google.com/go/storage/internal/apiv2)) = 1.35.1 Provides: bundled(golang(cloud.google.com/go/storage/internal)) = 1.55.0
Provides: bundled(golang(cloud.google.com/go/storage/internal/apiv2/storagepb)) = 1.35.1 Provides: bundled(golang(cloud.google.com/go/storage/internal/apiv2)) = 1.55.0
Provides: bundled(golang(github.com/aws/aws-sdk-go/aws)) = 1.47.9 Provides: bundled(golang(cloud.google.com/go/storage/internal/apiv2/storagepb)) = 1.55.0
Provides: bundled(golang(github.com/aws/aws-sdk-go/aws/arn)) = 1.47.9 Provides: bundled(golang(github.com/aws/aws-sdk-go/aws)) = 1.55.7
Provides: bundled(golang(github.com/aws/aws-sdk-go/aws/auth/bearer)) = 1.47.9 Provides: bundled(golang(github.com/aws/aws-sdk-go/aws/arn)) = 1.55.7
Provides: bundled(golang(github.com/aws/aws-sdk-go/aws/awserr)) = 1.47.9 Provides: bundled(golang(github.com/aws/aws-sdk-go/aws/auth/bearer)) = 1.55.7
Provides: bundled(golang(github.com/aws/aws-sdk-go/aws/awsutil)) = 1.47.9 Provides: bundled(golang(github.com/aws/aws-sdk-go/aws/awserr)) = 1.55.7
Provides: bundled(golang(github.com/aws/aws-sdk-go/aws/client)) = 1.47.9 Provides: bundled(golang(github.com/aws/aws-sdk-go/aws/awsutil)) = 1.55.7
Provides: bundled(golang(github.com/aws/aws-sdk-go/aws/client/metadata)) = 1.47.9 Provides: bundled(golang(github.com/aws/aws-sdk-go/aws/client)) = 1.55.7
Provides: bundled(golang(github.com/aws/aws-sdk-go/aws/corehandlers)) = 1.47.9 Provides: bundled(golang(github.com/aws/aws-sdk-go/aws/client/metadata)) = 1.55.7
Provides: bundled(golang(github.com/aws/aws-sdk-go/aws/credentials)) = 1.47.9 Provides: bundled(golang(github.com/aws/aws-sdk-go/aws/corehandlers)) = 1.55.7
Provides: bundled(golang(github.com/aws/aws-sdk-go/aws/credentials/ec2rolecreds)) = 1.47.9 Provides: bundled(golang(github.com/aws/aws-sdk-go/aws/credentials)) = 1.55.7
Provides: bundled(golang(github.com/aws/aws-sdk-go/aws/credentials/endpointcreds)) = 1.47.9 Provides: bundled(golang(github.com/aws/aws-sdk-go/aws/credentials/ec2rolecreds)) = 1.55.7
Provides: bundled(golang(github.com/aws/aws-sdk-go/aws/credentials/processcreds)) = 1.47.9 Provides: bundled(golang(github.com/aws/aws-sdk-go/aws/credentials/endpointcreds)) = 1.55.7
Provides: bundled(golang(github.com/aws/aws-sdk-go/aws/credentials/ssocreds)) = 1.47.9 Provides: bundled(golang(github.com/aws/aws-sdk-go/aws/credentials/processcreds)) = 1.55.7
Provides: bundled(golang(github.com/aws/aws-sdk-go/aws/credentials/stscreds)) = 1.47.9 Provides: bundled(golang(github.com/aws/aws-sdk-go/aws/credentials/ssocreds)) = 1.55.7
Provides: bundled(golang(github.com/aws/aws-sdk-go/aws/csm)) = 1.47.9 Provides: bundled(golang(github.com/aws/aws-sdk-go/aws/credentials/stscreds)) = 1.55.7
Provides: bundled(golang(github.com/aws/aws-sdk-go/aws/defaults)) = 1.47.9 Provides: bundled(golang(github.com/aws/aws-sdk-go/aws/csm)) = 1.55.7
Provides: bundled(golang(github.com/aws/aws-sdk-go/aws/ec2metadata)) = 1.47.9 Provides: bundled(golang(github.com/aws/aws-sdk-go/aws/defaults)) = 1.55.7
Provides: bundled(golang(github.com/aws/aws-sdk-go/aws/endpoints)) = 1.47.9 Provides: bundled(golang(github.com/aws/aws-sdk-go/aws/ec2metadata)) = 1.55.7
Provides: bundled(golang(github.com/aws/aws-sdk-go/aws/request)) = 1.47.9 Provides: bundled(golang(github.com/aws/aws-sdk-go/aws/endpoints)) = 1.55.7
Provides: bundled(golang(github.com/aws/aws-sdk-go/aws/session)) = 1.47.9 Provides: bundled(golang(github.com/aws/aws-sdk-go/aws/request)) = 1.55.7
Provides: bundled(golang(github.com/aws/aws-sdk-go/aws/signer/v4)) = 1.47.9 Provides: bundled(golang(github.com/aws/aws-sdk-go/aws/session)) = 1.55.7
Provides: bundled(golang(github.com/aws/aws-sdk-go/internal/context)) = 1.47.9 Provides: bundled(golang(github.com/aws/aws-sdk-go/aws/signer/v4)) = 1.55.7
Provides: bundled(golang(github.com/aws/aws-sdk-go/internal/ini)) = 1.47.9 Provides: bundled(golang(github.com/aws/aws-sdk-go/internal/context)) = 1.55.7
Provides: bundled(golang(github.com/aws/aws-sdk-go/internal/s3shared)) = 1.47.9 Provides: bundled(golang(github.com/aws/aws-sdk-go/internal/ini)) = 1.55.7
Provides: bundled(golang(github.com/aws/aws-sdk-go/internal/s3shared/arn)) = 1.47.9 Provides: bundled(golang(github.com/aws/aws-sdk-go/internal/s3shared)) = 1.55.7
Provides: bundled(golang(github.com/aws/aws-sdk-go/internal/s3shared/s3err)) = 1.47.9 Provides: bundled(golang(github.com/aws/aws-sdk-go/internal/s3shared/arn)) = 1.55.7
Provides: bundled(golang(github.com/aws/aws-sdk-go/internal/sdkio)) = 1.47.9 Provides: bundled(golang(github.com/aws/aws-sdk-go/internal/s3shared/s3err)) = 1.55.7
Provides: bundled(golang(github.com/aws/aws-sdk-go/internal/sdkmath)) = 1.47.9 Provides: bundled(golang(github.com/aws/aws-sdk-go/internal/sdkio)) = 1.55.7
Provides: bundled(golang(github.com/aws/aws-sdk-go/internal/sdkrand)) = 1.47.9 Provides: bundled(golang(github.com/aws/aws-sdk-go/internal/sdkmath)) = 1.55.7
Provides: bundled(golang(github.com/aws/aws-sdk-go/internal/sdkuri)) = 1.47.9 Provides: bundled(golang(github.com/aws/aws-sdk-go/internal/sdkrand)) = 1.55.7
Provides: bundled(golang(github.com/aws/aws-sdk-go/internal/shareddefaults)) = 1.47.9 Provides: bundled(golang(github.com/aws/aws-sdk-go/internal/sdkuri)) = 1.55.7
Provides: bundled(golang(github.com/aws/aws-sdk-go/internal/strings)) = 1.47.9 Provides: bundled(golang(github.com/aws/aws-sdk-go/internal/shareddefaults)) = 1.55.7
Provides: bundled(golang(github.com/aws/aws-sdk-go/internal/sync/singleflight)) = 1.47.9 Provides: bundled(golang(github.com/aws/aws-sdk-go/internal/strings)) = 1.55.7
Provides: bundled(golang(github.com/aws/aws-sdk-go/private/checksum)) = 1.47.9 Provides: bundled(golang(github.com/aws/aws-sdk-go/internal/sync/singleflight)) = 1.55.7
Provides: bundled(golang(github.com/aws/aws-sdk-go/private/protocol)) = 1.47.9 Provides: bundled(golang(github.com/aws/aws-sdk-go/private/checksum)) = 1.55.7
Provides: bundled(golang(github.com/aws/aws-sdk-go/private/protocol/eventstream)) = 1.47.9 Provides: bundled(golang(github.com/aws/aws-sdk-go/private/protocol)) = 1.55.7
Provides: bundled(golang(github.com/aws/aws-sdk-go/private/protocol/eventstream/eventstreamapi)) = 1.47.9 Provides: bundled(golang(github.com/aws/aws-sdk-go/private/protocol/eventstream)) = 1.55.7
Provides: bundled(golang(github.com/aws/aws-sdk-go/private/protocol/json/jsonutil)) = 1.47.9 Provides: bundled(golang(github.com/aws/aws-sdk-go/private/protocol/eventstream/eventstreamapi)) = 1.55.7
Provides: bundled(golang(github.com/aws/aws-sdk-go/private/protocol/jsonrpc)) = 1.47.9 Provides: bundled(golang(github.com/aws/aws-sdk-go/private/protocol/json/jsonutil)) = 1.55.7
Provides: bundled(golang(github.com/aws/aws-sdk-go/private/protocol/query)) = 1.47.9 Provides: bundled(golang(github.com/aws/aws-sdk-go/private/protocol/jsonrpc)) = 1.55.7
Provides: bundled(golang(github.com/aws/aws-sdk-go/private/protocol/query/queryutil)) = 1.47.9 Provides: bundled(golang(github.com/aws/aws-sdk-go/private/protocol/query)) = 1.55.7
Provides: bundled(golang(github.com/aws/aws-sdk-go/private/protocol/rest)) = 1.47.9 Provides: bundled(golang(github.com/aws/aws-sdk-go/private/protocol/query/queryutil)) = 1.55.7
Provides: bundled(golang(github.com/aws/aws-sdk-go/private/protocol/restjson)) = 1.47.9 Provides: bundled(golang(github.com/aws/aws-sdk-go/private/protocol/rest)) = 1.55.7
Provides: bundled(golang(github.com/aws/aws-sdk-go/private/protocol/restxml)) = 1.47.9 Provides: bundled(golang(github.com/aws/aws-sdk-go/private/protocol/restjson)) = 1.55.7
Provides: bundled(golang(github.com/aws/aws-sdk-go/private/protocol/xml/xmlutil)) = 1.47.9 Provides: bundled(golang(github.com/aws/aws-sdk-go/private/protocol/restxml)) = 1.55.7
Provides: bundled(golang(github.com/aws/aws-sdk-go/service/s3)) = 1.47.9 Provides: bundled(golang(github.com/aws/aws-sdk-go/private/protocol/xml/xmlutil)) = 1.55.7
Provides: bundled(golang(github.com/aws/aws-sdk-go/service/s3/s3iface)) = 1.47.9 Provides: bundled(golang(github.com/aws/aws-sdk-go/service/s3)) = 1.55.7
Provides: bundled(golang(github.com/aws/aws-sdk-go/service/s3/s3manager)) = 1.47.9 Provides: bundled(golang(github.com/aws/aws-sdk-go/service/s3/s3iface)) = 1.55.7
Provides: bundled(golang(github.com/aws/aws-sdk-go/service/sso)) = 1.47.9 Provides: bundled(golang(github.com/aws/aws-sdk-go/service/s3/s3manager)) = 1.55.7
Provides: bundled(golang(github.com/aws/aws-sdk-go/service/ssooidc)) = 1.47.9 Provides: bundled(golang(github.com/aws/aws-sdk-go/service/sso)) = 1.55.7
Provides: bundled(golang(github.com/aws/aws-sdk-go/service/sso/ssoiface)) = 1.47.9 Provides: bundled(golang(github.com/aws/aws-sdk-go/service/ssooidc)) = 1.55.7
Provides: bundled(golang(github.com/aws/aws-sdk-go/service/sts)) = 1.47.9 Provides: bundled(golang(github.com/aws/aws-sdk-go/service/sso/ssoiface)) = 1.55.7
Provides: bundled(golang(github.com/aws/aws-sdk-go/service/sts/stsiface)) = 1.47.9 Provides: bundled(golang(github.com/aws/aws-sdk-go/service/sts)) = 1.55.7
Provides: bundled(golang(github.com/beevik/etree)) = 1.2.0 Provides: bundled(golang(github.com/aws/aws-sdk-go/service/sts/stsiface)) = 1.55.7
Provides: bundled(golang(github.com/containers/libhvee/pkg/kvp)) = 0.4.0 Provides: bundled(golang(github.com/Azure/azure-sdk-for-go/sdk/azidentity)) = 1.10.1
Provides: bundled(golang(github.com/Azure/azure-sdk-for-go/sdk/azidentity/internal)) = 1.10.1
Provides: bundled(golang(github.com/Azure/azure-sdk-for-go/sdk/storage/azblob)) = 1.6.1
Provides: bundled(golang(github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/appendblob)) = 1.6.1
Provides: bundled(golang(github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/blob)) = 1.6.1
Provides: bundled(golang(github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/bloberror)) = 1.6.1
Provides: bundled(golang(github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/blockblob)) = 1.6.1
Provides: bundled(golang(github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/container)) = 1.6.1
Provides: bundled(golang(github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/internal/base)) = 1.6.1
Provides: bundled(golang(github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/internal/exported)) = 1.6.1
Provides: bundled(golang(github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/internal/generated)) = 1.6.1
Provides: bundled(golang(github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/internal/shared)) = 1.6.1
Provides: bundled(golang(github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/pageblob)) = 1.6.1
Provides: bundled(golang(github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/sas)) = 1.6.1
Provides: bundled(golang(github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/service)) = 1.6.1
Provides: bundled(golang(github.com/beevik/etree)) = 1.5.1
Provides: bundled(golang(github.com/containers/libhvee/pkg/kvp)) = 0.10.0
Provides: bundled(golang(github.com/coreos/go-semver/semver)) = 0.3.1 Provides: bundled(golang(github.com/coreos/go-semver/semver)) = 0.3.1
Provides: bundled(golang(github.com/coreos/go-systemd/v22/dbus)) = 22.5.0 Provides: bundled(golang(github.com/coreos/go-systemd/v22/dbus)) = 22.5.0
Provides: bundled(golang(github.com/coreos/go-systemd/v22/journal)) = 22.5.0 Provides: bundled(golang(github.com/coreos/go-systemd/v22/journal)) = 22.5.0
@ -113,58 +132,63 @@ Provides: bundled(golang(github.com/coreos/vcontext/report)) = 0.0.0-20230201181
Provides: bundled(golang(github.com/coreos/vcontext/tree)) = 0.0.0-20230201181013.gitd72178a18687 Provides: bundled(golang(github.com/coreos/vcontext/tree)) = 0.0.0-20230201181013.gitd72178a18687
Provides: bundled(golang(github.com/coreos/vcontext/validate)) = 0.0.0-20230201181013.gitd72178a18687 Provides: bundled(golang(github.com/coreos/vcontext/validate)) = 0.0.0-20230201181013.gitd72178a18687
Provides: bundled(golang(github.com/google/renameio/v2)) = 2.0.0 Provides: bundled(golang(github.com/google/renameio/v2)) = 2.0.0
Provides: bundled(golang(github.com/google/uuid)) = 1.4.0 Provides: bundled(golang(github.com/google/uuid)) = 1.6.0
Provides: bundled(golang(github.com/mdlayher/vsock)) = 1.2.1 Provides: bundled(golang(github.com/mdlayher/vsock)) = 1.2.1
Provides: bundled(golang(github.com/mitchellh/copystructure)) = 1.2.0 Provides: bundled(golang(github.com/mitchellh/copystructure)) = 1.2.0
Provides: bundled(golang(github.com/pin/tftp)) = 2.1.0 Provides: bundled(golang(github.com/pin/tftp)) = 2.1.0
Provides: bundled(golang(github.com/pin/tftp/netascii)) = 2.1.0 Provides: bundled(golang(github.com/pin/tftp/netascii)) = 2.1.0
Provides: bundled(golang(github.com/spf13/pflag)) = 1.0.6-0.20210604193023.gitd5e0c0615ace Provides: bundled(golang(github.com/spf13/pflag)) = 1.0.6
Provides: bundled(golang(github.com/stretchr/testify/assert)) = 1.8.4 Provides: bundled(golang(github.com/stretchr/testify/assert)) = 1.10.0
Provides: bundled(golang(github.com/stretchr/testify/assert/yaml)) = 1.10.0
Provides: bundled(golang(github.com/vincent-petithory/dataurl)) = 1.0.0 Provides: bundled(golang(github.com/vincent-petithory/dataurl)) = 1.0.0
Provides: bundled(golang(github.com/vmware/vmw-guestinfo/bdoor)) = 0.0.0-20220317130741.git510905f0efa3 Provides: bundled(golang(github.com/vmware/vmw-guestinfo/bdoor)) = 0.0.0-20220317130741.git510905f0efa3
Provides: bundled(golang(github.com/vmware/vmw-guestinfo/message)) = 0.0.0-20220317130741.git510905f0efa3 Provides: bundled(golang(github.com/vmware/vmw-guestinfo/message)) = 0.0.0-20220317130741.git510905f0efa3
Provides: bundled(golang(github.com/vmware/vmw-guestinfo/rpcout)) = 0.0.0-20220317130741.git510905f0efa3 Provides: bundled(golang(github.com/vmware/vmw-guestinfo/rpcout)) = 0.0.0-20220317130741.git510905f0efa3
Provides: bundled(golang(github.com/vmware/vmw-guestinfo/rpcvmx)) = 0.0.0-20220317130741.git510905f0efa3 Provides: bundled(golang(github.com/vmware/vmw-guestinfo/rpcvmx)) = 0.0.0-20220317130741.git510905f0efa3
Provides: bundled(golang(github.com/vmware/vmw-guestinfo/vmcheck)) = 0.0.0-20220317130741.git510905f0efa3 Provides: bundled(golang(github.com/vmware/vmw-guestinfo/vmcheck)) = 0.0.0-20220317130741.git510905f0efa3
Provides: bundled(golang(golang.org/x/net/bpf)) = 0.18.0 Provides: bundled(golang(golang.org/x/net/bpf)) = 0.41.0
Provides: bundled(golang(golang.org/x/net/context)) = 0.18.0 Provides: bundled(golang(golang.org/x/net/http2)) = 0.41.0
Provides: bundled(golang(golang.org/x/net/http2)) = 0.18.0 Provides: bundled(golang(golang.org/x/net/http2/hpack)) = 0.41.0
Provides: bundled(golang(golang.org/x/net/http2/hpack)) = 0.18.0 Provides: bundled(golang(golang.org/x/net/http/httpguts)) = 0.41.0
Provides: bundled(golang(golang.org/x/net/http/httpguts)) = 0.18.0 Provides: bundled(golang(golang.org/x/net/http/httpproxy)) = 0.41.0
Provides: bundled(golang(golang.org/x/net/http/httpproxy)) = 0.18.0 Provides: bundled(golang(golang.org/x/net/idna)) = 0.41.0
Provides: bundled(golang(golang.org/x/net/idna)) = 0.18.0 Provides: bundled(golang(golang.org/x/net/internal/httpcommon)) = 0.41.0
Provides: bundled(golang(golang.org/x/net/internal/timeseries)) = 0.18.0 Provides: bundled(golang(golang.org/x/net/internal/timeseries)) = 0.41.0
Provides: bundled(golang(golang.org/x/net/trace)) = 0.18.0 Provides: bundled(golang(golang.org/x/net/trace)) = 0.41.0
Provides: bundled(golang(golang.org/x/oauth2)) = 0.14.0 Provides: bundled(golang(golang.org/x/oauth2)) = 0.30.0
Provides: bundled(golang(golang.org/x/oauth2/authhandler)) = 0.14.0 Provides: bundled(golang(golang.org/x/oauth2/authhandler)) = 0.30.0
Provides: bundled(golang(golang.org/x/oauth2/google)) = 0.14.0 Provides: bundled(golang(golang.org/x/oauth2/google)) = 0.30.0
Provides: bundled(golang(golang.org/x/oauth2/google/internal/externalaccount)) = 0.14.0 Provides: bundled(golang(golang.org/x/oauth2/google/externalaccount)) = 0.30.0
Provides: bundled(golang(golang.org/x/oauth2/google/internal/externalaccountauthorizeduser)) = 0.14.0 Provides: bundled(golang(golang.org/x/oauth2/google/internal/externalaccountauthorizeduser)) = 0.30.0
Provides: bundled(golang(golang.org/x/oauth2/google/internal/stsexchange)) = 0.14.0 Provides: bundled(golang(golang.org/x/oauth2/google/internal/impersonate)) = 0.30.0
Provides: bundled(golang(golang.org/x/oauth2/internal)) = 0.14.0 Provides: bundled(golang(golang.org/x/oauth2/google/internal/stsexchange)) = 0.30.0
Provides: bundled(golang(golang.org/x/oauth2/jws)) = 0.14.0 Provides: bundled(golang(golang.org/x/oauth2/internal)) = 0.30.0
Provides: bundled(golang(golang.org/x/oauth2/jwt)) = 0.14.0 Provides: bundled(golang(golang.org/x/oauth2/jws)) = 0.30.0
Provides: bundled(golang(golang.org/x/sys/cpu)) = 0.14.0 Provides: bundled(golang(golang.org/x/oauth2/jwt)) = 0.30.0
Provides: bundled(golang(golang.org/x/sys/unix)) = 0.14.0 Provides: bundled(golang(golang.org/x/sys/cpu)) = 0.33.0
Provides: bundled(golang(google.golang.org/api/googleapi)) = 0.151.0 Provides: bundled(golang(golang.org/x/sys/unix)) = 0.33.0
Provides: bundled(golang(google.golang.org/api/googleapi/transport)) = 0.151.0 Provides: bundled(golang(golang.org/x/sys/windows)) = 0.33.0
Provides: bundled(golang(google.golang.org/api/iamcredentials/v1)) = 0.151.0 Provides: bundled(golang(golang.org/x/sys/windows/registry)) = 0.33.0
Provides: bundled(golang(google.golang.org/api/internal)) = 0.151.0 Provides: bundled(golang(google.golang.org/api/googleapi)) = 0.236.0
Provides: bundled(golang(google.golang.org/api/internal/cert)) = 0.151.0 Provides: bundled(golang(google.golang.org/api/googleapi/transport)) = 0.236.0
Provides: bundled(golang(google.golang.org/api/internal/gensupport)) = 0.151.0 Provides: bundled(golang(google.golang.org/api/iamcredentials/v1)) = 0.236.0
Provides: bundled(golang(google.golang.org/api/internal/impersonate)) = 0.151.0 Provides: bundled(golang(google.golang.org/api/internal)) = 0.236.0
Provides: bundled(golang(google.golang.org/api/internal/third_party/uritemplates)) = 0.151.0 Provides: bundled(golang(google.golang.org/api/internal/cert)) = 0.236.0
Provides: bundled(golang(google.golang.org/api/iterator)) = 0.151.0 Provides: bundled(golang(google.golang.org/api/internal/gensupport)) = 0.236.0
Provides: bundled(golang(google.golang.org/api/option)) = 0.151.0 Provides: bundled(golang(google.golang.org/api/internal/impersonate)) = 0.236.0
Provides: bundled(golang(google.golang.org/api/option/internaloption)) = 0.151.0 Provides: bundled(golang(google.golang.org/api/internal/third_party/uritemplates)) = 0.236.0
Provides: bundled(golang(google.golang.org/api/storage/v1)) = 0.151.0 Provides: bundled(golang(google.golang.org/api/iterator)) = 0.236.0
Provides: bundled(golang(google.golang.org/api/transport)) = 0.151.0 Provides: bundled(golang(google.golang.org/api/option)) = 0.236.0
Provides: bundled(golang(google.golang.org/api/transport/grpc)) = 0.151.0 Provides: bundled(golang(google.golang.org/api/option/internaloption)) = 0.236.0
Provides: bundled(golang(google.golang.org/api/transport/http)) = 0.151.0 Provides: bundled(golang(google.golang.org/api/storage/v1)) = 0.236.0
Provides: bundled(golang(google.golang.org/api/transport/http/internal/propagation)) = 0.151.0 Provides: bundled(golang(google.golang.org/api/transport)) = 0.236.0
Provides: bundled(golang(google.golang.org/api/transport/grpc)) = 0.236.0
Provides: bundled(golang(google.golang.org/api/transport/http)) = 0.236.0
Provides: bundled(golang(gopkg.in/yaml.v3)) = 3.0.1 Provides: bundled(golang(gopkg.in/yaml.v3)) = 3.0.1
%description %description
This software is currently only supported on RHEL CoreOS.
Ignition is a utility used to manipulate systems during the initramfs. Ignition is a utility used to manipulate systems during the initramfs.
This includes partitioning disks, formatting partitions, writing files This includes partitioning disks, formatting partitions, writing files
(regular files, systemd units, etc.), and configuring users. On first (regular files, systemd units, etc.), and configuring users. On first
@ -177,7 +201,9 @@ the configuration.
%package validate %package validate
Summary: Validation tool for Ignition configs Summary: Validation tool for Ignition configs
License: Apache-2.0 License: ASL 2.0
Conflicts: ignition < 0.31.0-3
%description validate %description validate
Ignition is a utility used to manipulate systems during the initramfs. Ignition is a utility used to manipulate systems during the initramfs.
@ -195,9 +221,11 @@ This package contains a tool for validating Ignition configurations.
%package validate-redistributable %package validate-redistributable
Summary: Statically linked validation tool for Ignition configs Summary: Statically linked validation tool for Ignition configs
License: Apache-2.0 License: ASL 2.0
BuildArch: noarch BuildArch: noarch
Conflicts: ignition < 0.31.0-3
# In case someone has this subpackage installed, obsolete the old name # In case someone has this subpackage installed, obsolete the old name
# Drop in Fedora 38 # Drop in Fedora 38
Obsoletes: ignition-validate-nonlinux < 2.13.0-4 Obsoletes: ignition-validate-nonlinux < 2.13.0-4
@ -209,26 +237,30 @@ It is only used for building release binaries to be signed by Fedora release
engineering and uploaded to the Ignition GitHub releases page. engineering and uploaded to the Ignition GitHub releases page.
%endif %endif
############## grub subpackage ##############
%package grub
Summary: Enablement glue for bootupd's grub2 config
License: Apache-2.0
# `ignition-grub` is a rename `ignition-ignition-grub` so let's obsolete `ignition-ignition-grub`
Obsoletes: ignition-ignition-grub
%description grub
This package contains the grub2 config which is compatable with bootupd.
############## ignition-edge subpackage ############## ############## ignition-edge subpackage ##############
%if 0%{?rhel} && !0%{?eln}
%package edge %package edge
Summary: Enablement glue for Ignition on IoT/Edge systems Summary: Enablement glue for Ignition on IoT/Edge systems
License: Apache-2.0 License: ASL 2.0
%description edge %description edge
This package contains dracut modules, services and binaries needed to enable This package contains dracut modules, services and binaries needed to enable
Ignition on IoT/Edge systems. Ignition on IoT/Edge systems.
%endif
############## ignition-grub subpackage ##############
%package ignition-grub
Summary: Enablement glue for bootupd's grub2 config
License: Apache-2.0
%description ignition-grub
This package contains the grub2 config which is compatable with bootupd.
%prep %prep
%if 0%{?fedora} %if 0%{?fedora}
@ -236,9 +268,8 @@ This package contains the grub2 config which is compatable with bootupd.
%autopatch -p1 %autopatch -p1
%else %else
%forgeautosetup -p1 %forgeautosetup -p1
%endif
tar xvf %{SOURCE1} tar xvf %{SOURCE1}
%endif
%build %build
export LDFLAGS="-X github.com/coreos/ignition/v2/internal/version.Raw=%{version} -X github.com/coreos/ignition/v2/internal/distro.selinuxRelabel=true " export LDFLAGS="-X github.com/coreos/ignition/v2/internal/version.Raw=%{version} -X github.com/coreos/ignition/v2/internal/distro.selinuxRelabel=true "
@ -258,7 +289,8 @@ echo "Building ignition..."
echo "Building ignition-validate..." echo "Building ignition-validate..."
%gobuild -o ./ignition-validate validate/main.go %gobuild -o ./ignition-validate validate/main.go
%global gocrossbuild go build -ldflags "${LDFLAGS:-} -B 0x$(head -c20 /dev/urandom|od -An -tx1|tr -d ' \\n')" -a -v -x
%global gocrossbuild go build -ldflags "${LDFLAGS:-} -B 0x$(cat /dev/urandom | tr -d -c '0-9a-f' | head -c16)" -a -v -x
%if 0%{?fedora} %if 0%{?fedora}
echo "Building statically-linked Linux ignition-validate..." echo "Building statically-linked Linux ignition-validate..."
@ -284,9 +316,10 @@ install -m 0755 -d %{buildroot}/%{_libexecdir}
ln -sf ../lib/dracut/modules.d/30ignition/ignition %{buildroot}/%{_libexecdir}/ignition-apply ln -sf ../lib/dracut/modules.d/30ignition/ignition %{buildroot}/%{_libexecdir}/ignition-apply
ln -sf ../lib/dracut/modules.d/30ignition/ignition %{buildroot}/%{_libexecdir}/ignition-rmcfg ln -sf ../lib/dracut/modules.d/30ignition/ignition %{buildroot}/%{_libexecdir}/ignition-rmcfg
# ignition-grub
install -d -p %{buildroot}%{_libdir}/bootupd/grub2-static/configs.d # grub
install -p -m 0644 grub2/ignition.cfg %{buildroot}%{_libdir}/bootupd/grub2-static/configs.d/ install -d -p %{buildroot}%{_prefix}/lib/bootupd/grub2-static/configs.d
install -p -m 0644 grub2/05_ignition.cfg %{buildroot}%{_prefix}/lib/bootupd/grub2-static/configs.d/
# ignition # ignition
install -d -p %{buildroot}%{_bindir} install -d -p %{buildroot}%{_bindir}
@ -307,7 +340,9 @@ install -p -m 0644 ./ignition-validate-x86_64-unknown-linux-gnu-static %{buildro
# the command line. Install directly into the dracut module dir. # the command line. Install directly into the dracut module dir.
install -p -m 0755 ./ignition %{buildroot}/%{dracutlibdir}/modules.d/30ignition install -p -m 0755 ./ignition %{buildroot}/%{dracutlibdir}/modules.d/30ignition
%if 0%{?rhel} && !0%{?eln}
%make_install -C ignition-edge-%{ignedgecommit} %make_install -C ignition-edge-%{ignedgecommit}
%endif
%if %{with check} %if %{with check}
%check %check
@ -341,6 +376,12 @@ install -p -m 0755 ./ignition %{buildroot}/%{dracutlibdir}/modules.d/30ignition
%{_datadir}/ignition/ignition-validate-x86_64-unknown-linux-gnu-static %{_datadir}/ignition/ignition-validate-x86_64-unknown-linux-gnu-static
%endif %endif
%files grub
%doc README.md
%license %{golicenses}
%{_prefix}/lib/bootupd/grub2-static/configs.d/05_ignition.cfg
%if 0%{?rhel} && !0%{?eln}
%files edge %files edge
%license %{golicenses} %license %{golicenses}
%doc %{godocs} %doc %{godocs}
@ -353,124 +394,89 @@ install -p -m 0755 ./ignition %{buildroot}/%{dracutlibdir}/modules.d/30ignition
%{_unitdir}/ignition-firstboot-complete.service %{_unitdir}/ignition-firstboot-complete.service
%{_libexecdir}/coreos-ignition-write-issues %{_libexecdir}/coreos-ignition-write-issues
%{_libexecdir}/coreos-check-ssh-keys %{_libexecdir}/coreos-check-ssh-keys
%endif
%files ignition-grub
%doc README.md
%license %{golicenses}
%{_libdir}/bootupd/grub2-static/configs.d/ignition.cfg
%changelog %changelog
* Thu Aug 22 2024 Timothée Ravier <tim@siosm.fr> - 2.17.0-6 * Wed Jul 16 2025 Tiago Bueno <tbueno@redhat.com> - 2.22.0-1
- Remove gdisk require to prepare for the sfdisk migration
* Mon Jun 24 2024 Troy Dawson <tdawson@redhat.com> - 2.17.0-5
- Bump release for June 2024 mass rebuild
* Wed Jan 24 2024 Fedora Release Engineering <releng@fedoraproject.org> - 2.17.0-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
* Sat Jan 20 2024 Fedora Release Engineering <releng@fedoraproject.org> - 2.17.0-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
* Fri Dec 15 2023 Steven Prestil <spresti@redhat.com> - 2.17.0-2
- Add ignition-grub subpackage
* Wed Nov 22 2023 Steven Prestil <spresti@redhat.com> - 2.17.0-1
- New release - New release
* Thu Jul 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 2.16.2-2 * Mon Mar 24 2025 Yasmin Valim <ydesouza@redhat.com> - 2.21.0-1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild - Re-sync with upstream changes adding ignition-grub subpackage
and a few minor changes
* Wed Jul 12 2023 Benjamin Gilbert <bgilbert@redhat.com> - 2.16.2-1
- New release - New release
* Mon Jul 10 2023 Benjamin Gilbert <bgilbert@redhat.com> - 2.16.1-1 * Mon Nov 04 2024 Steven Presti <spresti@redhat.com> - 2.20.0-1
- New release - New release
* Thu Jun 1 2023 Steven Presti <spresti@redhat.com> - 2.15.0-4 * Mon Sep 09 2024 Miguel Martín <mmartinv@redhat.com> - 2.19.0-3
- Switch License tags to SPDX - Update ignition-edge commit to support FIPS
- https://github.com/fedora-iot/ignition-edge/pull/2
* Thu Feb 23 2023 Benjamin Gilbert <bgilbert@redhat.com> - 2.15.0-3 * Tue Jul 02 2024 Joseph Marrero <jmarrero@fedoraproject.org> - 2.19.0-2
- Remove ignition-edge files from base package - Rebuild of 2.19.0 with a newer golang
* Wed Feb 22 2023 Paul Whalen <pwhalen@fedoraproject.org> - 2.15.0-2 * Wed Jun 12 2024 Steven Presti <spresti@redhat.com> - 2.19.0-1
- Enable ignition-edge in Fedora
* Tue Feb 21 2023 Benjamin Gilbert <bgilbert@redhat.com> - 2.15.0-1
- New release - New release
- Drop Conflicts/Obsoletes for ancient Ignition releases
* Thu Jan 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 2.14.0-6 * Thu Mar 07 2024 Yasmin Valim <ydesouza@redhat.com> - 2.18.0-1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild - New release
* Tue Aug 9 2022 Christian Glombek <cglombek@redhat.com> - 2.14.0-5 * Fri Feb 09 2024 Timothée Ravier <tim@siosm.fr> - 2.17.0-2
- Backport fix for unexpected Azure IMDS status codes
* Mon Dec 18 2023 Yasmin Valim <ydesouza@redhat.com> - 2.17.0-1
- New release
* Thu Jul 13 2023 Benjamin Gilbert <bgilbert@redhat.com> - 2.16.2-1
- New release
* Tue May 30 2023 Antonio Murdaca <antoniomurdaca@gmail.com> - 2.15.0-2
- Fix Edge's Anaconda installer (#2203233)
* Wed Feb 22 2023 Benjamin Gilbert <bgilbert@redhat.com> - 2.15.0-1
- New release
- Clarify -edge subpackage summary and description
* Tue Nov 22 2022 Antonio Murdaca <antoniomurdaca@gmail.com> - 2.14.0-4
- Rebuild to include ignition-edge subpackage (#2144789)
* Mon Oct 10 2022 Benjamin Gilbert <bgilbert@redhat.com> - 2.14.0-3
- Rebuild for unblocking ignition-validate subpackage (#2121002)
* Tue Aug 9 2022 Christian Glombek <cglombek@redhat.com> - 2.14.0-2
- Enable writing ssh keys fragments on RHEL/CentOS >= 9 - Enable writing ssh keys fragments on RHEL/CentOS >= 9
* Thu Jul 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 2.14.0-4 * Thu May 26 2022 Benjamin Gilbert <bgilbert@redhat.com> - 2.14.0-1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
* Mon Jun 27 2022 Benjamin Gilbert <bgilbert@redhat.com> - 2.14.0-3
- Add macOS aarch64 binary to -redistributable
* Sat Jun 18 2022 Robert-André Mauchin <zebob.m@gmail.com> - 2.14.0-2
- Rebuilt for CVE-2022-1996, CVE-2022-24675, CVE-2022-28327, CVE-2022-27191,
CVE-2022-29526, CVE-2022-30629
* Mon May 16 2022 Steven Presti <spresti@redhat.com> - 2.14.0-1
- New release - New release
- Add ignition-apply symlink - Add ignition-apply symlink
- Add ignition-rmcfg symlink and ignition-delete-config.service - Add ignition-rmcfg symlink and ignition-delete-config.service
* Thu Mar 17 2022 Sohan Kunkerkar <skunkerk@redhat.com> - 2.13.0-5 * Mon Mar 21 2022 Sohan Kunkerkar <skunkerk@redhat.com> - 2.13.0-2
- Avoid kernel lockdown on VMware when running with secure boot
* Fri Jan 28 2022 Benjamin Gilbert <bgilbert@redhat.com> - 2.13.0-4
- Rename -validate-nonlinux subpackage to -validate-redistributable - Rename -validate-nonlinux subpackage to -validate-redistributable
- Add static Linux binaries to -redistributable - Add static Linux binaries to -redistributable
- Fix macro invocation in comment - Fix macro invocation in comment
- Avoid kernel lockdown on VMware when running with secure boot
* Thu Jan 20 2022 Benjamin Gilbert <bgilbert@redhat.com> - 2.13.0-3 * Thu Jan 20 2022 Benjamin Gilbert <bgilbert@redhat.com> - 2.13.0-1
- New release
- Fix LUKS volume reuse - Fix LUKS volume reuse
- Avoid double patch application on non-Fedora - Avoid double patch application
* Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 2.13.0-2 * Thu Sep 16 2021 Sohan Kunkerkar <skunkerk@redhat.com> - 2.12.0-1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild - Suppress hardcoded library path warning
- Fix go-mods-to-bundled-provides script to parse correct rpm version
- Import specfile from Fedora
* Tue Nov 30 2021 Sohan Kunkerkar <skunkerk@redhat.com> - 2.13.0-1 * Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 2.9.0-7
- New release - Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
Related: rhbz#1991688
* Wed Oct 13 2021 Sohan Kunkerkar <skunkerk@redhat.com> - 2.12.0-3 * Tue Jun 22 2021 Mohan Boddu <mboddu@redhat.com> - 2.9.0-6
- Move Ignition report to /etc - Rebuilt for RHEL 9 BETA for openssl 3.0
Related: rhbz#1971065
* Thu Aug 26 2021 Sohan Kunkerkar <skunkerk@redhat.com> - 2.12.0-2 * Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 2.9.0-5
- Disable file fragment writing logic for SSH authorized_keys on RHEL/CentOS - Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
- Disable compressdwarf flag to avoid build failures on RHEL/CentOS
- Disable cross-building of Ignition-validate on RHEL/CentOS
- Conditionalize Fedora-specific configuration
* Fri Aug 6 2021 Sohan Kunkerkar <skunkerk@redhat.com> - 2.12.0-1
- New release
* Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 2.11.0-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
* Thu Jul 8 2021 Benjamin Gilbert <bgilbert@redhat.com> - 2.11.0-2
- Move ignition-firstboot-complete and ignition-setup-user services out of
package into distro glue
* Fri Jun 25 2021 Benjamin Gilbert <bgilbert@redhat.com> - 2.11.0-1
- New release
* Wed May 26 2021 Jonathan Lebon <jonathan@jlebon.com> - 2.10.1-3
- Backport patch for multipath on firstboot
https://github.com/coreos/ignition/pull/1208
https://github.com/coreos/fedora-coreos-config/pull/1011
* Wed May 26 2021 Jonathan Lebon <jonathan@jlebon.com> - 2.10.1-2
- Redo packaging using go2rpm
* Thu Apr 29 2021 Stephen Lowrie <slowrie@redhat.com> - 2.10.1-1
- New release
* Fri Feb 05 2021 Benjamin Gilbert <bgilbert@redhat.com> - 2.9.0-4 * Fri Feb 05 2021 Benjamin Gilbert <bgilbert@redhat.com> - 2.9.0-4
- Drop Git commit hash from Release - Drop Git commit hash from Release
@ -784,4 +790,3 @@ install -p -m 0755 ./ignition %{buildroot}/%{dracutlibdir}/modules.d/30ignition
* Thu Jun 21 2018 Dusty Mabe <dusty@dustymabe.com> - 0.26.0-0.1.git7610725 * Thu Jun 21 2018 Dusty Mabe <dusty@dustymabe.com> - 0.26.0-0.1.git7610725
- First package for Fedora - First package for Fedora

View File

@ -1,2 +0,0 @@
SHA512 (ignition-2.17.0.tar.gz) = cfbe1ec0fbeee66e568b2943a6893d11f3965867f85dc4005b3dc10299f314bf7e64141c68867a8422dfd911534011a714631c78921abebbaaa0d9705cb5a336
SHA512 (ignition-edge-a3a8f0a.tar.gz) = ef04cd411752f1b48fdb64ae8e45a2234b635a19ead82483cb33e246697e6ae639f6036030e7647913f5f589532f3d015bcc81848db50ebe8800242f6f23230a