|
|
|
@ -1,13 +1,3 @@
|
|
|
|
|
## START: Set by rpmautospec
|
|
|
|
|
## (rpmautospec version 0.6.5)
|
|
|
|
|
## RPMAUTOSPEC: autorelease, autochangelog
|
|
|
|
|
%define autorelease(e:s:pb:n) %{?-p:0.}%{lua:
|
|
|
|
|
release_number = 1;
|
|
|
|
|
base_release_number = tonumber(rpm.expand("%{?-b*}%{!?-b:1}"));
|
|
|
|
|
print(release_number + base_release_number - 1);
|
|
|
|
|
}%{?-e:.%{-e*}}%{?-s:.%{-s*}}%{!?-n:%{?dist}}
|
|
|
|
|
## END: Set by rpmautospec
|
|
|
|
|
|
|
|
|
|
# Generated by go2rpm 1.3
|
|
|
|
|
%if 0%{?fedora}
|
|
|
|
|
%bcond_without check
|
|
|
|
@ -17,16 +7,13 @@
|
|
|
|
|
%bcond_with check
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
%global ignedgecommit b8d1b7a52c28fd5c33d15a0628d4b69f242f5c57
|
|
|
|
|
%global ignedgecommit 35853ded31252937d3390970a89885478651c12e
|
|
|
|
|
%global ignedgeshortcommit %(c=%{ignedgecommit}; echo ${c:0:7})
|
|
|
|
|
|
|
|
|
|
# For vendored gdisk
|
|
|
|
|
%global gdiskversion 1.0.10
|
|
|
|
|
|
|
|
|
|
# https://github.com/coreos/ignition
|
|
|
|
|
%global goipath github.com/coreos/ignition
|
|
|
|
|
%global gomodulesmode GO111MODULE=on
|
|
|
|
|
Version: 2.20.0
|
|
|
|
|
Version: 2.15.0
|
|
|
|
|
|
|
|
|
|
%gometa
|
|
|
|
|
|
|
|
|
@ -35,17 +22,14 @@ Version: 2.20.0
|
|
|
|
|
%global dracutlibdir %{_prefix}/lib/dracut
|
|
|
|
|
|
|
|
|
|
Name: ignition
|
|
|
|
|
Release: %autorelease
|
|
|
|
|
Summary: First boot installer and configuration tool
|
|
|
|
|
Release: 2%{?dist}
|
|
|
|
|
Summary: First boot installer and configuration tool (RHEL CoreOS only)
|
|
|
|
|
|
|
|
|
|
# Upstream license specification: Apache-2.0
|
|
|
|
|
# gdisk: GPL-2.0-or-later
|
|
|
|
|
License: Apache-2.0 AND GPL-2.0-or-later
|
|
|
|
|
License: ASL 2.0
|
|
|
|
|
URL: %{gourl}
|
|
|
|
|
Source0: %{gosource}
|
|
|
|
|
Source1: https://github.com/fedora-iot/ignition-edge/archive/%{ignedgecommit}/ignition-edge-%{ignedgeshortcommit}.tar.gz
|
|
|
|
|
# For vendored gdisk
|
|
|
|
|
Source2: http://downloads.sourceforge.net/gptfdisk/gptfdisk-%{gdiskversion}.tar.gz
|
|
|
|
|
|
|
|
|
|
BuildRequires: libblkid-devel
|
|
|
|
|
BuildRequires: systemd-rpm-macros
|
|
|
|
@ -55,79 +39,70 @@ BuildRequires: systemd-rpm-macros
|
|
|
|
|
Recommends: btrfs-progs
|
|
|
|
|
%endif
|
|
|
|
|
Requires: dosfstools
|
|
|
|
|
Requires: gdisk
|
|
|
|
|
Requires: dracut
|
|
|
|
|
Requires: dracut-network
|
|
|
|
|
|
|
|
|
|
%if 0%{?rhel} && 0%{?rhel} == 10
|
|
|
|
|
# For vendored gdisk
|
|
|
|
|
BuildRequires: gcc-c++
|
|
|
|
|
BuildRequires: libuuid-devel
|
|
|
|
|
BuildRequires: make
|
|
|
|
|
BuildRequires: ncurses-devel
|
|
|
|
|
BuildRequires: popt-devel
|
|
|
|
|
%endif
|
|
|
|
|
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.47.9
|
|
|
|
|
Provides: bundled(golang(github.com/aws/aws-sdk-go/aws/arn)) = 1.47.9
|
|
|
|
|
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/awserr)) = 1.47.9
|
|
|
|
|
Provides: bundled(golang(github.com/aws/aws-sdk-go/aws/awsutil)) = 1.47.9
|
|
|
|
|
Provides: bundled(golang(github.com/aws/aws-sdk-go/aws/client)) = 1.47.9
|
|
|
|
|
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/corehandlers)) = 1.47.9
|
|
|
|
|
Provides: bundled(golang(github.com/aws/aws-sdk-go/aws/credentials)) = 1.47.9
|
|
|
|
|
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/endpointcreds)) = 1.47.9
|
|
|
|
|
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/ssocreds)) = 1.47.9
|
|
|
|
|
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/csm)) = 1.47.9
|
|
|
|
|
Provides: bundled(golang(github.com/aws/aws-sdk-go/aws/defaults)) = 1.47.9
|
|
|
|
|
Provides: bundled(golang(github.com/aws/aws-sdk-go/aws/ec2metadata)) = 1.47.9
|
|
|
|
|
Provides: bundled(golang(github.com/aws/aws-sdk-go/aws/endpoints)) = 1.47.9
|
|
|
|
|
Provides: bundled(golang(github.com/aws/aws-sdk-go/aws/request)) = 1.47.9
|
|
|
|
|
Provides: bundled(golang(github.com/aws/aws-sdk-go/aws/session)) = 1.47.9
|
|
|
|
|
Provides: bundled(golang(github.com/aws/aws-sdk-go/aws/signer/v4)) = 1.47.9
|
|
|
|
|
Provides: bundled(golang(github.com/aws/aws-sdk-go/internal/context)) = 1.47.9
|
|
|
|
|
Provides: bundled(golang(github.com/aws/aws-sdk-go/internal/ini)) = 1.47.9
|
|
|
|
|
Provides: bundled(golang(github.com/aws/aws-sdk-go/internal/s3shared)) = 1.47.9
|
|
|
|
|
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/s3err)) = 1.47.9
|
|
|
|
|
Provides: bundled(golang(github.com/aws/aws-sdk-go/internal/sdkio)) = 1.47.9
|
|
|
|
|
Provides: bundled(golang(github.com/aws/aws-sdk-go/internal/sdkmath)) = 1.47.9
|
|
|
|
|
Provides: bundled(golang(github.com/aws/aws-sdk-go/internal/sdkrand)) = 1.47.9
|
|
|
|
|
Provides: bundled(golang(github.com/aws/aws-sdk-go/internal/sdkuri)) = 1.47.9
|
|
|
|
|
Provides: bundled(golang(github.com/aws/aws-sdk-go/internal/shareddefaults)) = 1.47.9
|
|
|
|
|
Provides: bundled(golang(github.com/aws/aws-sdk-go/internal/strings)) = 1.47.9
|
|
|
|
|
Provides: bundled(golang(github.com/aws/aws-sdk-go/internal/sync/singleflight)) = 1.47.9
|
|
|
|
|
Provides: bundled(golang(github.com/aws/aws-sdk-go/private/checksum)) = 1.47.9
|
|
|
|
|
Provides: bundled(golang(github.com/aws/aws-sdk-go/private/protocol)) = 1.47.9
|
|
|
|
|
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/eventstream/eventstreamapi)) = 1.47.9
|
|
|
|
|
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/jsonrpc)) = 1.47.9
|
|
|
|
|
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/query/queryutil)) = 1.47.9
|
|
|
|
|
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/restjson)) = 1.47.9
|
|
|
|
|
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/xml/xmlutil)) = 1.47.9
|
|
|
|
|
Provides: bundled(golang(github.com/aws/aws-sdk-go/service/s3)) = 1.47.9
|
|
|
|
|
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/s3manager)) = 1.47.9
|
|
|
|
|
Provides: bundled(golang(github.com/aws/aws-sdk-go/service/sso)) = 1.47.9
|
|
|
|
|
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/ssoiface)) = 1.47.9
|
|
|
|
|
Provides: bundled(golang(github.com/aws/aws-sdk-go/service/sts)) = 1.47.9
|
|
|
|
|
Provides: bundled(golang(github.com/aws/aws-sdk-go/service/sts/stsiface)) = 1.47.9
|
|
|
|
|
Provides: bundled(golang(github.com/beevik/etree)) = 1.2.0
|
|
|
|
|
Provides: bundled(golang(github.com/containers/libhvee/pkg/kvp)) = 0.4.0
|
|
|
|
|
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(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
|
|
|
|
@ -138,58 +113,54 @@ 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/mdlayher/vsock)) = 1.2.1
|
|
|
|
|
Provides: bundled(golang(github.com/mitchellh/copystructure)) = 1.2.0
|
|
|
|
|
Provides: bundled(golang(github.com/google/uuid)) = 1.3.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/stretchr/testify/assert)) = 1.8.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/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(gopkg.in/yaml.v3)) = 3.0.1
|
|
|
|
|
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
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
|
This software is currently only supported on RHEL CoreOS.
|
|
|
|
|
|
|
|
|
|
Ignition is a utility used to manipulate systems during the initramfs.
|
|
|
|
|
This includes partitioning disks, formatting partitions, writing files
|
|
|
|
|
(regular files, systemd units, etc.), and configuring users. On first
|
|
|
|
@ -202,7 +173,9 @@ the configuration.
|
|
|
|
|
%package validate
|
|
|
|
|
|
|
|
|
|
Summary: Validation tool for Ignition configs
|
|
|
|
|
License: Apache-2.0
|
|
|
|
|
License: ASL 2.0
|
|
|
|
|
|
|
|
|
|
Conflicts: ignition < 0.31.0-3
|
|
|
|
|
|
|
|
|
|
%description validate
|
|
|
|
|
Ignition is a utility used to manipulate systems during the initramfs.
|
|
|
|
@ -220,9 +193,11 @@ This package contains a tool for validating Ignition configurations.
|
|
|
|
|
%package validate-redistributable
|
|
|
|
|
|
|
|
|
|
Summary: Statically linked validation tool for Ignition configs
|
|
|
|
|
License: Apache-2.0
|
|
|
|
|
License: ASL 2.0
|
|
|
|
|
BuildArch: noarch
|
|
|
|
|
|
|
|
|
|
Conflicts: ignition < 0.31.0-3
|
|
|
|
|
|
|
|
|
|
# In case someone has this subpackage installed, obsolete the old name
|
|
|
|
|
# Drop in Fedora 38
|
|
|
|
|
Obsoletes: ignition-validate-nonlinux < 2.13.0-4
|
|
|
|
@ -236,24 +211,16 @@ engineering and uploaded to the Ignition GitHub releases page.
|
|
|
|
|
|
|
|
|
|
############## ignition-edge subpackage ##############
|
|
|
|
|
|
|
|
|
|
%if 0%{?rhel} && !0%{?eln}
|
|
|
|
|
%package edge
|
|
|
|
|
|
|
|
|
|
Summary: Enablement glue for Ignition on IoT/Edge systems
|
|
|
|
|
License: Apache-2.0
|
|
|
|
|
License: ASL 2.0
|
|
|
|
|
|
|
|
|
|
%description edge
|
|
|
|
|
This package contains dracut modules, services and binaries needed to enable
|
|
|
|
|
Ignition on IoT/Edge systems.
|
|
|
|
|
|
|
|
|
|
############## 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.
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
|
%if 0%{?fedora}
|
|
|
|
@ -261,13 +228,7 @@ This package contains the grub2 config which is compatable with bootupd.
|
|
|
|
|
%autopatch -p1
|
|
|
|
|
%else
|
|
|
|
|
%forgeautosetup -p1
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
tar xvf %{SOURCE1}
|
|
|
|
|
|
|
|
|
|
%if 0%{?rhel} && 0%{?rhel} == 10
|
|
|
|
|
# Prep vendored gdisk
|
|
|
|
|
tar xvf %{SOURCE2}
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
@ -299,18 +260,11 @@ 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
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
%if 0%{?rhel} && 0%{?rhel} == 10
|
|
|
|
|
# Build vendored gdisk
|
|
|
|
|
cd gptfdisk-%{gdiskversion}
|
|
|
|
|
make CXXFLAGS="%{optflags} -D_FILE_OFFSET_BITS=64" LDFLAGS="%{build_ldflags}"
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
%install
|
|
|
|
|
# dracut modules
|
|
|
|
|
install -d -p %{buildroot}/%{dracutlibdir}/modules.d
|
|
|
|
@ -320,17 +274,12 @@ 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
|
|
|
|
|
|
|
|
|
|
# ignition-grub
|
|
|
|
|
install -d -p %{buildroot}%{_libdir}/bootupd/grub2-static/configs.d
|
|
|
|
|
install -p -m 0644 grub2/ignition.cfg %{buildroot}%{_libdir}/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
|
|
|
|
@ -343,13 +292,8 @@ install -p -m 0644 ./ignition-validate-x86_64-unknown-linux-gnu-static %{buildro
|
|
|
|
|
# the command line. Install directly into the dracut module dir.
|
|
|
|
|
install -p -m 0755 ./ignition %{buildroot}/%{dracutlibdir}/modules.d/30ignition
|
|
|
|
|
|
|
|
|
|
%if 0%{?rhel} && !0%{?eln}
|
|
|
|
|
%make_install -C ignition-edge-%{ignedgecommit}
|
|
|
|
|
|
|
|
|
|
%if 0%{?rhel} && 0%{?rhel} == 10
|
|
|
|
|
# Install vendored gdisk
|
|
|
|
|
cd gptfdisk-%{gdiskversion}
|
|
|
|
|
install -D -p -m 0755 sgdisk %{buildroot}%{_libexecdir}/ignition-sgdisk
|
|
|
|
|
install -D -p -m 644 COPYING %{buildroot}%{_datadir}/licenses/gdisk/COPYING
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
%if %{with check}
|
|
|
|
@ -365,9 +309,6 @@ install -D -p -m 644 COPYING %{buildroot}%{_datadir}/licenses/gdisk/COPYING
|
|
|
|
|
%{_unitdir}/ignition-delete-config.service
|
|
|
|
|
%{_libexecdir}/ignition-apply
|
|
|
|
|
%{_libexecdir}/ignition-rmcfg
|
|
|
|
|
# Vendored gdisk
|
|
|
|
|
%{_libexecdir}/ignition-sgdisk
|
|
|
|
|
%{_datadir}/licenses/gdisk/COPYING
|
|
|
|
|
|
|
|
|
|
%files validate
|
|
|
|
|
%doc README.md
|
|
|
|
@ -378,7 +319,6 @@ install -D -p -m 644 COPYING %{buildroot}%{_datadir}/licenses/gdisk/COPYING
|
|
|
|
|
%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
|
|
|
|
@ -387,6 +327,7 @@ install -D -p -m 644 COPYING %{buildroot}%{_datadir}/licenses/gdisk/COPYING
|
|
|
|
|
%{_datadir}/ignition/ignition-validate-x86_64-unknown-linux-gnu-static
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
%if 0%{?rhel} && !0%{?eln}
|
|
|
|
|
%files edge
|
|
|
|
|
%license %{golicenses}
|
|
|
|
|
%doc %{godocs}
|
|
|
|
@ -399,138 +340,56 @@ install -D -p -m 644 COPYING %{buildroot}%{_datadir}/licenses/gdisk/COPYING
|
|
|
|
|
%{_unitdir}/ignition-firstboot-complete.service
|
|
|
|
|
%{_libexecdir}/coreos-ignition-write-issues
|
|
|
|
|
%{_libexecdir}/coreos-check-ssh-keys
|
|
|
|
|
|
|
|
|
|
%files ignition-grub
|
|
|
|
|
%doc README.md
|
|
|
|
|
%license %{golicenses}
|
|
|
|
|
%{_libdir}/bootupd/grub2-static/configs.d/ignition.cfg
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
## START: Generated by rpmautospec
|
|
|
|
|
* Mon Nov 04 2024 Steven Prestil <spresti@redhat.com> - 2.20.0-1
|
|
|
|
|
- New release
|
|
|
|
|
|
|
|
|
|
* Fri Oct 25 2024 MSVSphere Packaging Team <packager@msvsphere-os.ru> - 2.19.0-1
|
|
|
|
|
- Rebuilt for MSVSphere 10
|
|
|
|
|
|
|
|
|
|
* Thu Sep 26 2024 Joseph Marrero <jmarrero@fedoraproject.org> - 2.19.0-1
|
|
|
|
|
- Rebase to https://github.com/coreos/ignition/releases/tag/v2.19.0
|
|
|
|
|
- Update ignition-edge commit https://github.com/fedora-iot/ignition-edge/pull/2
|
|
|
|
|
|
|
|
|
|
* Thu Aug 22 2024 Timothée Ravier <tim@siosm.fr> - 2.17.0-7
|
|
|
|
|
- Vendor gdisk
|
|
|
|
|
|
|
|
|
|
* Thu Aug 22 2024 Timothée Ravier <tim@siosm.fr> - 2.17.0-6
|
|
|
|
|
- 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
|
|
|
|
|
* Tue May 30 2023 Antonio Murdaca <antoniomurdaca@gmail.com> - 2.15.0-2
|
|
|
|
|
- Fix Edge's Anaconda installer (#2203233)
|
|
|
|
|
|
|
|
|
|
* 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
|
|
|
|
|
|
|
|
|
|
* 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
|
|
|
|
|
* Wed Feb 22 2023 Benjamin Gilbert <bgilbert@redhat.com> - 2.15.0-1
|
|
|
|
|
- New release
|
|
|
|
|
- Clarify -edge subpackage summary and description
|
|
|
|
|
|
|
|
|
|
* 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
|
|
|
|
|
* Tue Nov 22 2022 Antonio Murdaca <antoniomurdaca@gmail.com> - 2.14.0-4
|
|
|
|
|
- Rebuild to include ignition-edge subpackage (#2144789)
|
|
|
|
|
|
|
|
|
|
* Thu Feb 23 2023 Benjamin Gilbert <bgilbert@redhat.com> - 2.15.0-3
|
|
|
|
|
- Remove ignition-edge files from base package
|
|
|
|
|
* Mon Oct 10 2022 Benjamin Gilbert <bgilbert@redhat.com> - 2.14.0-3
|
|
|
|
|
- Rebuild for unblocking ignition-validate subpackage (#2121002)
|
|
|
|
|
|
|
|
|
|
* Wed Feb 22 2023 Paul Whalen <pwhalen@fedoraproject.org> - 2.15.0-2
|
|
|
|
|
- Enable ignition-edge in Fedora
|
|
|
|
|
|
|
|
|
|
* Tue Feb 21 2023 Benjamin Gilbert <bgilbert@redhat.com> - 2.15.0-1
|
|
|
|
|
- New release
|
|
|
|
|
- Drop Conflicts/Obsoletes for ancient Ignition releases
|
|
|
|
|
|
|
|
|
|
* Thu Jan 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 2.14.0-6
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Tue Aug 9 2022 Christian Glombek <cglombek@redhat.com> - 2.14.0-5
|
|
|
|
|
* Tue Aug 9 2022 Christian Glombek <cglombek@redhat.com> - 2.14.0-2
|
|
|
|
|
- Enable writing ssh keys fragments on RHEL/CentOS >= 9
|
|
|
|
|
|
|
|
|
|
* Thu Jul 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 2.14.0-4
|
|
|
|
|
- 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
|
|
|
|
|
* Thu May 26 2022 Benjamin Gilbert <bgilbert@redhat.com> - 2.14.0-1
|
|
|
|
|
- New release
|
|
|
|
|
- Add ignition-apply symlink
|
|
|
|
|
- Add ignition-rmcfg symlink and ignition-delete-config.service
|
|
|
|
|
|
|
|
|
|
* Thu Mar 17 2022 Sohan Kunkerkar <skunkerk@redhat.com> - 2.13.0-5
|
|
|
|
|
- Avoid kernel lockdown on VMware when running with secure boot
|
|
|
|
|
|
|
|
|
|
* Fri Jan 28 2022 Benjamin Gilbert <bgilbert@redhat.com> - 2.13.0-4
|
|
|
|
|
* Mon Mar 21 2022 Sohan Kunkerkar <skunkerk@redhat.com> - 2.13.0-2
|
|
|
|
|
- Rename -validate-nonlinux subpackage to -validate-redistributable
|
|
|
|
|
- Add static Linux binaries to -redistributable
|
|
|
|
|
- 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
|
|
|
|
|
- Fix LUKS volume reuse
|
|
|
|
|
- Avoid double patch application on non-Fedora
|
|
|
|
|
|
|
|
|
|
* Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 2.13.0-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Tue Nov 30 2021 Sohan Kunkerkar <skunkerk@redhat.com> - 2.13.0-1
|
|
|
|
|
- New release
|
|
|
|
|
|
|
|
|
|
* Wed Oct 13 2021 Sohan Kunkerkar <skunkerk@redhat.com> - 2.12.0-3
|
|
|
|
|
- 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
|
|
|
|
|
- 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
|
|
|
|
|
* Thu Jan 20 2022 Benjamin Gilbert <bgilbert@redhat.com> - 2.13.0-1
|
|
|
|
|
- New release
|
|
|
|
|
- Fix LUKS volume reuse
|
|
|
|
|
- Avoid double patch application
|
|
|
|
|
|
|
|
|
|
* 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
|
|
|
|
|
* Thu Sep 16 2021 Sohan Kunkerkar <skunkerk@redhat.com> - 2.12.0-1
|
|
|
|
|
- Suppress hardcoded library path warning
|
|
|
|
|
- Fix go-mods-to-bundled-provides script to parse correct rpm version
|
|
|
|
|
- Import specfile from Fedora
|
|
|
|
|
|
|
|
|
|
* Fri Jun 25 2021 Benjamin Gilbert <bgilbert@redhat.com> - 2.11.0-1
|
|
|
|
|
- New release
|
|
|
|
|
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 2.9.0-7
|
|
|
|
|
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
|
|
|
|
Related: rhbz#1991688
|
|
|
|
|
|
|
|
|
|
* 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
|
|
|
|
|
* Tue Jun 22 2021 Mohan Boddu <mboddu@redhat.com> - 2.9.0-6
|
|
|
|
|
- Rebuilt for RHEL 9 BETA for openssl 3.0
|
|
|
|
|
Related: rhbz#1971065
|
|
|
|
|
|
|
|
|
|
* 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 Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 2.9.0-5
|
|
|
|
|
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
|
|
|
|
|
|
|
|
|
|
* Fri Feb 05 2021 Benjamin Gilbert <bgilbert@redhat.com> - 2.9.0-4
|
|
|
|
|
- Drop Git commit hash from Release
|
|
|
|
@ -844,6 +703,3 @@ install -D -p -m 644 COPYING %{buildroot}%{_datadir}/licenses/gdisk/COPYING
|
|
|
|
|
|
|
|
|
|
* Thu Jun 21 2018 Dusty Mabe <dusty@dustymabe.com> - 0.26.0-0.1.git7610725
|
|
|
|
|
- First package for Fedora
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
## END: Generated by rpmautospec
|
|
|
|
|