Update to 0.16.0

In the process, rebuild to fix outstanding Go CVEs.

Resolves: rhbz#2116775
Resolves: rhbz#2126762
Resolves: rhbz#2135475
This commit is contained in:
Benjamin Gilbert 2022-10-17 14:51:53 -04:00
parent 3021ea0b43
commit fa75762d08
3 changed files with 27 additions and 25 deletions

1
.gitignore vendored
View File

@ -1,2 +1,3 @@
/butane-0.13.1.tar.gz
/butane-0.14.0.tar.gz
/butane-0.16.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.14.0
Version: 0.16.0
%gometa
@ -19,7 +19,7 @@ Butane translates human-readable Butane Configs into machine-readable Ignition
configs for provisioning operating systems that use Ignition.}
%global golicenses LICENSE
%global godocs docs README.md NEWS
%global godocs docs README.md
Name: butane
Release: 1%{?dist}
@ -32,31 +32,29 @@ Source0: %{gosource}
# Generated by go-mods-to-bundled-provides.py
Provides: bundled(golang(github.com/clarketm/json)) = 1.14.1
Provides: bundled(golang(github.com/clarketm/json)) = 1.17.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.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/coreos/go-systemd/v22/unit)) = 22.4.0
Provides: bundled(golang(github.com/coreos/ignition/v2/config/merge)) = 2.14.0
Provides: bundled(golang(github.com/coreos/ignition/v2/config/shared/errors)) = 2.14.0
Provides: bundled(golang(github.com/coreos/ignition/v2/config/shared/validations)) = 2.14.0
Provides: bundled(golang(github.com/coreos/ignition/v2/config/util)) = 2.14.0
Provides: bundled(golang(github.com/coreos/ignition/v2/config/v3_0/types)) = 2.14.0
Provides: bundled(golang(github.com/coreos/ignition/v2/config/v3_1/types)) = 2.14.0
Provides: bundled(golang(github.com/coreos/ignition/v2/config/v3_2/types)) = 2.14.0
Provides: bundled(golang(github.com/coreos/ignition/v2/config/v3_3/types)) = 2.14.0
Provides: bundled(golang(github.com/coreos/ignition/v2/config/v3_4_experimental/types)) = 2.14.0
Provides: bundled(golang(github.com/coreos/ignition/v2/config/validate)) = 2.14.0
Provides: bundled(golang(github.com/coreos/vcontext/json)) = 0.0.0-20220810162454.git88bd546c634c
Provides: bundled(golang(github.com/coreos/vcontext/path)) = 0.0.0-20220810162454.git88bd546c634c
Provides: bundled(golang(github.com/coreos/vcontext/report)) = 0.0.0-20220810162454.git88bd546c634c
Provides: bundled(golang(github.com/coreos/vcontext/tree)) = 0.0.0-20220810162454.git88bd546c634c
Provides: bundled(golang(github.com/coreos/vcontext/validate)) = 0.0.0-20220810162454.git88bd546c634c
Provides: bundled(golang(github.com/coreos/vcontext/yaml)) = 0.0.0-20220810162454.git88bd546c634c
Provides: bundled(golang(github.com/spf13/pflag)) = 1.0.6-0.20210604193023.gitd5e0c0615ace
Provides: bundled(golang(github.com/stretchr/testify/assert)) = 1.7.0
Provides: bundled(golang(github.com/stretchr/testify/assert)) = 1.8.0
Provides: bundled(golang(github.com/vincent-petithory/dataurl)) = 1.0.0
Provides: bundled(golang(gopkg.in/yaml.v3)) = 3.0.0-20210107192922.git496545a6307b
Provides: bundled(golang(gopkg.in/yaml.v3)) = 3.0.1
%description
%{common_description}
@ -115,6 +113,9 @@ install -p -m 0644 ./butane-windows-amd64.exe %{buildroot}%{_datadir}/butane-red
%{_datadir}/butane-redistributable/butane-windows-amd64.exe
%changelog
* Mon Oct 17 2022 Benjamin Gilbert <bgilbert@redhat.com> - 0.16.0-1
- New release
* Thu Jan 27 2022 Benjamin Gilbert <bgilbert@redhat.com> - 0.14.0-1
- New release

View File

@ -1 +1 @@
SHA512 (butane-0.14.0.tar.gz) = 3a3ad4142e0bf42a227fb20d486dfd01b2b248024cbddbd03592cea4049124fd452529def20bae4d1c3194e6d2e30ca77f7426b37af2430fb1221df98828c48c
SHA512 (butane-0.16.0.tar.gz) = 5b6f71a8bcc6e7d99ebb70884275ee156b11a79d618828ea4c458cb844f2d5aa34df6d27adfcdbca9f6fe0e4a95a14eb41dcd47edb58bba5195eb96f98dc7f2e