2018-12-11 18:34:31 +00:00
|
|
|
# Original spec file for 0.28.0 as generated by:
|
2018-09-05 20:59:10 +00:00
|
|
|
# gofed repo2spec --detect github.com/coreos/ignition --commit f7079129b8651ac51dba14c3af65692bb413c1dd --with-extra --with-build -f
|
|
|
|
# With:
|
|
|
|
# gofed/gofed:v1.0.1 docker image
|
2019-03-27 13:37:17 +00:00
|
|
|
# Modified by hand for v2.0.0-alpha
|
2018-06-21 23:30:24 +00:00
|
|
|
|
|
|
|
# If any of the following macros should be set otherwise,
|
|
|
|
# you can wrap any of them with the following conditions:
|
|
|
|
# - %%if 0%%{centos} == 7
|
|
|
|
# - %%if 0%%{?rhel} == 7
|
|
|
|
# - %%if 0%%{?fedora} == 23
|
|
|
|
# Or just test for particular distribution:
|
|
|
|
# - %%if 0%%{centos}
|
|
|
|
# - %%if 0%%{?rhel}
|
|
|
|
# - %%if 0%%{?fedora}
|
|
|
|
#
|
|
|
|
# Be aware, on centos, both %%rhel and %%centos are set. If you want to test
|
|
|
|
# rhel specific macros, you can use %%if 0%%{?rhel} && 0%%{?centos} == 0 condition.
|
|
|
|
# (Don't forget to replace double percentage symbol with single one in order to apply a condition)
|
|
|
|
|
|
|
|
# Not all devel deps exist in Fedora so you can't install the devel rpm
|
|
|
|
# so we need to build without devel for now
|
|
|
|
# Generate devel rpm
|
|
|
|
%global with_devel 0
|
|
|
|
# Build project from bundled dependencies
|
|
|
|
%global with_bundled 1
|
|
|
|
# Build with debug info rpm
|
|
|
|
%global with_debug 1
|
|
|
|
# Run tests in check section
|
|
|
|
%global with_check 1
|
|
|
|
# Generate unit-test rpm
|
|
|
|
%global with_unit_test 1
|
|
|
|
|
|
|
|
%if 0%{?with_debug}
|
|
|
|
%global _dwz_low_mem_die_limit 0
|
|
|
|
%else
|
|
|
|
%global debug_package %{nil}
|
|
|
|
%endif
|
|
|
|
|
|
|
|
%if ! 0%{?gobuild:1}
|
|
|
|
%define gobuild(o:) go build -ldflags "${LDFLAGS:-} -B 0x$(head -c20 /dev/urandom|od -An -tx1|tr -d ' \\n')" -a -v -x %{?**};
|
|
|
|
%endif
|
|
|
|
|
2018-08-31 22:37:54 +00:00
|
|
|
# macros for Ignition
|
2018-06-21 23:30:24 +00:00
|
|
|
%global provider github
|
|
|
|
%global provider_tld com
|
|
|
|
%global project coreos
|
|
|
|
%global repo ignition
|
|
|
|
# https://github.com/coreos/ignition
|
|
|
|
%global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo}
|
2019-04-29 21:07:18 +00:00
|
|
|
%global import_path %{provider_prefix}/v2
|
2019-09-25 20:38:39 +00:00
|
|
|
%global commit 641ec6a44062f956bf1d46cf10824032a1996590
|
2018-06-21 23:30:24 +00:00
|
|
|
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
|
|
|
# define ldflags, buildflags, testflags here. The ldflags were
|
|
|
|
# taken from ./build. We will need to periodically check these
|
|
|
|
# for consistency
|
2019-06-10 19:57:15 +00:00
|
|
|
%global ldflags ' -X github.com/coreos/ignition/v2/internal/version.Raw=%{version} '
|
2018-06-21 23:30:24 +00:00
|
|
|
%global buildflags %nil
|
|
|
|
%global testflags %nil
|
|
|
|
|
2018-06-25 18:40:05 +00:00
|
|
|
# macros for ignition-dracut
|
|
|
|
%global dracutlibdir %{_prefix}/lib/dracut
|
|
|
|
%global dracutprovider github
|
|
|
|
%global dracutprovider_tld com
|
2018-11-20 19:58:31 +00:00
|
|
|
%global dracutproject coreos
|
2018-06-26 17:57:39 +00:00
|
|
|
%global dracutrepo ignition-dracut
|
2019-03-18 21:27:28 +00:00
|
|
|
# https://github.com/coreos/ignition-dracut spec2x branch
|
2018-06-25 19:19:53 +00:00
|
|
|
%global dracutprovider_prefix %{dracutprovider}.%{dracutprovider_tld}/%{dracutproject}/%{dracutrepo}
|
|
|
|
%global dracutimport_path %{dracutprovider_prefix}
|
2019-10-31 16:40:47 +00:00
|
|
|
%global dracutcommit 3d08487b6173d4e1ce875dc47fd7fd6fb3eaa628
|
2018-06-25 18:40:05 +00:00
|
|
|
%global dracutshortcommit %(c=%{dracutcommit}; echo ${c:0:7})
|
|
|
|
|
|
|
|
|
2018-06-21 23:30:24 +00:00
|
|
|
Name: ignition
|
2019-07-24 21:52:23 +00:00
|
|
|
Version: 2.0.1
|
2019-10-31 16:40:47 +00:00
|
|
|
Release: 5.git%{shortcommit}%{?dist}
|
2018-06-21 23:30:24 +00:00
|
|
|
Summary: First boot installer and configuration tool
|
2019-03-16 02:24:33 +00:00
|
|
|
License: ASL 2.0 and BSD
|
2018-06-21 23:30:24 +00:00
|
|
|
URL: https://%{provider_prefix}
|
|
|
|
Source0: https://%{provider_prefix}/archive/%{commit}/%{repo}-%{shortcommit}.tar.gz
|
2019-03-16 02:05:45 +00:00
|
|
|
Source1: https://%{dracutprovider_prefix}/archive/%{dracutcommit}/%{dracutrepo}-%{dracutshortcommit}.tar.gz
|
|
|
|
|
2018-12-14 17:58:28 +00:00
|
|
|
%define gopath %{_datadir}/gocode
|
2019-09-21 10:47:00 +00:00
|
|
|
ExcludeArch: ppc64
|
2018-12-11 21:05:13 +00:00
|
|
|
BuildRequires: golang >= 1.10
|
2018-06-21 23:30:24 +00:00
|
|
|
# add non golang BuildRequires that weren't detected
|
|
|
|
BuildRequires: libblkid-devel
|
|
|
|
|
2018-09-06 08:55:06 +00:00
|
|
|
# Requires for 'disks' stage
|
2018-09-24 17:54:23 +00:00
|
|
|
%if 0%{?fedora}
|
2018-09-06 08:55:06 +00:00
|
|
|
Requires: btrfs-progs
|
2018-09-24 17:54:23 +00:00
|
|
|
%endif
|
2018-09-06 08:55:06 +00:00
|
|
|
Requires: dosfstools
|
|
|
|
Requires: gdisk
|
2019-03-16 02:24:33 +00:00
|
|
|
Requires: dracut
|
|
|
|
Requires: dracut-network
|
|
|
|
|
|
|
|
Obsoletes: ignition-dracut < 0.31.0-3
|
2018-09-06 08:55:06 +00:00
|
|
|
|
2018-06-21 23:30:24 +00:00
|
|
|
# Main rpm package BuildRequires
|
|
|
|
%if ! 0%{?with_bundled}
|
2018-08-31 22:37:54 +00:00
|
|
|
# Remaining dependencies not included in main packages (sorted)
|
2018-06-21 23:30:24 +00:00
|
|
|
BuildRequires: golang(github.com/aws/aws-sdk-go/aws)
|
2018-08-31 22:37:54 +00:00
|
|
|
BuildRequires: golang(github.com/aws/aws-sdk-go/aws/awserr)
|
|
|
|
BuildRequires: golang(github.com/aws/aws-sdk-go/aws/credentials)
|
|
|
|
BuildRequires: golang(github.com/aws/aws-sdk-go/aws/credentials/ec2rolecreds)
|
2018-06-21 23:30:24 +00:00
|
|
|
BuildRequires: golang(github.com/aws/aws-sdk-go/aws/ec2metadata)
|
2018-08-31 22:37:54 +00:00
|
|
|
BuildRequires: golang(github.com/aws/aws-sdk-go/aws/session)
|
2018-06-21 23:30:24 +00:00
|
|
|
BuildRequires: golang(github.com/aws/aws-sdk-go/service/s3)
|
2018-08-31 22:37:54 +00:00
|
|
|
BuildRequires: golang(github.com/aws/aws-sdk-go/service/s3/s3manager)
|
|
|
|
BuildRequires: golang(github.com/coreos/go-semver/semver)
|
|
|
|
BuildRequires: golang(github.com/coreos/go-systemd/dbus)
|
|
|
|
BuildRequires: golang(github.com/coreos/go-systemd/unit)
|
2019-06-10 20:42:54 +00:00
|
|
|
BuildRequires: golang(github.com/coreos/vcontext/json)
|
|
|
|
BuildRequires: golang(github.com/coreos/vcontext/path)
|
|
|
|
BuildRequires: golang(github.com/coreos/vcontext/report)
|
|
|
|
BuildRequires: golang(github.com/coreos/vcontext/tree)
|
|
|
|
BuildRequires: golang(github.com/coreos/vcontext/validate)
|
2019-04-29 21:07:18 +00:00
|
|
|
BuildRequires: golang(github.com/google/uuid)
|
2018-08-31 22:37:54 +00:00
|
|
|
BuildRequires: golang(github.com/pin/tftp)
|
|
|
|
BuildRequires: golang(github.com/vincent-petithory/dataurl)
|
2019-04-29 21:07:18 +00:00
|
|
|
BuildRequires: golang(github.com/vmware/vmw-guestinfo/rpcvmx)
|
|
|
|
BuildRequires: golang(github.com/vmware/vmw-guestinfo/vmcheck)
|
2018-08-31 22:37:54 +00:00
|
|
|
BuildRequires: golang(github.com/vmware/vmw-ovflib)
|
2019-04-29 21:07:18 +00:00
|
|
|
BuildRequires: golang(golang.org/x/net/http/httpproxy)
|
2018-06-21 23:30:24 +00:00
|
|
|
%endif
|
|
|
|
|
2019-03-27 13:37:17 +00:00
|
|
|
# Main package Provides (generated with go-mods-to-bundled-provides.py | sort)
|
|
|
|
%if 0%{?with_bundled}
|
2019-04-29 21:07:18 +00:00
|
|
|
Provides: bundled(golang(github.com/aws/aws-sdk-go/aws)) = 1.19.11
|
|
|
|
Provides: bundled(golang(github.com/aws/aws-sdk-go/aws/credentials/ec2rolecreds)) = 1.19.11
|
|
|
|
Provides: bundled(golang(github.com/aws/aws-sdk-go/aws/ec2metadata)) = 1.19.11
|
|
|
|
Provides: bundled(golang(github.com/aws/aws-sdk-go/aws/session)) = 1.19.11
|
|
|
|
Provides: bundled(golang(github.com/aws/aws-sdk-go/aws/awserr)) = 1.19.11
|
|
|
|
Provides: bundled(golang(github.com/aws/aws-sdk-go/aws/credentials)) = 1.19.11
|
|
|
|
Provides: bundled(golang(github.com/aws/aws-sdk-go/service/s3)) = 1.19.11
|
|
|
|
Provides: bundled(golang(github.com/aws/aws-sdk-go/service/s3/s3manager)) = 1.19.11
|
|
|
|
Provides: bundled(golang(github.com/aws/aws-sdk-go/aws/endpoints)) = 1.19.11
|
|
|
|
Provides: bundled(golang(github.com/aws/aws-sdk-go/internal/sdkio)) = 1.19.11
|
|
|
|
Provides: bundled(golang(github.com/aws/aws-sdk-go/aws/client)) = 1.19.11
|
|
|
|
Provides: bundled(golang(github.com/aws/aws-sdk-go/internal/sdkuri)) = 1.19.11
|
|
|
|
Provides: bundled(golang(github.com/aws/aws-sdk-go/aws/client/metadata)) = 1.19.11
|
|
|
|
Provides: bundled(golang(github.com/aws/aws-sdk-go/aws/corehandlers)) = 1.19.11
|
|
|
|
Provides: bundled(golang(github.com/aws/aws-sdk-go/aws/request)) = 1.19.11
|
|
|
|
Provides: bundled(golang(github.com/aws/aws-sdk-go/aws/credentials/processcreds)) = 1.19.11
|
|
|
|
Provides: bundled(golang(github.com/aws/aws-sdk-go/aws/credentials/stscreds)) = 1.19.11
|
|
|
|
Provides: bundled(golang(github.com/aws/aws-sdk-go/aws/csm)) = 1.19.11
|
|
|
|
Provides: bundled(golang(github.com/aws/aws-sdk-go/aws/defaults)) = 1.19.11
|
|
|
|
Provides: bundled(golang(github.com/aws/aws-sdk-go/internal/ini)) = 1.19.11
|
|
|
|
Provides: bundled(golang(github.com/aws/aws-sdk-go/internal/shareddefaults)) = 1.19.11
|
|
|
|
Provides: bundled(golang(github.com/aws/aws-sdk-go/aws/awsutil)) = 1.19.11
|
|
|
|
Provides: bundled(golang(github.com/aws/aws-sdk-go/aws/signer/v4)) = 1.19.11
|
|
|
|
Provides: bundled(golang(github.com/aws/aws-sdk-go/internal/s3err)) = 1.19.11
|
|
|
|
Provides: bundled(golang(github.com/aws/aws-sdk-go/private/protocol)) = 1.19.11
|
|
|
|
Provides: bundled(golang(github.com/aws/aws-sdk-go/private/protocol/eventstream)) = 1.19.11
|
|
|
|
Provides: bundled(golang(github.com/aws/aws-sdk-go/private/protocol/eventstream/eventstreamapi)) = 1.19.11
|
|
|
|
Provides: bundled(golang(github.com/aws/aws-sdk-go/private/protocol/rest)) = 1.19.11
|
|
|
|
Provides: bundled(golang(github.com/aws/aws-sdk-go/private/protocol/restxml)) = 1.19.11
|
|
|
|
Provides: bundled(golang(github.com/aws/aws-sdk-go/service/s3/s3iface)) = 1.19.11
|
|
|
|
Provides: bundled(golang(github.com/aws/aws-sdk-go/internal/sdkrand)) = 1.19.11
|
|
|
|
Provides: bundled(golang(github.com/aws/aws-sdk-go/service/sts)) = 1.19.11
|
|
|
|
Provides: bundled(golang(github.com/aws/aws-sdk-go/aws/credentials/endpointcreds)) = 1.19.11
|
|
|
|
Provides: bundled(golang(github.com/aws/aws-sdk-go/private/protocol/query)) = 1.19.11
|
|
|
|
Provides: bundled(golang(github.com/aws/aws-sdk-go/private/protocol/xml/xmlutil)) = 1.19.11
|
|
|
|
Provides: bundled(golang(github.com/aws/aws-sdk-go/private/protocol/query/queryutil)) = 1.19.11
|
|
|
|
Provides: bundled(golang(github.com/coreos/go-semver/semver)) = 0.3.0
|
2019-03-27 13:37:17 +00:00
|
|
|
Provides: bundled(golang(github.com/coreos/go-systemd/unit)) = 0.0.0-20181031085051.git9002847aa142
|
2019-04-29 21:07:18 +00:00
|
|
|
Provides: bundled(golang(github.com/coreos/go-systemd/dbus)) = 0.0.0-20181031085051.git9002847aa142
|
2019-06-10 20:42:54 +00:00
|
|
|
Provides: bundled(golang(github.com/coreos/vcontext/report)) = 0.0.0-20190529201340.git22b159166068
|
|
|
|
Provides: bundled(golang(github.com/coreos/vcontext/path)) = 0.0.0-20190529201340.git22b159166068
|
|
|
|
Provides: bundled(golang(github.com/coreos/vcontext/tree)) = 0.0.0-20190529201340.git22b159166068
|
|
|
|
Provides: bundled(golang(github.com/coreos/vcontext/json)) = 0.0.0-20190529201340.git22b159166068
|
|
|
|
Provides: bundled(golang(github.com/coreos/vcontext/validate)) = 0.0.0-20190529201340.git22b159166068
|
2019-03-27 13:37:17 +00:00
|
|
|
Provides: bundled(golang(github.com/godbus/dbus)) = 0.0.0-20181025153459.git66d97aec3384
|
2019-04-29 21:07:18 +00:00
|
|
|
Provides: bundled(golang(github.com/google/uuid)) = 1.1.1
|
2019-03-27 13:37:17 +00:00
|
|
|
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/stretchr/testify/assert)) = 1.3.0
|
|
|
|
Provides: bundled(golang(github.com/vincent-petithory/dataurl)) = 0.0.0-20160330182126.git9a301d65acbb
|
2019-04-29 21:07:18 +00:00
|
|
|
Provides: bundled(golang(github.com/vmware/vmw-guestinfo/rpcvmx)) = 0.0.0-20170707015358.git25eff159a728
|
|
|
|
Provides: bundled(golang(github.com/vmware/vmw-guestinfo/vmcheck)) = 0.0.0-20170707015358.git25eff159a728
|
|
|
|
Provides: bundled(golang(github.com/vmware/vmw-guestinfo/rpcout)) = 0.0.0-20170707015358.git25eff159a728
|
2019-03-27 13:37:17 +00:00
|
|
|
Provides: bundled(golang(github.com/vmware/vmw-guestinfo/bdoor)) = 0.0.0-20170707015358.git25eff159a728
|
|
|
|
Provides: bundled(golang(github.com/vmware/vmw-guestinfo/message)) = 0.0.0-20170707015358.git25eff159a728
|
|
|
|
Provides: bundled(golang(github.com/vmware/vmw-ovflib)) = 0.0.0-20170608004843.git1f217b9dc714
|
2019-04-29 21:07:18 +00:00
|
|
|
Provides: bundled(golang(golang.org/x/net/http/httpproxy)) = 0.0.0-20190228165749.git92fc7df08ae7
|
|
|
|
Provides: bundled(golang(golang.org/x/net/idna)) = 0.0.0-20190228165749.git92fc7df08ae7
|
|
|
|
Provides: bundled(golang(golang.org/x/text/secure/bidirule)) = 0.3.0
|
|
|
|
Provides: bundled(golang(golang.org/x/text/unicode/bidi)) = 0.3.0
|
|
|
|
Provides: bundled(golang(golang.org/x/text/unicode/norm)) = 0.3.0
|
|
|
|
Provides: bundled(golang(golang.org/x/text/transform)) = 0.3.0
|
2018-06-21 23:30:24 +00:00
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
|
%description
|
2019-03-16 02:20:51 +00:00
|
|
|
Ignition is a utility used to manipulate systems during the initramfs.
|
2018-06-21 23:30:24 +00:00
|
|
|
This includes partitioning disks, formatting partitions, writing files
|
|
|
|
(regular files, systemd units, networkd units, etc.), and configuring
|
2019-03-16 02:20:51 +00:00
|
|
|
users. On first boot, Ignition reads its configuration from a source
|
2018-06-21 23:30:24 +00:00
|
|
|
of truth (remote URL, network metadata service, hypervisor bridge, etc.)
|
|
|
|
and applies the configuration.
|
|
|
|
|
2018-06-25 18:40:05 +00:00
|
|
|
############## devel subpackage ##############
|
|
|
|
|
2018-06-21 23:30:24 +00:00
|
|
|
%if 0%{?with_devel}
|
|
|
|
%package devel
|
|
|
|
Summary: %{summary}
|
|
|
|
BuildArch: noarch
|
2019-03-16 02:24:33 +00:00
|
|
|
License: ASL 2.0
|
2018-06-21 23:30:24 +00:00
|
|
|
|
|
|
|
# devel subpackage BuildRequires
|
|
|
|
%if 0%{?with_check} && ! 0%{?with_bundled}
|
2018-08-31 22:37:54 +00:00
|
|
|
# These buildrequires are only for our tests (check) (sorted)
|
2018-06-21 23:30:24 +00:00
|
|
|
BuildRequires: golang(github.com/aws/aws-sdk-go/aws)
|
|
|
|
BuildRequires: golang(github.com/aws/aws-sdk-go/aws/awserr)
|
|
|
|
BuildRequires: golang(github.com/aws/aws-sdk-go/aws/credentials)
|
|
|
|
BuildRequires: golang(github.com/aws/aws-sdk-go/aws/credentials/ec2rolecreds)
|
|
|
|
BuildRequires: golang(github.com/aws/aws-sdk-go/aws/ec2metadata)
|
|
|
|
BuildRequires: golang(github.com/aws/aws-sdk-go/aws/session)
|
|
|
|
BuildRequires: golang(github.com/aws/aws-sdk-go/service/s3)
|
|
|
|
BuildRequires: golang(github.com/aws/aws-sdk-go/service/s3/s3manager)
|
|
|
|
BuildRequires: golang(github.com/coreos/go-semver/semver)
|
|
|
|
BuildRequires: golang(github.com/coreos/go-systemd/dbus)
|
|
|
|
BuildRequires: golang(github.com/coreos/go-systemd/unit)
|
2019-06-10 20:42:54 +00:00
|
|
|
BuildRequires: golang(github.com/coreos/vcontext/json)
|
|
|
|
BuildRequires: golang(github.com/coreos/vcontext/path)
|
|
|
|
BuildRequires: golang(github.com/coreos/vcontext/report)
|
|
|
|
BuildRequires: golang(github.com/coreos/vcontext/tree)
|
|
|
|
BuildRequires: golang(github.com/coreos/vcontext/validate)
|
2019-04-29 21:07:18 +00:00
|
|
|
BuildRequires: golang(github.com/google/uuid)
|
2018-06-21 23:30:24 +00:00
|
|
|
BuildRequires: golang(github.com/pin/tftp)
|
|
|
|
BuildRequires: golang(github.com/vincent-petithory/dataurl)
|
2019-04-29 21:07:18 +00:00
|
|
|
BuildRequires: golang(github.com/vmware/vmw-guestinfo/rpcvmx)
|
|
|
|
BuildRequires: golang(github.com/vmware/vmw-guestinfo/vmcheck)
|
2018-06-21 23:30:24 +00:00
|
|
|
BuildRequires: golang(github.com/vmware/vmw-ovflib)
|
2019-04-29 21:07:18 +00:00
|
|
|
BuildRequires: golang(golang.org/x/net/http/httpproxy)
|
2018-06-21 23:30:24 +00:00
|
|
|
%endif
|
|
|
|
|
|
|
|
# devel subpackage Requires. This is basically the source code from
|
2018-08-31 22:37:54 +00:00
|
|
|
# all of the libraries that ignition imports during build. (sorted)
|
2018-06-21 23:30:24 +00:00
|
|
|
Requires: golang(github.com/aws/aws-sdk-go/aws)
|
|
|
|
Requires: golang(github.com/aws/aws-sdk-go/aws/awserr)
|
|
|
|
Requires: golang(github.com/aws/aws-sdk-go/aws/credentials)
|
|
|
|
Requires: golang(github.com/aws/aws-sdk-go/aws/credentials/ec2rolecreds)
|
|
|
|
Requires: golang(github.com/aws/aws-sdk-go/aws/ec2metadata)
|
|
|
|
Requires: golang(github.com/aws/aws-sdk-go/aws/session)
|
|
|
|
Requires: golang(github.com/aws/aws-sdk-go/service/s3)
|
|
|
|
Requires: golang(github.com/aws/aws-sdk-go/service/s3/s3manager)
|
|
|
|
Requires: golang(github.com/coreos/go-semver/semver)
|
|
|
|
Requires: golang(github.com/coreos/go-systemd/dbus)
|
|
|
|
Requires: golang(github.com/coreos/go-systemd/unit)
|
2019-06-10 20:42:54 +00:00
|
|
|
Requires: golang(github.com/coreos/vcontext/json)
|
|
|
|
Requires: golang(github.com/coreos/vcontext/path)
|
|
|
|
Requires: golang(github.com/coreos/vcontext/report)
|
|
|
|
Requires: golang(github.com/coreos/vcontext/tree)
|
|
|
|
Requires: golang(github.com/coreos/vcontext/validate)
|
2019-04-29 21:07:18 +00:00
|
|
|
Requires: golang(github.com/google/uuid)
|
2018-06-21 23:30:24 +00:00
|
|
|
Requires: golang(github.com/pin/tftp)
|
|
|
|
Requires: golang(github.com/vincent-petithory/dataurl)
|
2019-04-29 21:07:18 +00:00
|
|
|
Requires: golang(github.com/vmware/vmw-guestinfo/rpcvmx)
|
|
|
|
Requires: golang(github.com/vmware/vmw-guestinfo/vmcheck)
|
2018-06-21 23:30:24 +00:00
|
|
|
Requires: golang(github.com/vmware/vmw-ovflib)
|
2019-04-29 21:07:18 +00:00
|
|
|
Requires: golang(golang.org/x/net/http/httpproxy)
|
2018-06-21 23:30:24 +00:00
|
|
|
|
2018-08-31 22:37:54 +00:00
|
|
|
# devel subpackage Provides (sorted)
|
2019-04-29 21:07:18 +00:00
|
|
|
Provides: golang(%{import_path}/config) = %{version}-%{release}
|
2019-03-27 13:37:17 +00:00
|
|
|
Provides: golang(%{import_path}/config/merge) = %{version}-%{release}
|
2019-04-29 21:07:18 +00:00
|
|
|
Provides: golang(%{import_path}/config/shared) = %{version}-%{release}
|
2018-06-21 23:30:24 +00:00
|
|
|
Provides: golang(%{import_path}/config/shared/errors) = %{version}-%{release}
|
|
|
|
Provides: golang(%{import_path}/config/shared/validations) = %{version}-%{release}
|
2019-04-29 21:07:18 +00:00
|
|
|
Provides: golang(%{import_path}/config/translate) = %{version}-%{release}
|
2019-03-27 13:37:17 +00:00
|
|
|
Provides: golang(%{import_path}/config/translate/tests/pkga) = %{version}-%{release}
|
|
|
|
Provides: golang(%{import_path}/config/translate/tests/pkgb) = %{version}-%{release}
|
2018-06-21 23:30:24 +00:00
|
|
|
Provides: golang(%{import_path}/config/util) = %{version}-%{release}
|
2019-03-27 13:37:17 +00:00
|
|
|
Provides: golang(%{import_path}/config/v3_0) = %{version}-%{release}
|
2019-04-29 21:07:18 +00:00
|
|
|
Provides: golang(%{import_path}/config/v3_0/types) = %{version}-%{release}
|
|
|
|
Provides: golang(%{import_path}/config/v3_1_experimental) = %{version}-%{release}
|
|
|
|
Provides: golang(%{import_path}/config/v3_1_experimental/translate) = %{version}-%{release}
|
|
|
|
Provides: golang(%{import_path}/config/v3_1_experimental/types) = %{version}-%{release}
|
|
|
|
Provides: golang(%{import_path}/config/validate) = %{version}-%{release}
|
|
|
|
Provides: golang(%{import_path}/tests) = %{version}-%{release}
|
2018-06-21 23:30:24 +00:00
|
|
|
Provides: golang(%{import_path}/tests/negative/files) = %{version}-%{release}
|
|
|
|
Provides: golang(%{import_path}/tests/negative/filesystems) = %{version}-%{release}
|
|
|
|
Provides: golang(%{import_path}/tests/negative/general) = %{version}-%{release}
|
|
|
|
Provides: golang(%{import_path}/tests/negative/partitions) = %{version}-%{release}
|
2019-04-29 21:07:18 +00:00
|
|
|
Provides: golang(%{import_path}/tests/negative/proxy) = %{version}-%{release}
|
2018-06-21 23:30:24 +00:00
|
|
|
Provides: golang(%{import_path}/tests/negative/regression) = %{version}-%{release}
|
|
|
|
Provides: golang(%{import_path}/tests/negative/security) = %{version}-%{release}
|
|
|
|
Provides: golang(%{import_path}/tests/negative/timeouts) = %{version}-%{release}
|
|
|
|
Provides: golang(%{import_path}/tests/positive/files) = %{version}-%{release}
|
|
|
|
Provides: golang(%{import_path}/tests/positive/filesystems) = %{version}-%{release}
|
|
|
|
Provides: golang(%{import_path}/tests/positive/general) = %{version}-%{release}
|
|
|
|
Provides: golang(%{import_path}/tests/positive/partitions) = %{version}-%{release}
|
|
|
|
Provides: golang(%{import_path}/tests/positive/passwd) = %{version}-%{release}
|
2019-04-29 21:07:18 +00:00
|
|
|
Provides: golang(%{import_path}/tests/positive/proxy) = %{version}-%{release}
|
2018-06-21 23:30:24 +00:00
|
|
|
Provides: golang(%{import_path}/tests/positive/regression) = %{version}-%{release}
|
|
|
|
Provides: golang(%{import_path}/tests/positive/security) = %{version}-%{release}
|
|
|
|
Provides: golang(%{import_path}/tests/positive/systemd) = %{version}-%{release}
|
|
|
|
Provides: golang(%{import_path}/tests/positive/timeouts) = %{version}-%{release}
|
|
|
|
Provides: golang(%{import_path}/tests/register) = %{version}-%{release}
|
|
|
|
Provides: golang(%{import_path}/tests/registry) = %{version}-%{release}
|
2019-03-27 13:37:17 +00:00
|
|
|
Provides: golang(%{import_path}/tests/servers) = %{version}-%{release}
|
2018-06-21 23:30:24 +00:00
|
|
|
Provides: golang(%{import_path}/tests/types) = %{version}-%{release}
|
|
|
|
|
|
|
|
%description devel
|
|
|
|
%{summary}
|
|
|
|
|
|
|
|
This package contains library source intended for
|
|
|
|
building other packages which use import path with
|
|
|
|
%{import_path} prefix.
|
|
|
|
%endif
|
|
|
|
|
2018-06-25 18:40:05 +00:00
|
|
|
############## unit-test-devel subpackage ##############
|
2018-06-21 23:30:24 +00:00
|
|
|
%if 0%{?with_unit_test} && 0%{?with_devel}
|
|
|
|
%package unit-test-devel
|
|
|
|
Summary: Unit tests for %{name} package
|
2019-03-16 02:24:33 +00:00
|
|
|
License: ASL 2.0
|
2018-06-21 23:30:24 +00:00
|
|
|
%if 0%{?with_check}
|
|
|
|
#Here comes all BuildRequires: PACKAGE the unit tests
|
|
|
|
#in %%check section need for running
|
|
|
|
%endif
|
|
|
|
|
|
|
|
# test subpackage tests code from devel subpackage
|
|
|
|
Requires: %{name}-devel = %{version}-%{release}
|
|
|
|
|
|
|
|
%if 0%{?with_check} && ! 0%{?with_bundled}
|
|
|
|
BuildRequires: golang(github.com/stretchr/testify/assert)
|
|
|
|
%endif
|
|
|
|
|
|
|
|
Requires: golang(github.com/stretchr/testify/assert)
|
|
|
|
|
|
|
|
%description unit-test-devel
|
|
|
|
%{summary}
|
|
|
|
|
|
|
|
This package contains unit tests for project
|
|
|
|
providing packages with %{import_path} prefix.
|
|
|
|
%endif
|
|
|
|
|
2018-06-25 18:40:05 +00:00
|
|
|
|
2019-03-16 02:24:33 +00:00
|
|
|
############## validate subpackage ##############
|
|
|
|
%package validate
|
2018-06-25 18:40:05 +00:00
|
|
|
|
2019-03-16 02:24:33 +00:00
|
|
|
Summary: Validation tool for Ignition configs
|
|
|
|
License: ASL 2.0
|
2018-06-25 18:40:05 +00:00
|
|
|
|
2019-03-16 02:24:33 +00:00
|
|
|
Conflicts: ignition < 0.31.0-3
|
2019-03-05 01:32:50 +00:00
|
|
|
|
2019-03-16 02:24:33 +00:00
|
|
|
%description validate
|
|
|
|
Ignition is a utility used to manipulate systems during the initramfs.
|
|
|
|
This includes partitioning disks, formatting partitions, writing files
|
|
|
|
(regular files, systemd units, networkd units, etc.), and configuring
|
|
|
|
users. On first boot, Ignition reads its configuration from a source
|
|
|
|
of truth (remote URL, network metadata service, hypervisor bridge, etc.)
|
|
|
|
and applies the configuration.
|
|
|
|
|
|
|
|
This package contains a tool for validating Ignition configurations.
|
2018-06-25 18:40:05 +00:00
|
|
|
|
|
|
|
|
2018-06-21 23:30:24 +00:00
|
|
|
%prep
|
2018-06-26 15:58:00 +00:00
|
|
|
# setup command reference: http://ftp.rpm.org/max-rpm/s1-rpm-inside-macros.html
|
2018-06-25 18:40:05 +00:00
|
|
|
# unpack source0 and apply patches
|
2018-06-26 15:58:00 +00:00
|
|
|
%setup -T -b 0 -q -n %{repo}-%{commit}
|
2018-08-15 14:55:56 +00:00
|
|
|
|
2018-06-25 18:40:05 +00:00
|
|
|
# unpack source1 (dracut modules)
|
|
|
|
%setup -T -D -a 1 -q -n %{repo}-%{commit}
|
2019-03-05 01:32:50 +00:00
|
|
|
cd %{dracutrepo}-%{dracutcommit}
|
2019-03-16 02:27:57 +00:00
|
|
|
mv LICENSE ../LICENSE.dracut
|
|
|
|
|
2018-06-21 23:30:24 +00:00
|
|
|
%build
|
|
|
|
# Set up PWD as a proper import path for go
|
|
|
|
mkdir -p src/%{provider}.%{provider_tld}/%{project}
|
2019-04-29 21:07:18 +00:00
|
|
|
ln -s ../../../ src/%{provider_prefix}
|
2018-06-21 23:30:24 +00:00
|
|
|
|
|
|
|
export LDFLAGS=%{ldflags}
|
2018-08-10 14:22:59 +00:00
|
|
|
# Enable SELinux relabeling
|
2019-05-03 19:51:20 +00:00
|
|
|
export LDFLAGS+=' -X github.com/coreos/ignition/v2/internal/distro.selinuxRelabel=true '
|
2018-06-21 23:30:24 +00:00
|
|
|
|
2019-03-27 13:37:17 +00:00
|
|
|
# Modules, baby!
|
|
|
|
export GO111MODULE=on
|
|
|
|
export GOFLAGS='-mod=vendor'
|
|
|
|
|
2018-06-21 23:30:24 +00:00
|
|
|
echo "Building ignition..."
|
|
|
|
%gobuild -o ./ignition %{import_path}/internal
|
|
|
|
|
|
|
|
echo "Building ignition-validate..."
|
|
|
|
%gobuild -o ./ignition-validate %{import_path}/validate
|
|
|
|
|
|
|
|
|
|
|
|
%install
|
2019-03-16 02:24:33 +00:00
|
|
|
# ignition-dracut
|
2018-06-25 18:40:05 +00:00
|
|
|
install -d -p %{buildroot}/%{dracutlibdir}/modules.d
|
2018-06-30 02:54:35 +00:00
|
|
|
install -d -p %{buildroot}/%{_prefix}/lib/systemd/system
|
|
|
|
install -d -p %{buildroot}/%{_sysconfdir}/grub.d
|
2019-03-16 03:08:47 +00:00
|
|
|
pushd %{dracutrepo}-%{dracutcommit} >/dev/null
|
2018-06-29 22:17:16 +00:00
|
|
|
cp -r dracut/* %{buildroot}/%{dracutlibdir}/modules.d/
|
2018-06-30 02:54:35 +00:00
|
|
|
install -m 0644 -t %{buildroot}/%{_prefix}/lib/systemd/system/ systemd/*
|
|
|
|
install -m 0755 -t %{buildroot}/%{_sysconfdir}/grub.d/ grub/*
|
2019-03-16 03:08:47 +00:00
|
|
|
popd >/dev/null
|
2018-06-21 23:30:24 +00:00
|
|
|
|
2019-03-16 02:38:01 +00:00
|
|
|
# ignition
|
|
|
|
install -d -p %{buildroot}%{_bindir}
|
|
|
|
install -p -m 0755 ./ignition-validate %{buildroot}%{_bindir}
|
|
|
|
# The ignition binary is only for dracut, and is dangerous to run from
|
|
|
|
# the command line. Install directly into the dracut module dir.
|
|
|
|
install -p -m 0755 ./ignition %{buildroot}/%{dracutlibdir}/modules.d/30ignition
|
|
|
|
|
2018-06-21 23:30:24 +00:00
|
|
|
# source codes for building projects
|
|
|
|
%if 0%{?with_devel}
|
|
|
|
install -d -p %{buildroot}/%{gopath}/src/%{import_path}/
|
|
|
|
echo "%%dir %%{gopath}/src/%%{import_path}/." >> devel.file-list
|
|
|
|
# find all *.go but no *_test.go files and generate devel.file-list
|
|
|
|
for file in $(find . \( -iname "*.go" -or -iname "*.s" \) \! -iname "*_test.go" | grep -v "vendor") ; do
|
|
|
|
dirprefix=$(dirname $file)
|
|
|
|
install -d -p %{buildroot}/%{gopath}/src/%{import_path}/$dirprefix
|
|
|
|
cp -pav $file %{buildroot}/%{gopath}/src/%{import_path}/$file
|
|
|
|
echo "%%{gopath}/src/%%{import_path}/$file" >> devel.file-list
|
|
|
|
|
|
|
|
while [ "$dirprefix" != "." ]; do
|
|
|
|
echo "%%dir %%{gopath}/src/%%{import_path}/$dirprefix" >> devel.file-list
|
|
|
|
dirprefix=$(dirname $dirprefix)
|
|
|
|
done
|
|
|
|
done
|
|
|
|
%endif
|
|
|
|
|
|
|
|
# testing files for this project
|
|
|
|
%if 0%{?with_unit_test} && 0%{?with_devel}
|
|
|
|
install -d -p %{buildroot}/%{gopath}/src/%{import_path}/
|
|
|
|
# find all *_test.go files and generate unit-test-devel.file-list
|
|
|
|
for file in $(find . -iname "*_test.go" | grep -v "vendor") ; do
|
|
|
|
dirprefix=$(dirname $file)
|
|
|
|
install -d -p %{buildroot}/%{gopath}/src/%{import_path}/$dirprefix
|
|
|
|
cp -pav $file %{buildroot}/%{gopath}/src/%{import_path}/$file
|
|
|
|
echo "%%{gopath}/src/%%{import_path}/$file" >> unit-test-devel.file-list
|
|
|
|
|
|
|
|
while [ "$dirprefix" != "." ]; do
|
|
|
|
echo "%%dir %%{gopath}/src/%%{import_path}/$dirprefix" >> devel.file-list
|
|
|
|
dirprefix=$(dirname $dirprefix)
|
|
|
|
done
|
|
|
|
done
|
|
|
|
%endif
|
|
|
|
|
|
|
|
%if 0%{?with_devel}
|
|
|
|
sort -u -o devel.file-list devel.file-list
|
|
|
|
%endif
|
|
|
|
|
|
|
|
%check
|
|
|
|
%if 0%{?with_check} && 0%{?with_unit_test} && 0%{?with_devel}
|
|
|
|
%if ! 0%{?with_bundled}
|
|
|
|
export GOPATH=%{buildroot}/%{gopath}:%{gopath}
|
|
|
|
%else
|
|
|
|
# Since we aren't packaging up the vendor directory we need to link
|
|
|
|
# back to it somehow. Hack it up so that we can add the vendor
|
|
|
|
# directory from BUILD dir as a gopath to be searched when executing
|
|
|
|
# tests from the BUILDROOT dir.
|
|
|
|
ln -s ./ ./vendor/src # ./vendor/src -> ./vendor
|
|
|
|
|
|
|
|
export GOPATH=%{buildroot}/%{gopath}:$(pwd)/vendor:%{gopath}
|
|
|
|
%endif
|
|
|
|
|
|
|
|
%if ! 0%{?gotest:1}
|
|
|
|
%global gotest go test
|
|
|
|
%endif
|
|
|
|
|
2019-03-27 13:37:17 +00:00
|
|
|
%gotest %{import_path}/config
|
|
|
|
%gotest %{import_path}/config/merge
|
|
|
|
%gotest %{import_path}/config/translate
|
|
|
|
%gotest %{import_path}/config/v3_0
|
|
|
|
%gotest %{import_path}/config/v3_0/types
|
2018-06-21 23:30:24 +00:00
|
|
|
%gotest %{import_path}/config/validate
|
|
|
|
%gotest %{import_path}/internal/exec/stages/files
|
|
|
|
%gotest %{import_path}/internal/exec/util
|
|
|
|
%gotest %{import_path}/internal/registry
|
|
|
|
%gotest %{import_path}/internal/util
|
|
|
|
%gotest %{import_path}/tests
|
|
|
|
%endif
|
|
|
|
|
|
|
|
#define license tag if not already defined
|
|
|
|
%{!?_licensedir:%global license %doc}
|
|
|
|
|
|
|
|
%files
|
2019-03-16 02:27:57 +00:00
|
|
|
%license LICENSE LICENSE.dracut
|
2019-03-16 02:30:00 +00:00
|
|
|
%doc README.md doc/
|
2019-08-16 14:06:53 +00:00
|
|
|
%{dracutlibdir}/modules.d/*
|
2019-03-16 02:05:45 +00:00
|
|
|
%{_sysconfdir}/grub.d/*
|
|
|
|
%{_prefix}/lib/systemd/system/*.service
|
|
|
|
|
2019-03-16 02:24:33 +00:00
|
|
|
%files validate
|
|
|
|
%doc README.md
|
|
|
|
%license LICENSE
|
|
|
|
%{_bindir}/%{name}-validate
|
|
|
|
|
2018-06-21 23:30:24 +00:00
|
|
|
%if 0%{?with_devel}
|
|
|
|
%files devel -f devel.file-list
|
|
|
|
%license LICENSE
|
2018-08-31 22:37:54 +00:00
|
|
|
%doc README.md code-of-conduct.md CONTRIBUTING.md
|
2018-06-21 23:30:24 +00:00
|
|
|
%dir %{gopath}/src/%{provider}.%{provider_tld}/%{project}
|
|
|
|
%endif
|
|
|
|
|
|
|
|
%if 0%{?with_unit_test} && 0%{?with_devel}
|
|
|
|
%files unit-test-devel -f unit-test-devel.file-list
|
|
|
|
%license LICENSE
|
2018-08-31 22:37:54 +00:00
|
|
|
%doc README.md code-of-conduct.md CONTRIBUTING.md
|
2018-06-21 23:30:24 +00:00
|
|
|
%endif
|
|
|
|
|
|
|
|
%changelog
|
2019-10-31 16:40:47 +00:00
|
|
|
* Thu Oct 31 2019 Colin Walters <walters@verbum.org> - 2.0.1-5.git641ec6a
|
|
|
|
- Update dracut
|
|
|
|
|
2019-09-25 20:38:39 +00:00
|
|
|
* Wed Sep 25 2019 Colin Walters <walters@verbum.org> - 2.0.1-4.git641ec6a
|
|
|
|
- Bump to latest in prep for rootfs redeploy work
|
|
|
|
|
2019-09-21 10:47:00 +00:00
|
|
|
* Sat Sep 21 2019 Peter Robinson <pbrobinson@fedoraproject.org> 2.0.1-3.gite75cf24
|
|
|
|
- Fix up arch dependencies for new golang specs
|
|
|
|
|
2019-08-16 13:55:42 +00:00
|
|
|
* Fri Aug 16 2019 Colin Walters <walters@verbum.org> - 2.0.1-2.gite75cf24
|
|
|
|
- Update dracut for gpt fixes
|
|
|
|
|
2019-07-24 21:52:23 +00:00
|
|
|
* Thu Jul 25 2019 Andrew Jeddeloh <ajeddelo@redhat.com> - 2.0.1-1.gite75cf24
|
|
|
|
- New release 2.0.1
|
|
|
|
|
2019-07-25 09:23:03 +00:00
|
|
|
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.0-2.git0c1da80
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
|
|
|
|
2019-06-10 19:57:15 +00:00
|
|
|
* Mon Jun 10 2019 Andrew Jeddeloh <ajeddelo@redhat.com> - 2.0.0-1.git0c1da80
|
|
|
|
- New release 2.0.0
|
|
|
|
|
2019-05-03 19:51:20 +00:00
|
|
|
* Fri May 03 2019 Jonathan Lebon <jonathan@jlebon.com> - 2.0.0-beta.3.git910e6c6
|
|
|
|
- Adapt distro.selinuxRelabel flag path for v2/ move
|
|
|
|
|
2019-05-03 18:05:38 +00:00
|
|
|
* Fri May 03 2019 Jonathan Lebon <jonathan@jlebon.com> - 2.0.0-beta.2.git910e6c6
|
|
|
|
- Bump ignition-dracut dropping CoreOS integration files
|
|
|
|
|
2019-04-29 21:07:18 +00:00
|
|
|
* Mon Apr 29 2019 Andrew Jeddeloh <ajeddelo@redhat.com> - 2.0.0-beta.1.git910e6c6
|
|
|
|
- New release 2.0.0-beta
|
|
|
|
|
2019-04-08 20:28:36 +00:00
|
|
|
* Mon Apr 08 2019 Jonathan Lebon <jonathan@jlebon.com> - 2.0.0-alpha.3.git906cf04
|
|
|
|
- ignition-dracut: update to latest
|
|
|
|
* dracut/30ignition: link to RHBZ in ignition-complete
|
|
|
|
* dracut/30ignition: add OnFailure= for ExecStop= services
|
|
|
|
* dracut/30ignition: order ExecStop= units before initrd-switch-root.target
|
|
|
|
* dracut/30ignition: re-order directives in remount-sysroot
|
|
|
|
* dracut/30ignition: add missing Before= for mount unit
|
|
|
|
* dracut/30ignition: order ignition-complete.target before initrd.target
|
|
|
|
* module_setup: include cdrom rules for openstack
|
|
|
|
|
2019-03-27 22:27:16 +00:00
|
|
|
* Wed Mar 27 2019 Benjamin Gilbert <bgilbert@backtick.net> - 2.0.0-alpha.2.git906cf04
|
|
|
|
- Backport fix for SELinux relabeling of systemd units
|
2019-03-27 22:27:36 +00:00
|
|
|
- Drop obsolete override of chroot path
|
2019-03-27 22:27:16 +00:00
|
|
|
|
2019-03-27 13:37:17 +00:00
|
|
|
* Wed Mar 27 2019 Jonathan Lebon <jonathan@jlebon.com> - 2.0.0-alpha.1.git906cf04
|
|
|
|
- New release 2.0.0-alpha
|
|
|
|
- ignition-dracut: Go back to master branch
|
|
|
|
|
2019-03-22 21:28:54 +00:00
|
|
|
* Fri Mar 22 2019 Dusty Mabe <dusty@dustymabe.com> - 0.31.0-7.gitf59a653
|
|
|
|
- ignition-dracut: Pull in latest from spec2x branch
|
|
|
|
* grub: support overriding network kcmdline args
|
|
|
|
- ignition: pull in subuid/subgid files patch from spec2x branch
|
|
|
|
* stages/files: Also relabel subuid/subgid files
|
|
|
|
|
2019-03-20 19:54:30 +00:00
|
|
|
* Wed Mar 20 2019 Michael Nguyen <mnguyen@redhat.com> - 0.31.0-6.gitf59a653
|
|
|
|
- Backport patch for supporting guestinfo.ignition.config.data
|
|
|
|
|
2019-03-18 21:27:28 +00:00
|
|
|
* Mon Mar 18 2019 Dusty Mabe <dusty@dustymabe.com> - 0.31.0-5.gitf59a653
|
|
|
|
- Use the spec2x branch of ignition-dracut upstream
|
|
|
|
- * Since ignition-dracut master has moved to supporting ignition
|
|
|
|
spec 3.x we are applying 2.x related fixes to the spec2x
|
|
|
|
branch in the ignition-dracut repo.
|
|
|
|
* Summary of backports: https://github.com/coreos/ignition-dracut/pull/58
|
|
|
|
|
2019-03-16 02:05:45 +00:00
|
|
|
* Mon Mar 18 2019 Benjamin Gilbert <bgilbert@backtick.net> - 0.31.0-4.gitf59a653
|
2019-03-16 02:24:33 +00:00
|
|
|
- Move dracut modules into main ignition package
|
2019-03-16 02:38:01 +00:00
|
|
|
- Move ignition binary out of the PATH
|
2019-03-16 02:24:33 +00:00
|
|
|
- Move ignition-validate into a subpackage
|
2019-03-16 02:27:57 +00:00
|
|
|
- Include ignition-dracut license file
|
2019-03-16 02:30:00 +00:00
|
|
|
- Drop developer docs from base package
|
2019-03-16 02:05:45 +00:00
|
|
|
|
2019-03-18 19:59:05 +00:00
|
|
|
* Mon Mar 18 2019 Colin Walters <walters@verbum.org> - 0.31.0-3.gitf59a653
|
|
|
|
- Backport patch for networking
|
|
|
|
|
2019-03-05 01:32:50 +00:00
|
|
|
* Mon Mar 04 2019 Dusty Mabe <dusty@dustymabe.com> - 0.31.0-2.gitf59a653
|
|
|
|
- ignition-dracut: backport patch for finding ignition.firstboot file on UEFI systems
|
|
|
|
https://github.com/coreos/ignition-dracut/pull/52
|
|
|
|
|
2019-02-20 23:23:02 +00:00
|
|
|
* Wed Feb 20 2019 Andrew Jeddeloh <andrew.jeddeloh@redhat.com> - 0.31.0-1.gitf59a653
|
|
|
|
- New release 0.31.0
|
|
|
|
|
2019-02-15 22:39:24 +00:00
|
|
|
* Fri Feb 15 2019 Dusty Mabe <dusty@dustymabe.com> - 0.30.0-4.git308d7a0
|
|
|
|
- Bump to ignition-dracut 2c69925
|
|
|
|
- * support platform configs and user configs in /boot
|
|
|
|
^ https://github.com/coreos/ignition-dracut/pull/43
|
|
|
|
* Add ability to parse config.ign file on boot
|
|
|
|
^ https://github.com/coreos/ignition-dracut/pull/42
|
|
|
|
|
2019-02-01 03:13:42 +00:00
|
|
|
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.30.0-3.git308d7a0
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
|
|
|
|
2019-01-28 17:18:24 +00:00
|
|
|
* Mon Jan 28 2019 Dusty Mabe <dusty@dustymabe.com> - 0.30.0-2.git308d7a0
|
|
|
|
- Bump to ignition-dracut fa7131b
|
|
|
|
- * 7579b92 journal: add clarifying comment for context
|
|
|
|
* a6551f1 Remount /sysroot rw (#38)
|
|
|
|
* ignition-firstboot-complete.service: Remount /boot rw
|
|
|
|
|
2018-12-15 20:06:08 +00:00
|
|
|
* Sat Dec 15 2018 Benjamin Gilbert <bgilbert@redhat.com> - 0.30.0-1.git308d7a0
|
|
|
|
- New release 0.30.0
|
|
|
|
|
2018-12-14 17:58:28 +00:00
|
|
|
* Fri Dec 14 2018 Michael Nguyen <mnguyen@redhat.com> - 0.29.1-3.gitb1ab0b2
|
|
|
|
- define gopath for RHEL7
|
|
|
|
|
2018-12-11 21:05:13 +00:00
|
|
|
* Tue Dec 11 2018 Dusty Mabe <dusty@dustymabe.com> - 0.29.1-2.gitb1ab0b2
|
|
|
|
- require golang >= 1.10 and specify architecture list for RHEL7
|
|
|
|
|
2018-12-11 18:34:31 +00:00
|
|
|
* Tue Dec 11 2018 Andrew Jeddeloh <andrew.jeddeloh@redhat.com> - 0.29.1-1.gitb1ab0b2
|
|
|
|
- New release 0.29.1
|
|
|
|
|
2018-11-21 16:16:17 +00:00
|
|
|
* Wed Nov 21 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.28.0-12.gitf707912
|
2018-11-22 02:38:03 +00:00
|
|
|
- Rebuild for protobuf 3.6 in rawhide (f30)
|
2018-11-21 16:16:17 +00:00
|
|
|
|
2018-11-20 19:58:31 +00:00
|
|
|
* Tue Nov 20 2018 Jonathan Lebon <jonathan@jlebon.com> - 0.28.0-11.git7b83454
|
|
|
|
- Bump to ignition-dracut 7b83454
|
|
|
|
|
2018-10-25 22:00:24 +00:00
|
|
|
* Thu Oct 25 2018 Dusty Mabe <dusty@dustymabe.com> - 0.28.0-10.gitf707912
|
|
|
|
- Bump to ignition-dracut decf63f
|
|
|
|
- * 03d8438 30ignition: only instmods if module available
|
|
|
|
|
2018-10-25 14:14:18 +00:00
|
|
|
* Thu Oct 25 2018 Dusty Mabe <dusty@dustymabe.com> - 0.28.0-9.gitf707912
|
|
|
|
- Bump to ignition-dracut 7ee64ca
|
|
|
|
- * 3ec0b39 remove ignition-remount-sysroot.service files
|
|
|
|
* 66335f2 ignition: run files stage at original CL ordering
|
|
|
|
* 0301a03 ignition-disks.service: drop Requires=network.target
|
|
|
|
* a0bc135 ignition-ask-var-mount.service: use RemainAfterExit=yes
|
|
|
|
* ecf5779 module-setup.sh: explicitly install qemu_fw_cfg
|
|
|
|
|
2018-10-15 14:07:09 +00:00
|
|
|
* Mon Oct 15 2018 Dusty Mabe <dusty@dustymabe.com> - 0.28.0-8.gitf707912
|
|
|
|
- Bump to ignition-dracut 4bdfb34
|
|
|
|
- * 6d0763a module-setup: Make mkfs.btrfs optional
|
|
|
|
|
2018-10-10 19:45:17 +00:00
|
|
|
* Wed Oct 10 2018 Jonathan Lebon <jonathan@jlebon.com> - 0.28.0-7.gitf707912
|
|
|
|
- Backport patch for handling sysctl files correctly
|
|
|
|
https://github.com/coreos/coreos-assembler/pull/128
|
|
|
|
https://github.com/openshift/machine-config-operator/pull/123
|
|
|
|
|
2018-09-26 14:44:51 +00:00
|
|
|
* Wed Sep 26 2018 Dusty Mabe <dusty@dustymabe.com> - 0.28.0-6.gitf707912
|
|
|
|
- Bump to ignition-dracut c09ce6f
|
|
|
|
- * ce9f648 30ignition: add support for ignition-disks
|
|
|
|
|
2018-09-24 19:03:33 +00:00
|
|
|
* Mon Sep 24 2018 Dusty Mabe <dusty@dustymabe.com> - 0.28.0-5.gitf707912
|
|
|
|
- Remove requires for btrfs on !fedora
|
|
|
|
- Bump to ignition-dracut 8c85eb3
|
|
|
|
- * 26f2396 journal: Don't log to console AND kmsg
|
|
|
|
|
2018-09-17 18:31:45 +00:00
|
|
|
* Mon Sep 17 2018 Jonathan Lebon <jonathan@jlebon.com> - 0.28.0-4.gitf707912
|
|
|
|
- Backport patch for relabeling /var/home on FCOS
|
|
|
|
https://github.com/coreos/fedora-coreos-config/issues/2
|
|
|
|
|
2018-09-06 08:55:06 +00:00
|
|
|
* Thu Sep 06 2018 Luca Bruno <lucab@fedoraproject.org> - 0.28.0-3.gitf707912
|
|
|
|
- Add requires for disks stage
|
|
|
|
|
2018-09-05 20:57:34 +00:00
|
|
|
* Thu Aug 30 2018 Dusty Mabe <dusty@dustymabe.com> - 0.28.0-2.gitf707912
|
|
|
|
- Bump to ignition-dracut d056287
|
|
|
|
- * 3f41219 dracut/ignition: remove CL-legacy udev references
|
|
|
|
- * 92ef9dd coreos-firstboot-complete: RemainAfterExit=yes
|
|
|
|
|
2018-09-05 20:59:10 +00:00
|
|
|
* Thu Aug 30 2018 Andrew Jeddeloh <andrewjeddeloh@redhat.com> - 0.28.0-1.gitf707912
|
2018-08-31 22:37:54 +00:00
|
|
|
- New release 0.28.0
|
|
|
|
|
2018-08-17 17:27:58 +00:00
|
|
|
* Fri Aug 17 2018 Dusty Mabe <dusty@dustymabe.com> - 0.27.0-3.gitcc7ebe0
|
|
|
|
- Bump to ignition-dracut 56aa514
|
|
|
|
|
2018-08-15 14:55:56 +00:00
|
|
|
* Wed Aug 15 2018 Jonathan Lebon <jonathan@jlebon.com> - 0.27.0-2.gitcc7ebe0
|
|
|
|
- Backport patch for /root relabeling
|
|
|
|
https://github.com/coreos/ignition/pull/613
|
|
|
|
|
2018-08-10 14:22:59 +00:00
|
|
|
* Fri Aug 10 2018 Jonathan Lebon <jonathan@jlebon.com> - 0.27.0-1.gitcc7ebe0
|
|
|
|
- New release 0.27.0
|
|
|
|
|
2018-07-21 18:07:05 +00:00
|
|
|
* Sat Jul 21 2018 Dusty Mabe <dusty@dustymabe.com> - 0.26.0-0.6.git7610725
|
|
|
|
- Bump to ignition-dracut d664657
|
|
|
|
|
2018-07-13 05:37:20 +00:00
|
|
|
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.26.0-0.5.git7610725
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
|
|
|
|
2018-06-30 02:54:35 +00:00
|
|
|
* Fri Jun 29 2018 Dusty Mabe <dusty@dustymabe.com> - 0.26.0-0.4.git7610725
|
|
|
|
- Fix building on el7 (install -D not working)
|
|
|
|
|
2018-06-29 22:17:16 +00:00
|
|
|
* Fri Jun 29 2018 Dusty Mabe <dusty@dustymabe.com> - 0.26.0-0.3.git7610725
|
|
|
|
- Bump to ignition-dracut 17a201b
|
|
|
|
|
2018-06-26 18:08:33 +00:00
|
|
|
* Tue Jun 26 2018 Dusty Mabe <dusty@dustymabe.com> - 0.26.0-0.2.git7610725
|
|
|
|
- Rename dustymabe/bootengine upstrem to dustymabe/ignition-dracut
|
|
|
|
|
2018-06-21 23:30:24 +00:00
|
|
|
* Thu Jun 21 2018 Dusty Mabe <dusty@dustymabe.com> - 0.26.0-0.1.git7610725
|
|
|
|
- First package for Fedora
|
|
|
|
|