spec: new upstream version 0.26.0

resolves: #RHEL-142690
This commit is contained in:
Steven Presti 2026-01-20 13:07:26 -05:00
parent 7b447caf9f
commit f262ee69b3
3 changed files with 24 additions and 20 deletions

1
.gitignore vendored
View File

@ -15,3 +15,4 @@
/butane-0.23.0.tar.gz
/butane-0.24.0.tar.gz
/butane-0.25.1.tar.gz
/butane-0.26.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.25.1
Version: 0.26.0
%gometa
@ -38,30 +38,30 @@ Provides: fcct = %{version}-%{release}
# Generated by go-mods-to-bundled-provides.py
Provides: bundled(golang(github.com/clarketm/json)) = 1.17.1
Provides: bundled(golang(github.com/coreos/go-semver/semver)) = 0.3.1
Provides: bundled(golang(github.com/coreos/go-systemd/v22/unit)) = 22.5.0
Provides: bundled(golang(github.com/coreos/ignition/v2/config/doc)) = 2.21.0
Provides: bundled(golang(github.com/coreos/ignition/v2/config/merge)) = 2.21.0
Provides: bundled(golang(github.com/coreos/ignition/v2/config/shared/errors)) = 2.21.0
Provides: bundled(golang(github.com/coreos/ignition/v2/config/shared/parse)) = 2.21.0
Provides: bundled(golang(github.com/coreos/ignition/v2/config/shared/validations)) = 2.21.0
Provides: bundled(golang(github.com/coreos/ignition/v2/config/util)) = 2.21.0
Provides: bundled(golang(github.com/coreos/ignition/v2/config/v3_0/types)) = 2.21.0
Provides: bundled(golang(github.com/coreos/ignition/v2/config/v3_1/types)) = 2.21.0
Provides: bundled(golang(github.com/coreos/ignition/v2/config/v3_2/types)) = 2.21.0
Provides: bundled(golang(github.com/coreos/ignition/v2/config/v3_3/types)) = 2.21.0
Provides: bundled(golang(github.com/coreos/ignition/v2/config/v3_4/types)) = 2.21.0
Provides: bundled(golang(github.com/coreos/ignition/v2/config/v3_5/types)) = 2.21.0
Provides: bundled(golang(github.com/coreos/ignition/v2/config/v3_6_experimental/types)) = 2.21.0
Provides: bundled(golang(github.com/coreos/ignition/v2/config/validate)) = 2.21.0
Provides: bundled(golang(github.com/coreos/go-systemd/v22/unit)) = 22.6.0
Provides: bundled(golang(github.com/coreos/ignition/v2/config/doc)) = 2.25.0
Provides: bundled(golang(github.com/coreos/ignition/v2/config/merge)) = 2.25.0
Provides: bundled(golang(github.com/coreos/ignition/v2/config/shared/errors)) = 2.25.0
Provides: bundled(golang(github.com/coreos/ignition/v2/config/shared/parse)) = 2.25.0
Provides: bundled(golang(github.com/coreos/ignition/v2/config/shared/validations)) = 2.25.0
Provides: bundled(golang(github.com/coreos/ignition/v2/config/util)) = 2.25.0
Provides: bundled(golang(github.com/coreos/ignition/v2/config/v3_0/types)) = 2.25.0
Provides: bundled(golang(github.com/coreos/ignition/v2/config/v3_1/types)) = 2.25.0
Provides: bundled(golang(github.com/coreos/ignition/v2/config/v3_2/types)) = 2.25.0
Provides: bundled(golang(github.com/coreos/ignition/v2/config/v3_3/types)) = 2.25.0
Provides: bundled(golang(github.com/coreos/ignition/v2/config/v3_4/types)) = 2.25.0
Provides: bundled(golang(github.com/coreos/ignition/v2/config/v3_5/types)) = 2.25.0
Provides: bundled(golang(github.com/coreos/ignition/v2/config/v3_6_experimental/types)) = 2.25.0
Provides: bundled(golang(github.com/coreos/ignition/v2/config/validate)) = 2.25.0
Provides: bundled(golang(github.com/coreos/vcontext/json)) = 0.0.0-20230201181013.gitd72178a18687
Provides: bundled(golang(github.com/coreos/vcontext/path)) = 0.0.0-20230201181013.gitd72178a18687
Provides: bundled(golang(github.com/coreos/vcontext/report)) = 0.0.0-20230201181013.gitd72178a18687
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/coreos/vcontext/yaml)) = 0.0.0-20230201181013.gitd72178a18687
Provides: bundled(golang(github.com/spf13/pflag)) = 1.0.6
Provides: bundled(golang(github.com/stretchr/testify/assert)) = 1.10.0
Provides: bundled(golang(github.com/stretchr/testify/assert/yaml)) = 1.10.0
Provides: bundled(golang(github.com/spf13/pflag)) = 1.0.10
Provides: bundled(golang(github.com/stretchr/testify/assert)) = 1.11.1
Provides: bundled(golang(github.com/stretchr/testify/assert/yaml)) = 1.11.1
Provides: bundled(golang(github.com/vincent-petithory/dataurl)) = 1.0.0
Provides: bundled(golang(gopkg.in/yaml.v3)) = 3.0.1
@ -147,6 +147,9 @@ install -p -m 0644 ./butane-x86_64-unknown-linux-gnu-static %{buildroot}%{_datad
%{_datadir}/butane/butane-x86_64-unknown-linux-gnu-static
%changelog
* Tue Jan 20 2026 Steven Presti <spresti@redhat.com> - 0.26.0-1
- new version
* Wed Oct 08 2025 Tiago Bueno <tbueno@redhat.com> - 0.25.1-1
- new version

View File

@ -1 +1 @@
SHA512 (butane-0.25.1.tar.gz) = 602f0075381cb98096b7a7cb1d7df8542f86f1391b2071029a72193237b0596063c758b989e118a0eef5ae9d070f98c36811bb92bb03a99dfc86832995e291bb
SHA512 (butane-0.26.0.tar.gz) = 220fc8785f806677ff0f469a7dbcad8a31d9a7a95d967b5847aa4eaecfa6512db062969ef5983e437b17a28a2c2d627866c21bd9dc2ac7e5668e643b54af596d