import CS butane-0.27.0-1.el10

This commit is contained in:
AlmaLinux RelEng Bot 2026-04-14 05:58:10 -04:00
parent 93b0a77b23
commit 41d52468cf
3 changed files with 45 additions and 21 deletions

2
.gitignore vendored
View File

@ -1 +1 @@
butane-0.19.0.tar.gz
butane-0.27.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.19.0
Version: 0.27.0
%gometa
@ -22,7 +22,7 @@ configs for provisioning operating systems that use Ignition.}
%global godocs docs README.md
Name: butane
Release: 4%{?dist}
Release: 1%{?dist}
Summary: Butane config transpiler
License: Apache-2.0
@ -38,28 +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.16.2
Provides: bundled(golang(github.com/coreos/ignition/v2/config/merge)) = 2.16.2
Provides: bundled(golang(github.com/coreos/ignition/v2/config/shared/errors)) = 2.16.2
Provides: bundled(golang(github.com/coreos/ignition/v2/config/shared/parse)) = 2.16.2
Provides: bundled(golang(github.com/coreos/ignition/v2/config/shared/validations)) = 2.16.2
Provides: bundled(golang(github.com/coreos/ignition/v2/config/util)) = 2.16.2
Provides: bundled(golang(github.com/coreos/ignition/v2/config/v3_0/types)) = 2.16.2
Provides: bundled(golang(github.com/coreos/ignition/v2/config/v3_1/types)) = 2.16.2
Provides: bundled(golang(github.com/coreos/ignition/v2/config/v3_2/types)) = 2.16.2
Provides: bundled(golang(github.com/coreos/ignition/v2/config/v3_3/types)) = 2.16.2
Provides: bundled(golang(github.com/coreos/ignition/v2/config/v3_4/types)) = 2.16.2
Provides: bundled(golang(github.com/coreos/ignition/v2/config/v3_5_experimental/types)) = 2.16.2
Provides: bundled(golang(github.com/coreos/ignition/v2/config/validate)) = 2.16.2
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-0.20210604193023.gitd5e0c0615ace
Provides: bundled(golang(github.com/stretchr/testify/assert)) = 1.8.4
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
@ -94,7 +96,7 @@ export GOFLAGS="-mod=vendor"
echo "Building butane..."
%gobuild -o ./butane internal/main.go
%global gocrossbuild go build -ldflags "${LDFLAGS:-} -B 0x$(head -c20 /dev/urandom|od -An -tx1|tr -d ' \\n')" -a -v -x
%global gocrossbuild go build -ldflags "${LDFLAGS:-} -s -w -B 0x$(head -c8 /dev/urandom|od -An -tx1|tr -d ' \\n')" -a -v -x
echo "Building Linux Butane with static linking..."
CGO_ENABLED=0 GOARCH=arm64 GOOS=linux %gocrossbuild -o butane-aarch64-unknown-linux-gnu-static internal/main.go
@ -145,6 +147,28 @@ install -p -m 0644 ./butane-x86_64-unknown-linux-gnu-static %{buildroot}%{_datad
%{_datadir}/butane/butane-x86_64-unknown-linux-gnu-static
%changelog
* Mon Mar 09 2026 Yasmin de Souza <ydesouza@redhat.com> - 0.27.0-1
- new version
* 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
* Wed May 28 2025 Steven Presti <spresti@redhat.com> - 0.24.0-1
- new version
* Thu Dec 12 2024 Yasmin Valim <ydesouza@redhat.com> - 0.23.0-1
- new version
* Tue Oct 29 2024 Troy Dawson <tdawson@redhat.com> - 0.22.0-2
- Bump release for October 2024 mass rebuild:
Resolves: RHEL-64018
* Thu Sep 26 2024 Yasmin Valim <ydesouza@redhat.com> - 0.22.0-1
- new version
* Mon Jun 24 2024 Troy Dawson <tdawson@redhat.com> - 0.19.0-4
- Bump release for June 2024 mass rebuild

View File

@ -1 +1 @@
SHA512 (butane-0.19.0.tar.gz) = 5a4ff22160a01a87342c0bcacfc729fb43d8909191a7c7530d95d0a4db875c3621910b0ff6bd33705ac4346f9942cb48718aa1e149162b1c5a5b1480e215acf8
SHA512 (butane-0.27.0.tar.gz) = 5ec36648f82501b591b163414b057b43e2fb62c1c482a40471a83dd633bdd6266aade2cdce6abd3bd074a99ea4a6683bbd10dcde1a13a586f27aecb139c31d33