Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 2d1d9d9bc2 | |||
| 921ef38bfd |
4
.gitignore
vendored
4
.gitignore
vendored
@ -1,2 +1,2 @@
|
||||
SOURCES/ignition-2.19.0.tar.gz
|
||||
SOURCES/ignition-edge-35853de.tar.gz
|
||||
SOURCES/ignition-2.22.0.tar.gz
|
||||
SOURCES/ignition-edge-b8d1b7a.tar.gz
|
||||
|
||||
@ -1,2 +1,2 @@
|
||||
f10ca64b7df40a3497cb224f29189051521471fb SOURCES/ignition-2.19.0.tar.gz
|
||||
5478ba1847a798e4bff1b237281086a212a2af57 SOURCES/ignition-edge-35853de.tar.gz
|
||||
0e0e0229c4d32ca50d19df8c0adca27d28c4a9b9 SOURCES/ignition-2.22.0.tar.gz
|
||||
0069b62bce8673f82ac6a4b9959ec8db4ffed8ad SOURCES/ignition-edge-b8d1b7a.tar.gz
|
||||
|
||||
@ -7,13 +7,13 @@
|
||||
%bcond_with check
|
||||
%endif
|
||||
|
||||
%global ignedgecommit 35853ded31252937d3390970a89885478651c12e
|
||||
%global ignedgecommit b8d1b7a52c28fd5c33d15a0628d4b69f242f5c57
|
||||
%global ignedgeshortcommit %(c=%{ignedgecommit}; echo ${c:0:7})
|
||||
|
||||
# https://github.com/coreos/ignition
|
||||
%global goipath github.com/coreos/ignition
|
||||
%global gomodulesmode GO111MODULE=on
|
||||
Version: 2.19.0
|
||||
Version: 2.22.0
|
||||
|
||||
%gometa
|
||||
|
||||
@ -46,66 +46,82 @@ Requires: dracut-network
|
||||
Obsoletes: ignition-dracut < 0.31.0-3
|
||||
|
||||
# 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/storage)) = 1.35.1
|
||||
Provides: bundled(golang(cloud.google.com/go/storage/internal)) = 1.35.1
|
||||
Provides: bundled(golang(cloud.google.com/go/storage/internal/apiv2)) = 1.35.1
|
||||
Provides: bundled(golang(cloud.google.com/go/storage/internal/apiv2/storagepb)) = 1.35.1
|
||||
Provides: bundled(golang(github.com/aws/aws-sdk-go/aws)) = 1.48.0
|
||||
Provides: bundled(golang(github.com/aws/aws-sdk-go/aws/arn)) = 1.48.0
|
||||
Provides: bundled(golang(github.com/aws/aws-sdk-go/aws/auth/bearer)) = 1.48.0
|
||||
Provides: bundled(golang(github.com/aws/aws-sdk-go/aws/awserr)) = 1.48.0
|
||||
Provides: bundled(golang(github.com/aws/aws-sdk-go/aws/awsutil)) = 1.48.0
|
||||
Provides: bundled(golang(github.com/aws/aws-sdk-go/aws/client)) = 1.48.0
|
||||
Provides: bundled(golang(github.com/aws/aws-sdk-go/aws/client/metadata)) = 1.48.0
|
||||
Provides: bundled(golang(github.com/aws/aws-sdk-go/aws/corehandlers)) = 1.48.0
|
||||
Provides: bundled(golang(github.com/aws/aws-sdk-go/aws/credentials)) = 1.48.0
|
||||
Provides: bundled(golang(github.com/aws/aws-sdk-go/aws/credentials/ec2rolecreds)) = 1.48.0
|
||||
Provides: bundled(golang(github.com/aws/aws-sdk-go/aws/credentials/endpointcreds)) = 1.48.0
|
||||
Provides: bundled(golang(github.com/aws/aws-sdk-go/aws/credentials/processcreds)) = 1.48.0
|
||||
Provides: bundled(golang(github.com/aws/aws-sdk-go/aws/credentials/ssocreds)) = 1.48.0
|
||||
Provides: bundled(golang(github.com/aws/aws-sdk-go/aws/credentials/stscreds)) = 1.48.0
|
||||
Provides: bundled(golang(github.com/aws/aws-sdk-go/aws/csm)) = 1.48.0
|
||||
Provides: bundled(golang(github.com/aws/aws-sdk-go/aws/defaults)) = 1.48.0
|
||||
Provides: bundled(golang(github.com/aws/aws-sdk-go/aws/ec2metadata)) = 1.48.0
|
||||
Provides: bundled(golang(github.com/aws/aws-sdk-go/aws/endpoints)) = 1.48.0
|
||||
Provides: bundled(golang(github.com/aws/aws-sdk-go/aws/request)) = 1.48.0
|
||||
Provides: bundled(golang(github.com/aws/aws-sdk-go/aws/session)) = 1.48.0
|
||||
Provides: bundled(golang(github.com/aws/aws-sdk-go/aws/signer/v4)) = 1.48.0
|
||||
Provides: bundled(golang(github.com/aws/aws-sdk-go/internal/context)) = 1.48.0
|
||||
Provides: bundled(golang(github.com/aws/aws-sdk-go/internal/ini)) = 1.48.0
|
||||
Provides: bundled(golang(github.com/aws/aws-sdk-go/internal/s3shared)) = 1.48.0
|
||||
Provides: bundled(golang(github.com/aws/aws-sdk-go/internal/s3shared/arn)) = 1.48.0
|
||||
Provides: bundled(golang(github.com/aws/aws-sdk-go/internal/s3shared/s3err)) = 1.48.0
|
||||
Provides: bundled(golang(github.com/aws/aws-sdk-go/internal/sdkio)) = 1.48.0
|
||||
Provides: bundled(golang(github.com/aws/aws-sdk-go/internal/sdkmath)) = 1.48.0
|
||||
Provides: bundled(golang(github.com/aws/aws-sdk-go/internal/sdkrand)) = 1.48.0
|
||||
Provides: bundled(golang(github.com/aws/aws-sdk-go/internal/sdkuri)) = 1.48.0
|
||||
Provides: bundled(golang(github.com/aws/aws-sdk-go/internal/shareddefaults)) = 1.48.0
|
||||
Provides: bundled(golang(github.com/aws/aws-sdk-go/internal/strings)) = 1.48.0
|
||||
Provides: bundled(golang(github.com/aws/aws-sdk-go/internal/sync/singleflight)) = 1.48.0
|
||||
Provides: bundled(golang(github.com/aws/aws-sdk-go/private/checksum)) = 1.48.0
|
||||
Provides: bundled(golang(github.com/aws/aws-sdk-go/private/protocol)) = 1.48.0
|
||||
Provides: bundled(golang(github.com/aws/aws-sdk-go/private/protocol/eventstream)) = 1.48.0
|
||||
Provides: bundled(golang(github.com/aws/aws-sdk-go/private/protocol/eventstream/eventstreamapi)) = 1.48.0
|
||||
Provides: bundled(golang(github.com/aws/aws-sdk-go/private/protocol/json/jsonutil)) = 1.48.0
|
||||
Provides: bundled(golang(github.com/aws/aws-sdk-go/private/protocol/jsonrpc)) = 1.48.0
|
||||
Provides: bundled(golang(github.com/aws/aws-sdk-go/private/protocol/query)) = 1.48.0
|
||||
Provides: bundled(golang(github.com/aws/aws-sdk-go/private/protocol/query/queryutil)) = 1.48.0
|
||||
Provides: bundled(golang(github.com/aws/aws-sdk-go/private/protocol/rest)) = 1.48.0
|
||||
Provides: bundled(golang(github.com/aws/aws-sdk-go/private/protocol/restjson)) = 1.48.0
|
||||
Provides: bundled(golang(github.com/aws/aws-sdk-go/private/protocol/restxml)) = 1.48.0
|
||||
Provides: bundled(golang(github.com/aws/aws-sdk-go/private/protocol/xml/xmlutil)) = 1.48.0
|
||||
Provides: bundled(golang(github.com/aws/aws-sdk-go/service/s3)) = 1.48.0
|
||||
Provides: bundled(golang(github.com/aws/aws-sdk-go/service/s3/s3iface)) = 1.48.0
|
||||
Provides: bundled(golang(github.com/aws/aws-sdk-go/service/s3/s3manager)) = 1.48.0
|
||||
Provides: bundled(golang(github.com/aws/aws-sdk-go/service/sso)) = 1.48.0
|
||||
Provides: bundled(golang(github.com/aws/aws-sdk-go/service/ssooidc)) = 1.48.0
|
||||
Provides: bundled(golang(github.com/aws/aws-sdk-go/service/sso/ssoiface)) = 1.48.0
|
||||
Provides: bundled(golang(github.com/aws/aws-sdk-go/service/sts)) = 1.48.0
|
||||
Provides: bundled(golang(github.com/aws/aws-sdk-go/service/sts/stsiface)) = 1.48.0
|
||||
Provides: bundled(golang(github.com/beevik/etree)) = 1.2.0
|
||||
Provides: bundled(golang(github.com/containers/libhvee/pkg/kvp)) = 0.5.0
|
||||
Provides: bundled(golang(cloud.google.com/go/compute/metadata)) = 0.7.0
|
||||
Provides: bundled(golang(cloud.google.com/go/storage)) = 1.55.0
|
||||
Provides: bundled(golang(cloud.google.com/go/storage/experimental)) = 1.55.0
|
||||
Provides: bundled(golang(cloud.google.com/go/storage/internal)) = 1.55.0
|
||||
Provides: bundled(golang(cloud.google.com/go/storage/internal/apiv2)) = 1.55.0
|
||||
Provides: bundled(golang(cloud.google.com/go/storage/internal/apiv2/storagepb)) = 1.55.0
|
||||
Provides: bundled(golang(github.com/aws/aws-sdk-go/aws)) = 1.55.7
|
||||
Provides: bundled(golang(github.com/aws/aws-sdk-go/aws/arn)) = 1.55.7
|
||||
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/awserr)) = 1.55.7
|
||||
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)) = 1.55.7
|
||||
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/corehandlers)) = 1.55.7
|
||||
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/ec2rolecreds)) = 1.55.7
|
||||
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/processcreds)) = 1.55.7
|
||||
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/credentials/stscreds)) = 1.55.7
|
||||
Provides: bundled(golang(github.com/aws/aws-sdk-go/aws/csm)) = 1.55.7
|
||||
Provides: bundled(golang(github.com/aws/aws-sdk-go/aws/defaults)) = 1.55.7
|
||||
Provides: bundled(golang(github.com/aws/aws-sdk-go/aws/ec2metadata)) = 1.55.7
|
||||
Provides: bundled(golang(github.com/aws/aws-sdk-go/aws/endpoints)) = 1.55.7
|
||||
Provides: bundled(golang(github.com/aws/aws-sdk-go/aws/request)) = 1.55.7
|
||||
Provides: bundled(golang(github.com/aws/aws-sdk-go/aws/session)) = 1.55.7
|
||||
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/context)) = 1.55.7
|
||||
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)) = 1.55.7
|
||||
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/s3shared/s3err)) = 1.55.7
|
||||
Provides: bundled(golang(github.com/aws/aws-sdk-go/internal/sdkio)) = 1.55.7
|
||||
Provides: bundled(golang(github.com/aws/aws-sdk-go/internal/sdkmath)) = 1.55.7
|
||||
Provides: bundled(golang(github.com/aws/aws-sdk-go/internal/sdkrand)) = 1.55.7
|
||||
Provides: bundled(golang(github.com/aws/aws-sdk-go/internal/sdkuri)) = 1.55.7
|
||||
Provides: bundled(golang(github.com/aws/aws-sdk-go/internal/shareddefaults)) = 1.55.7
|
||||
Provides: bundled(golang(github.com/aws/aws-sdk-go/internal/strings)) = 1.55.7
|
||||
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/checksum)) = 1.55.7
|
||||
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)) = 1.55.7
|
||||
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/json/jsonutil)) = 1.55.7
|
||||
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)) = 1.55.7
|
||||
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/rest)) = 1.55.7
|
||||
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/restxml)) = 1.55.7
|
||||
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)) = 1.55.7
|
||||
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/s3/s3manager)) = 1.55.7
|
||||
Provides: bundled(golang(github.com/aws/aws-sdk-go/service/sso)) = 1.55.7
|
||||
Provides: bundled(golang(github.com/aws/aws-sdk-go/service/ssooidc)) = 1.55.7
|
||||
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)) = 1.55.7
|
||||
Provides: bundled(golang(github.com/aws/aws-sdk-go/service/sts/stsiface)) = 1.55.7
|
||||
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-systemd/v22/dbus)) = 22.5.0
|
||||
Provides: bundled(golang(github.com/coreos/go-systemd/v22/journal)) = 22.5.0
|
||||
@ -116,55 +132,58 @@ 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/validate)) = 0.0.0-20230201181013.gitd72178a18687
|
||||
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/mitchellh/copystructure)) = 1.2.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/spf13/pflag)) = 1.0.6-0.20210604193023.gitd5e0c0615ace
|
||||
Provides: bundled(golang(github.com/stretchr/testify/assert)) = 1.8.4
|
||||
Provides: bundled(golang(github.com/spf13/pflag)) = 1.0.6
|
||||
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/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/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/vmcheck)) = 0.0.0-20220317130741.git510905f0efa3
|
||||
Provides: bundled(golang(golang.org/x/net/bpf)) = 0.18.0
|
||||
Provides: bundled(golang(golang.org/x/net/context)) = 0.18.0
|
||||
Provides: bundled(golang(golang.org/x/net/http2)) = 0.18.0
|
||||
Provides: bundled(golang(golang.org/x/net/http2/hpack)) = 0.18.0
|
||||
Provides: bundled(golang(golang.org/x/net/http/httpguts)) = 0.18.0
|
||||
Provides: bundled(golang(golang.org/x/net/http/httpproxy)) = 0.18.0
|
||||
Provides: bundled(golang(golang.org/x/net/idna)) = 0.18.0
|
||||
Provides: bundled(golang(golang.org/x/net/internal/timeseries)) = 0.18.0
|
||||
Provides: bundled(golang(golang.org/x/net/trace)) = 0.18.0
|
||||
Provides: bundled(golang(golang.org/x/oauth2)) = 0.14.0
|
||||
Provides: bundled(golang(golang.org/x/oauth2/authhandler)) = 0.14.0
|
||||
Provides: bundled(golang(golang.org/x/oauth2/google)) = 0.14.0
|
||||
Provides: bundled(golang(golang.org/x/oauth2/google/internal/externalaccount)) = 0.14.0
|
||||
Provides: bundled(golang(golang.org/x/oauth2/google/internal/externalaccountauthorizeduser)) = 0.14.0
|
||||
Provides: bundled(golang(golang.org/x/oauth2/google/internal/stsexchange)) = 0.14.0
|
||||
Provides: bundled(golang(golang.org/x/oauth2/internal)) = 0.14.0
|
||||
Provides: bundled(golang(golang.org/x/oauth2/jws)) = 0.14.0
|
||||
Provides: bundled(golang(golang.org/x/oauth2/jwt)) = 0.14.0
|
||||
Provides: bundled(golang(golang.org/x/sys/cpu)) = 0.14.0
|
||||
Provides: bundled(golang(golang.org/x/sys/unix)) = 0.14.0
|
||||
Provides: bundled(golang(google.golang.org/api/googleapi)) = 0.151.0
|
||||
Provides: bundled(golang(google.golang.org/api/googleapi/transport)) = 0.151.0
|
||||
Provides: bundled(golang(google.golang.org/api/iamcredentials/v1)) = 0.151.0
|
||||
Provides: bundled(golang(google.golang.org/api/internal)) = 0.151.0
|
||||
Provides: bundled(golang(google.golang.org/api/internal/cert)) = 0.151.0
|
||||
Provides: bundled(golang(google.golang.org/api/internal/gensupport)) = 0.151.0
|
||||
Provides: bundled(golang(google.golang.org/api/internal/impersonate)) = 0.151.0
|
||||
Provides: bundled(golang(google.golang.org/api/internal/third_party/uritemplates)) = 0.151.0
|
||||
Provides: bundled(golang(google.golang.org/api/iterator)) = 0.151.0
|
||||
Provides: bundled(golang(google.golang.org/api/option)) = 0.151.0
|
||||
Provides: bundled(golang(google.golang.org/api/option/internaloption)) = 0.151.0
|
||||
Provides: bundled(golang(google.golang.org/api/storage/v1)) = 0.151.0
|
||||
Provides: bundled(golang(google.golang.org/api/transport)) = 0.151.0
|
||||
Provides: bundled(golang(google.golang.org/api/transport/grpc)) = 0.151.0
|
||||
Provides: bundled(golang(google.golang.org/api/transport/http)) = 0.151.0
|
||||
Provides: bundled(golang(google.golang.org/api/transport/http/internal/propagation)) = 0.151.0
|
||||
Provides: bundled(golang(golang.org/x/net/bpf)) = 0.41.0
|
||||
Provides: bundled(golang(golang.org/x/net/http2)) = 0.41.0
|
||||
Provides: bundled(golang(golang.org/x/net/http2/hpack)) = 0.41.0
|
||||
Provides: bundled(golang(golang.org/x/net/http/httpguts)) = 0.41.0
|
||||
Provides: bundled(golang(golang.org/x/net/http/httpproxy)) = 0.41.0
|
||||
Provides: bundled(golang(golang.org/x/net/idna)) = 0.41.0
|
||||
Provides: bundled(golang(golang.org/x/net/internal/httpcommon)) = 0.41.0
|
||||
Provides: bundled(golang(golang.org/x/net/internal/timeseries)) = 0.41.0
|
||||
Provides: bundled(golang(golang.org/x/net/trace)) = 0.41.0
|
||||
Provides: bundled(golang(golang.org/x/oauth2)) = 0.30.0
|
||||
Provides: bundled(golang(golang.org/x/oauth2/authhandler)) = 0.30.0
|
||||
Provides: bundled(golang(golang.org/x/oauth2/google)) = 0.30.0
|
||||
Provides: bundled(golang(golang.org/x/oauth2/google/externalaccount)) = 0.30.0
|
||||
Provides: bundled(golang(golang.org/x/oauth2/google/internal/externalaccountauthorizeduser)) = 0.30.0
|
||||
Provides: bundled(golang(golang.org/x/oauth2/google/internal/impersonate)) = 0.30.0
|
||||
Provides: bundled(golang(golang.org/x/oauth2/google/internal/stsexchange)) = 0.30.0
|
||||
Provides: bundled(golang(golang.org/x/oauth2/internal)) = 0.30.0
|
||||
Provides: bundled(golang(golang.org/x/oauth2/jws)) = 0.30.0
|
||||
Provides: bundled(golang(golang.org/x/oauth2/jwt)) = 0.30.0
|
||||
Provides: bundled(golang(golang.org/x/sys/cpu)) = 0.33.0
|
||||
Provides: bundled(golang(golang.org/x/sys/unix)) = 0.33.0
|
||||
Provides: bundled(golang(golang.org/x/sys/windows)) = 0.33.0
|
||||
Provides: bundled(golang(golang.org/x/sys/windows/registry)) = 0.33.0
|
||||
Provides: bundled(golang(google.golang.org/api/googleapi)) = 0.236.0
|
||||
Provides: bundled(golang(google.golang.org/api/googleapi/transport)) = 0.236.0
|
||||
Provides: bundled(golang(google.golang.org/api/iamcredentials/v1)) = 0.236.0
|
||||
Provides: bundled(golang(google.golang.org/api/internal)) = 0.236.0
|
||||
Provides: bundled(golang(google.golang.org/api/internal/cert)) = 0.236.0
|
||||
Provides: bundled(golang(google.golang.org/api/internal/gensupport)) = 0.236.0
|
||||
Provides: bundled(golang(google.golang.org/api/internal/impersonate)) = 0.236.0
|
||||
Provides: bundled(golang(google.golang.org/api/internal/third_party/uritemplates)) = 0.236.0
|
||||
Provides: bundled(golang(google.golang.org/api/iterator)) = 0.236.0
|
||||
Provides: bundled(golang(google.golang.org/api/option)) = 0.236.0
|
||||
Provides: bundled(golang(google.golang.org/api/option/internaloption)) = 0.236.0
|
||||
Provides: bundled(golang(google.golang.org/api/storage/v1)) = 0.236.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
|
||||
|
||||
%description
|
||||
@ -218,6 +237,18 @@ It is only used for building release binaries to be signed by Fedora release
|
||||
engineering and uploaded to the Ignition GitHub releases page.
|
||||
%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 ##############
|
||||
|
||||
%if 0%{?rhel} && !0%{?eln}
|
||||
@ -258,7 +289,8 @@ echo "Building ignition..."
|
||||
echo "Building ignition-validate..."
|
||||
%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}
|
||||
echo "Building statically-linked Linux ignition-validate..."
|
||||
@ -269,6 +301,7 @@ CGO_ENABLED=0 GOARCH=amd64 GOOS=linux %gocrossbuild -o ./ignition-validate-x86_6
|
||||
|
||||
echo "Building macOS ignition-validate..."
|
||||
GOARCH=amd64 GOOS=darwin %gocrossbuild -o ./ignition-validate-x86_64-apple-darwin validate/main.go
|
||||
GOARCH=arm64 GOOS=darwin %gocrossbuild -o ./ignition-validate-aarch64-apple-darwin validate/main.go
|
||||
|
||||
echo "Building Windows ignition-validate..."
|
||||
GOARCH=amd64 GOOS=windows %gocrossbuild -o ./ignition-validate-x86_64-pc-windows-gnu.exe validate/main.go
|
||||
@ -283,12 +316,18 @@ 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-rmcfg
|
||||
|
||||
|
||||
# grub
|
||||
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
|
||||
install -d -p %{buildroot}%{_bindir}
|
||||
install -p -m 0755 ./ignition-validate %{buildroot}%{_bindir}
|
||||
|
||||
%if 0%{?fedora}
|
||||
install -d -p %{buildroot}%{_datadir}/ignition
|
||||
install -p -m 0644 ./ignition-validate-aarch64-apple-darwin %{buildroot}%{_datadir}/ignition
|
||||
install -p -m 0644 ./ignition-validate-aarch64-unknown-linux-gnu-static %{buildroot}%{_datadir}/ignition
|
||||
install -p -m 0644 ./ignition-validate-ppc64le-unknown-linux-gnu-static %{buildroot}%{_datadir}/ignition
|
||||
install -p -m 0644 ./ignition-validate-s390x-unknown-linux-gnu-static %{buildroot}%{_datadir}/ignition
|
||||
@ -328,6 +367,7 @@ install -p -m 0755 ./ignition %{buildroot}/%{dracutlibdir}/modules.d/30ignition
|
||||
%files validate-redistributable
|
||||
%license %{golicenses}
|
||||
%dir %{_datadir}/ignition
|
||||
%{_datadir}/ignition/ignition-validate-aarch64-apple-darwin
|
||||
%{_datadir}/ignition/ignition-validate-aarch64-unknown-linux-gnu-static
|
||||
%{_datadir}/ignition/ignition-validate-ppc64le-unknown-linux-gnu-static
|
||||
%{_datadir}/ignition/ignition-validate-s390x-unknown-linux-gnu-static
|
||||
@ -336,6 +376,11 @@ install -p -m 0755 ./ignition %{buildroot}/%{dracutlibdir}/modules.d/30ignition
|
||||
%{_datadir}/ignition/ignition-validate-x86_64-unknown-linux-gnu-static
|
||||
%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
|
||||
%license %{golicenses}
|
||||
@ -352,6 +397,21 @@ install -p -m 0755 ./ignition %{buildroot}/%{dracutlibdir}/modules.d/30ignition
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Wed Jul 16 2025 Tiago Bueno <tbueno@redhat.com> - 2.22.0-1
|
||||
- New release
|
||||
|
||||
* Mon Mar 24 2025 Yasmin Valim <ydesouza@redhat.com> - 2.21.0-1
|
||||
- Re-sync with upstream changes adding ignition-grub subpackage
|
||||
and a few minor changes
|
||||
- New release
|
||||
|
||||
* Mon Nov 04 2024 Steven Presti <spresti@redhat.com> - 2.20.0-1
|
||||
- New release
|
||||
|
||||
* Mon Sep 09 2024 Miguel Martín <mmartinv@redhat.com> - 2.19.0-3
|
||||
- Update ignition-edge commit to support FIPS
|
||||
- https://github.com/fedora-iot/ignition-edge/pull/2
|
||||
|
||||
* Tue Jul 02 2024 Joseph Marrero <jmarrero@fedoraproject.org> - 2.19.0-2
|
||||
- Rebuild of 2.19.0 with a newer golang
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user