Compare commits
37 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
c949917070 |
||
|
|
72b7782599 | ||
|
|
c968de9bf5 | ||
|
|
da6e188921 | ||
|
|
72fea80cc7 | ||
|
|
aeab9876fb | ||
|
|
14f8fd597a | ||
|
|
9f25eef1c8 | ||
|
|
9d428601e9 |
||
|
|
09c7f06575 |
||
|
|
5235d93136 | ||
|
|
8c802480f9 | ||
|
|
931d3944d9 | ||
|
|
8a3dc87da9 | ||
|
|
a295b467f5 | ||
|
|
a13fc83299 | ||
|
|
4b614e8a3d | ||
|
|
d185bf7111 | ||
|
|
7411ec9287 | ||
|
|
6a5b176f6c | ||
|
|
2a8319503b | ||
|
|
9041937edf |
||
|
|
dd57fc84af | ||
|
|
dc2702945e | ||
|
|
30fd6a24c3 | ||
|
|
7af239fc87 | ||
|
|
bffea01116 |
||
|
|
03bd1df840 |
||
|
|
6296657697 | ||
|
|
68751ea10a | ||
|
|
5ac6552b77 | ||
|
|
a14d6588b3 | ||
|
|
4e94fa6ca4 | ||
|
|
c4b231c156 | ||
|
|
8d182d2a72 | ||
|
|
bbbbdecd40 | ||
|
|
6b3027138f |
4 changed files with 276 additions and 116 deletions
13
.gitignore
vendored
13
.gitignore
vendored
|
|
@ -60,3 +60,16 @@
|
|||
/ignition-2.14.0.tar.gz
|
||||
/ignition-2.15.0.tar.gz
|
||||
/ignition-edge-a3a8f0a.tar.gz
|
||||
/ignition-2.16.1.tar.gz
|
||||
/ignition-2.16.2.tar.gz
|
||||
/ignition-2.17.0.tar.gz
|
||||
/ignition-2.18.0.tar.gz
|
||||
/ignition-2.19.0.tar.gz
|
||||
/ignition-2.20.0.tar.gz
|
||||
/ignition-edge-a258749.tar.gz
|
||||
/ignition-2.21.0.tar.gz
|
||||
/ignition-2.22.0.tar.gz
|
||||
/ignition-2.23.0.tar.gz
|
||||
/ignition-2.24.0.tar.gz
|
||||
/ignition-2.25.0.tar.gz
|
||||
/ignition-2.25.1.tar.gz
|
||||
|
|
|
|||
370
ignition.spec
370
ignition.spec
|
|
@ -7,13 +7,13 @@
|
|||
%bcond_with check
|
||||
%endif
|
||||
|
||||
%global ignedgecommit a3a8f0abb2a1c7fc1c9e5d0e7a3e8830b2e2d766
|
||||
%global ignedgecommit a2587490b2a9a215ad12cf15866025efbe027552
|
||||
%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.15.0
|
||||
Version: 2.25.1
|
||||
|
||||
%gometa
|
||||
|
||||
|
|
@ -22,18 +22,21 @@ Version: 2.15.0
|
|||
%global dracutlibdir %{_prefix}/lib/dracut
|
||||
|
||||
Name: ignition
|
||||
Release: 3%{?dist}
|
||||
Release: 1%{?dist}
|
||||
Summary: First boot installer and configuration tool
|
||||
|
||||
# Upstream license specification: Apache-2.0
|
||||
License: ASL 2.0
|
||||
License: Apache-2.0
|
||||
URL: %{gourl}
|
||||
Source0: %{gosource}
|
||||
Source1: https://github.com/fedora-iot/ignition-edge/archive/%{ignedgecommit}/ignition-edge-%{ignedgeshortcommit}.tar.gz
|
||||
|
||||
|
||||
BuildRequires: libblkid-devel
|
||||
BuildRequires: systemd-rpm-macros
|
||||
|
||||
ExcludeArch: %{ix86}
|
||||
|
||||
# Requires for 'disks' stage
|
||||
%if 0%{?fedora}
|
||||
Recommends: btrfs-progs
|
||||
|
|
@ -44,117 +47,138 @@ Requires: dracut
|
|||
Requires: dracut-network
|
||||
|
||||
# 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.29.0
|
||||
Provides: bundled(golang(cloud.google.com/go/storage/internal)) = 1.29.0
|
||||
Provides: bundled(golang(cloud.google.com/go/storage/internal/apiv2)) = 1.29.0
|
||||
Provides: bundled(golang(cloud.google.com/go/storage/internal/apiv2/stubs)) = 1.29.0
|
||||
Provides: bundled(golang(github.com/aws/aws-sdk-go/aws)) = 1.44.204
|
||||
Provides: bundled(golang(github.com/aws/aws-sdk-go/aws/arn)) = 1.44.204
|
||||
Provides: bundled(golang(github.com/aws/aws-sdk-go/aws/awserr)) = 1.44.204
|
||||
Provides: bundled(golang(github.com/aws/aws-sdk-go/aws/awsutil)) = 1.44.204
|
||||
Provides: bundled(golang(github.com/aws/aws-sdk-go/aws/client)) = 1.44.204
|
||||
Provides: bundled(golang(github.com/aws/aws-sdk-go/aws/client/metadata)) = 1.44.204
|
||||
Provides: bundled(golang(github.com/aws/aws-sdk-go/aws/corehandlers)) = 1.44.204
|
||||
Provides: bundled(golang(github.com/aws/aws-sdk-go/aws/credentials)) = 1.44.204
|
||||
Provides: bundled(golang(github.com/aws/aws-sdk-go/aws/credentials/ec2rolecreds)) = 1.44.204
|
||||
Provides: bundled(golang(github.com/aws/aws-sdk-go/aws/credentials/endpointcreds)) = 1.44.204
|
||||
Provides: bundled(golang(github.com/aws/aws-sdk-go/aws/credentials/processcreds)) = 1.44.204
|
||||
Provides: bundled(golang(github.com/aws/aws-sdk-go/aws/credentials/ssocreds)) = 1.44.204
|
||||
Provides: bundled(golang(github.com/aws/aws-sdk-go/aws/credentials/stscreds)) = 1.44.204
|
||||
Provides: bundled(golang(github.com/aws/aws-sdk-go/aws/csm)) = 1.44.204
|
||||
Provides: bundled(golang(github.com/aws/aws-sdk-go/aws/defaults)) = 1.44.204
|
||||
Provides: bundled(golang(github.com/aws/aws-sdk-go/aws/ec2metadata)) = 1.44.204
|
||||
Provides: bundled(golang(github.com/aws/aws-sdk-go/aws/endpoints)) = 1.44.204
|
||||
Provides: bundled(golang(github.com/aws/aws-sdk-go/aws/request)) = 1.44.204
|
||||
Provides: bundled(golang(github.com/aws/aws-sdk-go/aws/session)) = 1.44.204
|
||||
Provides: bundled(golang(github.com/aws/aws-sdk-go/aws/signer/v4)) = 1.44.204
|
||||
Provides: bundled(golang(github.com/aws/aws-sdk-go/internal/context)) = 1.44.204
|
||||
Provides: bundled(golang(github.com/aws/aws-sdk-go/internal/ini)) = 1.44.204
|
||||
Provides: bundled(golang(github.com/aws/aws-sdk-go/internal/s3shared)) = 1.44.204
|
||||
Provides: bundled(golang(github.com/aws/aws-sdk-go/internal/s3shared/arn)) = 1.44.204
|
||||
Provides: bundled(golang(github.com/aws/aws-sdk-go/internal/s3shared/s3err)) = 1.44.204
|
||||
Provides: bundled(golang(github.com/aws/aws-sdk-go/internal/sdkio)) = 1.44.204
|
||||
Provides: bundled(golang(github.com/aws/aws-sdk-go/internal/sdkmath)) = 1.44.204
|
||||
Provides: bundled(golang(github.com/aws/aws-sdk-go/internal/sdkrand)) = 1.44.204
|
||||
Provides: bundled(golang(github.com/aws/aws-sdk-go/internal/sdkuri)) = 1.44.204
|
||||
Provides: bundled(golang(github.com/aws/aws-sdk-go/internal/shareddefaults)) = 1.44.204
|
||||
Provides: bundled(golang(github.com/aws/aws-sdk-go/internal/strings)) = 1.44.204
|
||||
Provides: bundled(golang(github.com/aws/aws-sdk-go/internal/sync/singleflight)) = 1.44.204
|
||||
Provides: bundled(golang(github.com/aws/aws-sdk-go/private/checksum)) = 1.44.204
|
||||
Provides: bundled(golang(github.com/aws/aws-sdk-go/private/protocol)) = 1.44.204
|
||||
Provides: bundled(golang(github.com/aws/aws-sdk-go/private/protocol/eventstream)) = 1.44.204
|
||||
Provides: bundled(golang(github.com/aws/aws-sdk-go/private/protocol/eventstream/eventstreamapi)) = 1.44.204
|
||||
Provides: bundled(golang(github.com/aws/aws-sdk-go/private/protocol/json/jsonutil)) = 1.44.204
|
||||
Provides: bundled(golang(github.com/aws/aws-sdk-go/private/protocol/jsonrpc)) = 1.44.204
|
||||
Provides: bundled(golang(github.com/aws/aws-sdk-go/private/protocol/query)) = 1.44.204
|
||||
Provides: bundled(golang(github.com/aws/aws-sdk-go/private/protocol/query/queryutil)) = 1.44.204
|
||||
Provides: bundled(golang(github.com/aws/aws-sdk-go/private/protocol/rest)) = 1.44.204
|
||||
Provides: bundled(golang(github.com/aws/aws-sdk-go/private/protocol/restjson)) = 1.44.204
|
||||
Provides: bundled(golang(github.com/aws/aws-sdk-go/private/protocol/restxml)) = 1.44.204
|
||||
Provides: bundled(golang(github.com/aws/aws-sdk-go/private/protocol/xml/xmlutil)) = 1.44.204
|
||||
Provides: bundled(golang(github.com/aws/aws-sdk-go/service/s3)) = 1.44.204
|
||||
Provides: bundled(golang(github.com/aws/aws-sdk-go/service/s3/s3iface)) = 1.44.204
|
||||
Provides: bundled(golang(github.com/aws/aws-sdk-go/service/s3/s3manager)) = 1.44.204
|
||||
Provides: bundled(golang(github.com/aws/aws-sdk-go/service/sso)) = 1.44.204
|
||||
Provides: bundled(golang(github.com/aws/aws-sdk-go/service/sso/ssoiface)) = 1.44.204
|
||||
Provides: bundled(golang(github.com/aws/aws-sdk-go/service/sts)) = 1.44.204
|
||||
Provides: bundled(golang(github.com/aws/aws-sdk-go/service/sts/stsiface)) = 1.44.204
|
||||
Provides: bundled(golang(github.com/beevik/etree)) = 1.1.1-0.20200718192613.git4a2f8b9d084c
|
||||
|
||||
Provides: bundled(golang(cloud.google.com/go/compute/metadata)) = 0.9.0
|
||||
Provides: bundled(golang(cloud.google.com/go/storage)) = 1.58.0
|
||||
Provides: bundled(golang(cloud.google.com/go/storage/experimental)) = 1.58.0
|
||||
Provides: bundled(golang(cloud.google.com/go/storage/internal)) = 1.58.0
|
||||
Provides: bundled(golang(cloud.google.com/go/storage/internal/apiv2)) = 1.58.0
|
||||
Provides: bundled(golang(cloud.google.com/go/storage/internal/apiv2/storagepb)) = 1.58.0
|
||||
Provides: bundled(golang(github.com/aws/aws-sdk-go-v2/aws)) = 1.41.0
|
||||
Provides: bundled(golang(github.com/aws/aws-sdk-go-v2/aws/arn)) = 1.41.0
|
||||
Provides: bundled(golang(github.com/aws/aws-sdk-go-v2/aws/defaults)) = 1.41.0
|
||||
Provides: bundled(golang(github.com/aws/aws-sdk-go-v2/aws/middleware)) = 1.41.0
|
||||
Provides: bundled(golang(github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream)) = 1.41.0
|
||||
Provides: bundled(golang(github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream/eventstreamapi)) = 1.41.0
|
||||
Provides: bundled(golang(github.com/aws/aws-sdk-go-v2/aws/protocol/xml)) = 1.41.0
|
||||
Provides: bundled(golang(github.com/aws/aws-sdk-go-v2/aws/ratelimit)) = 1.41.0
|
||||
Provides: bundled(golang(github.com/aws/aws-sdk-go-v2/aws/retry)) = 1.41.0
|
||||
Provides: bundled(golang(github.com/aws/aws-sdk-go-v2/aws/signer/internal/v4)) = 1.41.0
|
||||
Provides: bundled(golang(github.com/aws/aws-sdk-go-v2/aws/signer/v4)) = 1.41.0
|
||||
Provides: bundled(golang(github.com/aws/aws-sdk-go-v2/aws/transport/http)) = 1.41.0
|
||||
Provides: bundled(golang(github.com/aws/aws-sdk-go-v2/credentials/ec2rolecreds)) = 1.41.0
|
||||
Provides: bundled(golang(github.com/aws/aws-sdk-go-v2/feature/ec2/imds)) = 1.41.0
|
||||
Provides: bundled(golang(github.com/aws/aws-sdk-go-v2/feature/ec2/imds/internal/config)) = 1.41.0
|
||||
Provides: bundled(golang(github.com/aws/aws-sdk-go-v2/feature/s3/manager)) = 1.41.0
|
||||
Provides: bundled(golang(github.com/aws/aws-sdk-go-v2/internal/auth)) = 1.41.0
|
||||
Provides: bundled(golang(github.com/aws/aws-sdk-go-v2/internal/auth/smithy)) = 1.41.0
|
||||
Provides: bundled(golang(github.com/aws/aws-sdk-go-v2/internal/awsutil)) = 1.41.0
|
||||
Provides: bundled(golang(github.com/aws/aws-sdk-go-v2/internal/configsources)) = 1.41.0
|
||||
Provides: bundled(golang(github.com/aws/aws-sdk-go-v2/internal/context)) = 1.41.0
|
||||
Provides: bundled(golang(github.com/aws/aws-sdk-go-v2/internal/endpoints)) = 1.41.0
|
||||
Provides: bundled(golang(github.com/aws/aws-sdk-go-v2/internal/endpoints/awsrulesfn)) = 1.41.0
|
||||
Provides: bundled(golang(github.com/aws/aws-sdk-go-v2/internal/endpoints/v2)) = 1.41.0
|
||||
Provides: bundled(golang(github.com/aws/aws-sdk-go-v2/internal/middleware)) = 1.41.0
|
||||
Provides: bundled(golang(github.com/aws/aws-sdk-go-v2/internal/rand)) = 1.41.0
|
||||
Provides: bundled(golang(github.com/aws/aws-sdk-go-v2/internal/sdk)) = 1.41.0
|
||||
Provides: bundled(golang(github.com/aws/aws-sdk-go-v2/internal/sdkio)) = 1.41.0
|
||||
Provides: bundled(golang(github.com/aws/aws-sdk-go-v2/internal/strings)) = 1.41.0
|
||||
Provides: bundled(golang(github.com/aws/aws-sdk-go-v2/internal/sync/singleflight)) = 1.41.0
|
||||
Provides: bundled(golang(github.com/aws/aws-sdk-go-v2/internal/timeconv)) = 1.41.0
|
||||
Provides: bundled(golang(github.com/aws/aws-sdk-go-v2/internal/v4a)) = 1.41.0
|
||||
Provides: bundled(golang(github.com/aws/aws-sdk-go-v2/internal/v4a/internal/crypto)) = 1.41.0
|
||||
Provides: bundled(golang(github.com/aws/aws-sdk-go-v2/internal/v4a/internal/v4)) = 1.41.0
|
||||
Provides: bundled(golang(github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding)) = 1.41.0
|
||||
Provides: bundled(golang(github.com/aws/aws-sdk-go-v2/service/internal/checksum)) = 1.41.0
|
||||
Provides: bundled(golang(github.com/aws/aws-sdk-go-v2/service/internal/presigned-url)) = 1.41.0
|
||||
Provides: bundled(golang(github.com/aws/aws-sdk-go-v2/service/internal/s3shared)) = 1.41.0
|
||||
Provides: bundled(golang(github.com/aws/aws-sdk-go-v2/service/internal/s3shared/arn)) = 1.41.0
|
||||
Provides: bundled(golang(github.com/aws/aws-sdk-go-v2/service/internal/s3shared/config)) = 1.41.0
|
||||
Provides: bundled(golang(github.com/aws/aws-sdk-go-v2/service/s3)) = 1.41.0
|
||||
Provides: bundled(golang(github.com/aws/aws-sdk-go-v2/service/s3/internal/arn)) = 1.41.0
|
||||
Provides: bundled(golang(github.com/aws/aws-sdk-go-v2/service/s3/internal/customizations)) = 1.41.0
|
||||
Provides: bundled(golang(github.com/aws/aws-sdk-go-v2/service/s3/internal/endpoints)) = 1.41.0
|
||||
Provides: bundled(golang(github.com/aws/aws-sdk-go-v2/service/s3/types)) = 1.41.0
|
||||
Provides: bundled(golang(github.com/Azure/azure-sdk-for-go/sdk/azidentity)) = 1.13.1
|
||||
Provides: bundled(golang(github.com/Azure/azure-sdk-for-go/sdk/azidentity/internal)) = 1.13.1
|
||||
Provides: bundled(golang(github.com/Azure/azure-sdk-for-go/sdk/storage/azblob)) = 1.6.3
|
||||
Provides: bundled(golang(github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/appendblob)) = 1.6.3
|
||||
Provides: bundled(golang(github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/blob)) = 1.6.3
|
||||
Provides: bundled(golang(github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/bloberror)) = 1.6.3
|
||||
Provides: bundled(golang(github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/blockblob)) = 1.6.3
|
||||
Provides: bundled(golang(github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/container)) = 1.6.3
|
||||
Provides: bundled(golang(github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/internal/base)) = 1.6.3
|
||||
Provides: bundled(golang(github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/internal/exported)) = 1.6.3
|
||||
Provides: bundled(golang(github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/internal/generated)) = 1.6.3
|
||||
Provides: bundled(golang(github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/internal/shared)) = 1.6.3
|
||||
Provides: bundled(golang(github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/pageblob)) = 1.6.3
|
||||
Provides: bundled(golang(github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/sas)) = 1.6.3
|
||||
Provides: bundled(golang(github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/service)) = 1.6.3
|
||||
Provides: bundled(golang(github.com/beevik/etree)) = 1.6.0
|
||||
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
|
||||
Provides: bundled(golang(github.com/coreos/go-systemd/v22/unit)) = 22.5.0
|
||||
Provides: bundled(golang(github.com/coreos/go-systemd/v22/dbus)) = 22.6.0
|
||||
Provides: bundled(golang(github.com/coreos/go-systemd/v22/journal)) = 22.6.0
|
||||
Provides: bundled(golang(github.com/coreos/go-systemd/v22/unit)) = 22.6.0
|
||||
Provides: bundled(golang(github.com/coreos/vcontext/json)) = 0.0.0-20230201181013.gitd72178a18687
|
||||
Provides: bundled(golang(github.com/coreos/vcontext/path)) = 0.0.0-20230201181013.gitd72178a18687
|
||||
Provides: bundled(golang(github.com/coreos/vcontext/report)) = 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/google/renameio/v2)) = 2.0.0
|
||||
Provides: bundled(golang(github.com/google/uuid)) = 1.3.0
|
||||
Provides: bundled(golang(github.com/google/renameio/v2)) = 2.0.1
|
||||
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.1
|
||||
Provides: bundled(golang(github.com/spf13/pflag)) = 1.0.10
|
||||
Provides: bundled(golang(github.com/stretchr/testify/assert)) = 1.11.1
|
||||
Provides: bundled(golang(github.com/stretchr/testify/assert/yaml)) = 1.11.1
|
||||
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/context)) = 0.7.0
|
||||
Provides: bundled(golang(golang.org/x/net/http2)) = 0.7.0
|
||||
Provides: bundled(golang(golang.org/x/net/http2/hpack)) = 0.7.0
|
||||
Provides: bundled(golang(golang.org/x/net/http/httpguts)) = 0.7.0
|
||||
Provides: bundled(golang(golang.org/x/net/http/httpproxy)) = 0.7.0
|
||||
Provides: bundled(golang(golang.org/x/net/idna)) = 0.7.0
|
||||
Provides: bundled(golang(golang.org/x/net/internal/timeseries)) = 0.7.0
|
||||
Provides: bundled(golang(golang.org/x/net/trace)) = 0.7.0
|
||||
Provides: bundled(golang(golang.org/x/oauth2)) = 0.5.0
|
||||
Provides: bundled(golang(golang.org/x/oauth2/authhandler)) = 0.5.0
|
||||
Provides: bundled(golang(golang.org/x/oauth2/google)) = 0.5.0
|
||||
Provides: bundled(golang(golang.org/x/oauth2/google/internal/externalaccount)) = 0.5.0
|
||||
Provides: bundled(golang(golang.org/x/oauth2/internal)) = 0.5.0
|
||||
Provides: bundled(golang(golang.org/x/oauth2/jws)) = 0.5.0
|
||||
Provides: bundled(golang(golang.org/x/oauth2/jwt)) = 0.5.0
|
||||
Provides: bundled(golang(golang.org/x/sys/unix)) = 0.5.0
|
||||
Provides: bundled(golang(google.golang.org/api/googleapi)) = 0.110.0
|
||||
Provides: bundled(golang(google.golang.org/api/googleapi/transport)) = 0.110.0
|
||||
Provides: bundled(golang(google.golang.org/api/iamcredentials/v1)) = 0.110.0
|
||||
Provides: bundled(golang(google.golang.org/api/internal)) = 0.110.0
|
||||
Provides: bundled(golang(google.golang.org/api/internal/gensupport)) = 0.110.0
|
||||
Provides: bundled(golang(google.golang.org/api/internal/impersonate)) = 0.110.0
|
||||
Provides: bundled(golang(google.golang.org/api/internal/third_party/uritemplates)) = 0.110.0
|
||||
Provides: bundled(golang(google.golang.org/api/iterator)) = 0.110.0
|
||||
Provides: bundled(golang(google.golang.org/api/option)) = 0.110.0
|
||||
Provides: bundled(golang(google.golang.org/api/option/internaloption)) = 0.110.0
|
||||
Provides: bundled(golang(google.golang.org/api/storage/v1)) = 0.110.0
|
||||
Provides: bundled(golang(google.golang.org/api/transport)) = 0.110.0
|
||||
Provides: bundled(golang(google.golang.org/api/transport/cert)) = 0.110.0
|
||||
Provides: bundled(golang(google.golang.org/api/transport/grpc)) = 0.110.0
|
||||
Provides: bundled(golang(google.golang.org/api/transport/http)) = 0.110.0
|
||||
Provides: bundled(golang(google.golang.org/api/transport/http/internal/propagation)) = 0.110.0
|
||||
Provides: bundled(golang(google.golang.org/api/transport/internal/dca)) = 0.110.0
|
||||
Provides: bundled(golang(golang.org/x/net/bpf)) = 0.48.0
|
||||
Provides: bundled(golang(golang.org/x/net/http2)) = 0.48.0
|
||||
Provides: bundled(golang(golang.org/x/net/http2/hpack)) = 0.48.0
|
||||
Provides: bundled(golang(golang.org/x/net/http/httpguts)) = 0.48.0
|
||||
Provides: bundled(golang(golang.org/x/net/http/httpproxy)) = 0.48.0
|
||||
Provides: bundled(golang(golang.org/x/net/idna)) = 0.48.0
|
||||
Provides: bundled(golang(golang.org/x/net/internal/httpcommon)) = 0.48.0
|
||||
Provides: bundled(golang(golang.org/x/net/internal/timeseries)) = 0.48.0
|
||||
Provides: bundled(golang(golang.org/x/net/trace)) = 0.48.0
|
||||
Provides: bundled(golang(golang.org/x/oauth2)) = 0.34.0
|
||||
Provides: bundled(golang(golang.org/x/oauth2/authhandler)) = 0.34.0
|
||||
Provides: bundled(golang(golang.org/x/oauth2/google)) = 0.34.0
|
||||
Provides: bundled(golang(golang.org/x/oauth2/google/externalaccount)) = 0.34.0
|
||||
Provides: bundled(golang(golang.org/x/oauth2/google/internal/externalaccountauthorizeduser)) = 0.34.0
|
||||
Provides: bundled(golang(golang.org/x/oauth2/google/internal/impersonate)) = 0.34.0
|
||||
Provides: bundled(golang(golang.org/x/oauth2/google/internal/stsexchange)) = 0.34.0
|
||||
Provides: bundled(golang(golang.org/x/oauth2/internal)) = 0.34.0
|
||||
Provides: bundled(golang(golang.org/x/oauth2/jws)) = 0.34.0
|
||||
Provides: bundled(golang(golang.org/x/oauth2/jwt)) = 0.34.0
|
||||
Provides: bundled(golang(golang.org/x/sys/cpu)) = 0.39.0
|
||||
Provides: bundled(golang(golang.org/x/sys/unix)) = 0.39.0
|
||||
Provides: bundled(golang(golang.org/x/sys/windows)) = 0.39.0
|
||||
Provides: bundled(golang(golang.org/x/sys/windows/registry)) = 0.39.0
|
||||
Provides: bundled(golang(google.golang.org/api/googleapi)) = 0.257.0
|
||||
Provides: bundled(golang(google.golang.org/api/googleapi/transport)) = 0.257.0
|
||||
Provides: bundled(golang(google.golang.org/api/iamcredentials/v1)) = 0.257.0
|
||||
Provides: bundled(golang(google.golang.org/api/internal)) = 0.257.0
|
||||
Provides: bundled(golang(google.golang.org/api/internal/cert)) = 0.257.0
|
||||
Provides: bundled(golang(google.golang.org/api/internal/gensupport)) = 0.257.0
|
||||
Provides: bundled(golang(google.golang.org/api/internal/impersonate)) = 0.257.0
|
||||
Provides: bundled(golang(google.golang.org/api/internal/third_party/uritemplates)) = 0.257.0
|
||||
Provides: bundled(golang(google.golang.org/api/iterator)) = 0.257.0
|
||||
Provides: bundled(golang(google.golang.org/api/option)) = 0.257.0
|
||||
Provides: bundled(golang(google.golang.org/api/option/internaloption)) = 0.257.0
|
||||
Provides: bundled(golang(google.golang.org/api/storage/v1)) = 0.257.0
|
||||
Provides: bundled(golang(google.golang.org/api/transport)) = 0.257.0
|
||||
Provides: bundled(golang(google.golang.org/api/transport/grpc)) = 0.257.0
|
||||
Provides: bundled(golang(google.golang.org/api/transport/http)) = 0.257.0
|
||||
Provides: bundled(golang(gopkg.in/yaml.v3)) = 3.0.1
|
||||
|
||||
%description
|
||||
Ignition is a utility used to manipulate systems during the initramfs.
|
||||
|
|
@ -169,7 +193,7 @@ the configuration.
|
|||
%package validate
|
||||
|
||||
Summary: Validation tool for Ignition configs
|
||||
License: ASL 2.0
|
||||
License: Apache-2.0
|
||||
|
||||
%description validate
|
||||
Ignition is a utility used to manipulate systems during the initramfs.
|
||||
|
|
@ -187,7 +211,7 @@ This package contains a tool for validating Ignition configurations.
|
|||
%package validate-redistributable
|
||||
|
||||
Summary: Statically linked validation tool for Ignition configs
|
||||
License: ASL 2.0
|
||||
License: Apache-2.0
|
||||
BuildArch: noarch
|
||||
|
||||
# In case someone has this subpackage installed, obsolete the old name
|
||||
|
|
@ -206,12 +230,24 @@ engineering and uploaded to the Ignition GitHub releases page.
|
|||
%package edge
|
||||
|
||||
Summary: Enablement glue for Ignition on IoT/Edge systems
|
||||
License: ASL 2.0
|
||||
License: Apache-2.0
|
||||
|
||||
%description edge
|
||||
This package contains dracut modules, services and binaries needed to enable
|
||||
Ignition on IoT/Edge systems.
|
||||
|
||||
############## 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.
|
||||
|
||||
%prep
|
||||
%if 0%{?fedora}
|
||||
%goprep -k
|
||||
|
|
@ -235,26 +271,26 @@ LDFLAGS+=' -compressdwarf=false '
|
|||
export GOFLAGS="-mod=vendor"
|
||||
|
||||
echo "Building ignition..."
|
||||
%gobuild -o ./ignition internal/main.go
|
||||
GOEXPERIMENT=strictfipsruntime %gobuild -o ./ignition internal/main.go
|
||||
|
||||
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..."
|
||||
CGO_ENABLED=0 GOARCH=arm64 GOOS=linux %gocrossbuild -o ./ignition-validate-aarch64-unknown-linux-gnu-static validate/main.go
|
||||
CGO_ENABLED=0 GOARCH=ppc64le GOOS=linux %gocrossbuild -o ./ignition-validate-ppc64le-unknown-linux-gnu-static validate/main.go
|
||||
CGO_ENABLED=0 GOARCH=s390x GOOS=linux %gocrossbuild -o ./ignition-validate-s390x-unknown-linux-gnu-static validate/main.go
|
||||
CGO_ENABLED=0 GOARCH=amd64 GOOS=linux %gocrossbuild -o ./ignition-validate-x86_64-unknown-linux-gnu-static validate/main.go
|
||||
GOEXPERIMENT= CGO_ENABLED=0 GOARCH=arm64 GOOS=linux %gocrossbuild -o ./ignition-validate-aarch64-unknown-linux-gnu-static validate/main.go
|
||||
GOEXPERIMENT= CGO_ENABLED=0 GOARCH=ppc64le GOOS=linux %gocrossbuild -o ./ignition-validate-ppc64le-unknown-linux-gnu-static validate/main.go
|
||||
GOEXPERIMENT= CGO_ENABLED=0 GOARCH=s390x GOOS=linux %gocrossbuild -o ./ignition-validate-s390x-unknown-linux-gnu-static validate/main.go
|
||||
GOEXPERIMENT= CGO_ENABLED=0 GOARCH=amd64 GOOS=linux %gocrossbuild -o ./ignition-validate-x86_64-unknown-linux-gnu-static validate/main.go
|
||||
|
||||
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
|
||||
GOEXPERIMENT= GOARCH=amd64 GOOS=darwin %gocrossbuild -o ./ignition-validate-x86_64-apple-darwin validate/main.go
|
||||
GOEXPERIMENT= 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
|
||||
GOEXPERIMENT= GOARCH=amd64 GOOS=windows %gocrossbuild -o ./ignition-validate-x86_64-pc-windows-gnu.exe validate/main.go
|
||||
%endif
|
||||
|
||||
%install
|
||||
|
|
@ -266,6 +302,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-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}
|
||||
|
|
@ -332,7 +372,109 @@ install -p -m 0755 ./ignition %{buildroot}/%{dracutlibdir}/modules.d/30ignition
|
|||
%{_libexecdir}/coreos-ignition-write-issues
|
||||
%{_libexecdir}/coreos-check-ssh-keys
|
||||
|
||||
%files grub
|
||||
%doc README.md
|
||||
%license %{golicenses}
|
||||
%{_prefix}/lib/bootupd/grub2-static/configs.d/05_ignition.cfg
|
||||
|
||||
%changelog
|
||||
* Fri Dec 12 2025 Steven Presti <spresti@redhat.com> - 2.25.0-1
|
||||
- New Release
|
||||
|
||||
* Tue Oct 14 2025 Steven Presti <spresti@redhat.com> - 2.24.0-1
|
||||
- New Release
|
||||
|
||||
* Fri Oct 10 2025 Alejandro Sáez <asm@redhat.com> - 2.23.0-3
|
||||
- rebuild
|
||||
|
||||
* Wed Oct 01 2025 Steven Presti <spresti@redhat.com> - 2.23.0-2
|
||||
- Build Ignition with GOEXPERIMENT=strictfipsruntime
|
||||
- Ignition-validate non-FIPS
|
||||
|
||||
* Wed Sep 10 2025 Steven Presti <spresti@redhat.com> - 2.23.0-1
|
||||
- New Release
|
||||
|
||||
* Fri Aug 15 2025 Maxwell G <maxwell@gtmx.me> - 2.22.0-5
|
||||
- Rebuild for golang-1.25.0
|
||||
|
||||
* Thu Jul 24 2025 Fedora Release Engineering <releng@fedoraproject.org> - 2.22.0-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild
|
||||
|
||||
* Wed Jul 16 2025 Tiago Bueno <tiago.bueno@gmail.com> - 2.22.0-3
|
||||
- Fix rpminspect debug symbols failure
|
||||
|
||||
* Tue Jul 15 2025 Tiago Bueno <tiago.bueno@gmail.com> - 2.22.0-2
|
||||
- Backport fix for OracleCloud do not wrap errors from FetchToBuffer
|
||||
|
||||
* Tue Jul 8 2025 Yasmin Valim <ydesouza@redhat.com> - 2.22.0-1
|
||||
- New Release
|
||||
|
||||
* Wed Mar 19 2025 Steven Presti <spresti@redhat.com> - 2.21.0-2
|
||||
- Rename ignition.cfg -> 05_ignition.cfg to mirror upstream
|
||||
additionally backport rename.
|
||||
- Rename ignition-ignition-grub subpackage to ignition-grub
|
||||
- Update grub2 config to use the correct dir for bootupd static grub configs
|
||||
https://github.com/coreos/ignition/pull/2037#issuecomment-2736300056
|
||||
|
||||
* Fri Mar 14 2025 Steven Presti <spresti@redhat.com> - 2.21.0-1
|
||||
- New Release
|
||||
|
||||
* Mon Jan 27 2025 David Jachimowicz <djachimo@redhat.com> - 2.20.0-5
|
||||
- Update ignition-edge commit to include https://github.com/fedora-iot/ignition-edge/pull/3
|
||||
|
||||
* Wed Jan 22 2025 FeRD (Frank Dana) <ferdnyc@gmail.com> - 2.20.0-4
|
||||
- Apply upstream patch for Go 1.24 compatibility
|
||||
|
||||
* Fri Jan 17 2025 Fedora Release Engineering <releng@fedoraproject.org> - 2.20.0-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild
|
||||
|
||||
* Tue Nov 05 2024 Miguel Martín <mmartinv@redhat.com> - 2.20.0-2
|
||||
- Update ignition-edge commit to include
|
||||
- https://github.com/fedora-iot/ignition-edge/pull/2
|
||||
|
||||
* Wed Oct 23 2024 Steven Presti <spresti@redhat.com> - 2.20.0-1
|
||||
- New Release
|
||||
|
||||
* Thu Jul 18 2024 Fedora Release Engineering <releng@fedoraproject.org> - 2.19.0-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
|
||||
|
||||
* Wed Jun 05 2024 Steven Presti <spresti@redhat.com> - 2.19.0-1
|
||||
- New release
|
||||
|
||||
* Mon Mar 4 2024 Yasmin de Souza <ydesouza@redhat.com> - 2.18.0-1
|
||||
- New release
|
||||
- Discontinue support for i686
|
||||
|
||||
* Sun Feb 11 2024 Maxwell G <maxwell@gtmx.me> - 2.17.0-6
|
||||
- Rebuild for golang 1.22.0
|
||||
|
||||
* Fri Feb 09 2024 Timothée Ravier <tim@siosm.fr> - 2.17.0-5
|
||||
- Backport fix for unexpected Azure IMDS status codes
|
||||
|
||||
* 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 Presti <spresti@redhat.com> - 2.17.0-2
|
||||
- Add ignition-grub subpackage
|
||||
|
||||
* Wed Nov 22 2023 Steven Presti <spresti@redhat.com> - 2.17.0-1
|
||||
- New release
|
||||
|
||||
* Thu Jul 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 2.16.2-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
||||
|
||||
* Wed Jul 12 2023 Benjamin Gilbert <bgilbert@redhat.com> - 2.16.2-1
|
||||
- New release
|
||||
|
||||
* Mon Jul 10 2023 Benjamin Gilbert <bgilbert@redhat.com> - 2.16.1-1
|
||||
- New release
|
||||
|
||||
* Thu Jun 1 2023 Steven Presti <spresti@redhat.com> - 2.15.0-4
|
||||
- Switch License tags to SPDX
|
||||
|
||||
* Thu Feb 23 2023 Benjamin Gilbert <bgilbert@redhat.com> - 2.15.0-3
|
||||
- Remove ignition-edge files from base package
|
||||
|
||||
|
|
@ -383,7 +525,7 @@ install -p -m 0755 ./ignition %{buildroot}/%{dracutlibdir}/modules.d/30ignition
|
|||
- New release
|
||||
|
||||
* Wed Oct 13 2021 Sohan Kunkerkar <skunkerk@redhat.com> - 2.12.0-3
|
||||
- Move Ignition report to /etc
|
||||
- Move Ignition report to /etc
|
||||
|
||||
* Thu Aug 26 2021 Sohan Kunkerkar <skunkerk@redhat.com> - 2.12.0-2
|
||||
- Disable file fragment writing logic for SSH authorized_keys on RHEL/CentOS
|
||||
|
|
|
|||
5
rpminspect.yaml
Normal file
5
rpminspect.yaml
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
debuginfo:
|
||||
ignore:
|
||||
- /usr/share/ignition/ignition-validate-*-unknown-linux-gnu-static
|
||||
|
||||
4
sources
4
sources
|
|
@ -1,2 +1,2 @@
|
|||
SHA512 (ignition-2.15.0.tar.gz) = f599fbd240d9de78a0765749fe9214700629150d7afbf35985683ab174eea6fd8f9de55a598edfa710de1412576d2dd057d116f8ad7e8c8459d4e7cc85d5a705
|
||||
SHA512 (ignition-edge-a3a8f0a.tar.gz) = ef04cd411752f1b48fdb64ae8e45a2234b635a19ead82483cb33e246697e6ae639f6036030e7647913f5f589532f3d015bcc81848db50ebe8800242f6f23230a
|
||||
SHA512 (ignition-2.25.1.tar.gz) = 8ca2bd96cdff8986e09371a9357975883c655dc6c16eb481ffd2772de37515fe64060ca575b3e4ac25a626b4701c65e5f5a8707ff62f37791f65ec321f7bb3a6
|
||||
SHA512 (ignition-edge-a258749.tar.gz) = 0566807f7f4cbf9715566c8c39ba699df00f4ee5d579269c695a4af13d75a4e1f4639b54be85d0703373221d67a3ad0c532c0e075831316e3eed7a33cf316833
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue