This commit is contained in:
Benjamin Gilbert 2022-01-27 16:38:44 -05:00
parent 214051d343
commit a2e952f552
3 changed files with 26 additions and 22 deletions

1
.gitignore vendored
View File

@ -3,3 +3,4 @@
/butane-0.12.1.tar.gz
/butane-0.13.0.tar.gz
/butane-0.13.1.tar.gz
/butane-0.14.0.tar.gz

View File

@ -10,7 +10,7 @@
# https://github.com/coreos/butane
%global goipath github.com/coreos/butane
%global gomodulesmode GO111MODULE=on
Version: 0.13.1
Version: 0.14.0
%gometa
@ -22,7 +22,7 @@ configs for provisioning operating systems that use Ignition.}
%global godocs docs README.md NEWS
Name: butane
Release: 3%{?dist}
Release: 1%{?dist}
Summary: Butane config transpiler
# Upstream license specification: Apache-2.0
@ -41,27 +41,27 @@ Provides: bundled(golang(github.com/clarketm/json)) = 1.14.1
Provides: bundled(golang(github.com/coreos/go-semver/semver)) = 0.3.0
Provides: bundled(golang(github.com/coreos/go-systemd/unit)) = 0.0.0-20190321100706.git95778dfbb74e
Provides: bundled(golang(github.com/coreos/go-systemd/v22/unit)) = 0.0.0-20190321100706.git95778dfbb74e
Provides: bundled(golang(github.com/coreos/ignition/v2/config/merge)) = 2.11.0
Provides: bundled(golang(github.com/coreos/ignition/v2/config/shared/errors)) = 2.11.0
Provides: bundled(golang(github.com/coreos/ignition/v2/config/shared/validations)) = 2.11.0
Provides: bundled(golang(github.com/coreos/ignition/v2/config/util)) = 2.11.0
Provides: bundled(golang(github.com/coreos/ignition/v2/config/v3_0/types)) = 2.11.0
Provides: bundled(golang(github.com/coreos/ignition/v2/config/v3_1/types)) = 2.11.0
Provides: bundled(golang(github.com/coreos/ignition/v2/config/v3_2/types)) = 2.11.0
Provides: bundled(golang(github.com/coreos/ignition/v2/config/v3_3/types)) = 2.11.0
Provides: bundled(golang(github.com/coreos/ignition/v2/config/v3_4_experimental/types)) = 2.11.0
Provides: bundled(golang(github.com/coreos/ignition/v2/config/validate)) = 2.11.0
Provides: bundled(golang(github.com/coreos/vcontext/json)) = 0.0.0-20210407161507.git4ee6c745c8bd
Provides: bundled(golang(github.com/coreos/vcontext/path)) = 0.0.0-20210407161507.git4ee6c745c8bd
Provides: bundled(golang(github.com/coreos/vcontext/report)) = 0.0.0-20210407161507.git4ee6c745c8bd
Provides: bundled(golang(github.com/coreos/vcontext/tree)) = 0.0.0-20210407161507.git4ee6c745c8bd
Provides: bundled(golang(github.com/coreos/vcontext/validate)) = 0.0.0-20210407161507.git4ee6c745c8bd
Provides: bundled(golang(github.com/coreos/vcontext/yaml)) = 0.0.0-20210407161507.git4ee6c745c8bd
Provides: bundled(golang(github.com/coreos/ignition/v2/config/merge)) = 2.13.0
Provides: bundled(golang(github.com/coreos/ignition/v2/config/shared/errors)) = 2.13.0
Provides: bundled(golang(github.com/coreos/ignition/v2/config/shared/validations)) = 2.13.0
Provides: bundled(golang(github.com/coreos/ignition/v2/config/util)) = 2.13.0
Provides: bundled(golang(github.com/coreos/ignition/v2/config/v3_0/types)) = 2.13.0
Provides: bundled(golang(github.com/coreos/ignition/v2/config/v3_1/types)) = 2.13.0
Provides: bundled(golang(github.com/coreos/ignition/v2/config/v3_2/types)) = 2.13.0
Provides: bundled(golang(github.com/coreos/ignition/v2/config/v3_3/types)) = 2.13.0
Provides: bundled(golang(github.com/coreos/ignition/v2/config/v3_4_experimental/types)) = 2.13.0
Provides: bundled(golang(github.com/coreos/ignition/v2/config/validate)) = 2.13.0
Provides: bundled(golang(github.com/coreos/vcontext/json)) = 0.0.0-20211021162308.gitf1dbbca7bef4
Provides: bundled(golang(github.com/coreos/vcontext/path)) = 0.0.0-20211021162308.gitf1dbbca7bef4
Provides: bundled(golang(github.com/coreos/vcontext/report)) = 0.0.0-20211021162308.gitf1dbbca7bef4
Provides: bundled(golang(github.com/coreos/vcontext/tree)) = 0.0.0-20211021162308.gitf1dbbca7bef4
Provides: bundled(golang(github.com/coreos/vcontext/validate)) = 0.0.0-20211021162308.gitf1dbbca7bef4
Provides: bundled(golang(github.com/coreos/vcontext/yaml)) = 0.0.0-20211021162308.gitf1dbbca7bef4
Provides: bundled(golang(github.com/davecgh/go-spew/spew)) = 1.1.1
Provides: bundled(golang(github.com/spf13/pflag)) = 1.0.6-0.20210604193023.gitd5e0c0615ace
Provides: bundled(golang(github.com/stretchr/testify/assert)) = 1.5.1
Provides: bundled(golang(github.com/vincent-petithory/dataurl)) = 0.0.0-20160330182126.git9a301d65acbb
Provides: bundled(golang(gopkg.in/yaml.v3)) = 3.0.0-20191010095647.gitfc94e3f71652
Provides: bundled(golang(github.com/stretchr/testify/assert)) = 1.7.0
Provides: bundled(golang(github.com/vincent-petithory/dataurl)) = 1.0.0
Provides: bundled(golang(gopkg.in/yaml.v3)) = 3.0.0-20210107192922.git496545a6307b
%description
%{common_description}
@ -142,6 +142,9 @@ install -p -m 0644 ./butane-x86_64-unknown-linux-gnu-static %{buildroot}%{_datad
%{_datadir}/butane/butane-x86_64-unknown-linux-gnu-static
%changelog
* Thu Jan 27 2022 Benjamin Gilbert <bgilbert@redhat.com> - 0.14.0-1
- New release
* Tue Jan 25 2022 Benjamin Gilbert <bgilbert@redhat.com> - 0.13.1-3
- Rename -nonlinux subpackage to -redistributable
- Add static Linux binaries to -redistributable

View File

@ -1 +1 @@
SHA512 (butane-0.13.1.tar.gz) = 95889ef7a66d8aee29b7dcc724ae818d963967a97ce86de8310ceb09c7d7adbf08b612542bef6c12cb742b48ed668144fbd38603f785c954a8225d9be510e596
SHA512 (butane-0.14.0.tar.gz) = 3a3ad4142e0bf42a227fb20d486dfd01b2b248024cbddbd03592cea4049124fd452529def20bae4d1c3194e6d2e30ca77f7426b37af2430fb1221df98828c48c