Update to 0.14.0

Resolves: rhbz#2013681
This commit is contained in:
Timothée Ravier 2022-02-09 12:34:37 +01:00
parent 161f3b9ac3
commit 013247fa75
3 changed files with 25 additions and 21 deletions

1
.gitignore vendored
View File

@ -1 +1,2 @@
/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
@ -36,27 +36,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}
@ -115,6 +115,9 @@ install -p -m 0644 ./butane-windows-amd64.exe %{buildroot}%{_datadir}/butane-red
%{_datadir}/butane-redistributable/butane-windows-amd64.exe
%changelog
* Thu Jan 27 2022 Benjamin Gilbert <bgilbert@redhat.com> - 0.14.0-1
- New release
* Wed Aug 04 2021 Benjamin Gilbert <bgilbert@redhat.com> - 0.13.1-1
- New release

View File

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