From 3a17aefba64618b619a5b1ec5a6ffb138d7eedb4 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 19 Jul 2023 15:05:21 +0000 Subject: [PATCH 01/21] Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- butane.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/butane.spec b/butane.spec index ca35e00..d71d1d4 100644 --- a/butane.spec +++ b/butane.spec @@ -22,7 +22,7 @@ configs for provisioning operating systems that use Ignition.} %global godocs docs README.md Name: butane -Release: 1%{?dist} +Release: 2%{?dist} Summary: Butane config transpiler License: Apache-2.0 @@ -144,6 +144,9 @@ install -p -m 0644 ./butane-x86_64-unknown-linux-gnu-static %{buildroot}%{_datad %{_datadir}/butane/butane-x86_64-unknown-linux-gnu-static %changelog +* Wed Jul 19 2023 Fedora Release Engineering - 0.18.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild + * Tue Mar 28 2023 Steven Presti - 0.18.0-1 - New release From 0b15715abe5856c4550a1f5f64178bce6285bf48 Mon Sep 17 00:00:00 2001 From: Steven Presti Date: Tue, 3 Oct 2023 13:47:02 -0400 Subject: [PATCH 02/21] butane.spec: new release v0.19.0 --- .gitignore | 1 + butane.spec | 34 +++++++++++++++++++--------------- sources | 2 +- 3 files changed, 21 insertions(+), 16 deletions(-) diff --git a/.gitignore b/.gitignore index 4d8a195..b58ac3a 100644 --- a/.gitignore +++ b/.gitignore @@ -8,3 +8,4 @@ /butane-0.16.0.tar.gz /butane-0.17.0.tar.gz /butane-0.18.0.tar.gz +/butane-0.19.0.tar.gz diff --git a/butane.spec b/butane.spec index d71d1d4..f550c63 100644 --- a/butane.spec +++ b/butane.spec @@ -10,7 +10,7 @@ # https://github.com/coreos/butane %global goipath github.com/coreos/butane %global gomodulesmode GO111MODULE=on -Version: 0.18.0 +Version: 0.19.0 %gometa @@ -22,7 +22,7 @@ configs for provisioning operating systems that use Ignition.} %global godocs docs README.md Name: butane -Release: 2%{?dist} +Release: 1%{?dist} Summary: Butane config transpiler License: Apache-2.0 @@ -39,18 +39,19 @@ Provides: fcct = %{version}-%{release} 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/merge)) = 2.15.0 -Provides: bundled(golang(github.com/coreos/ignition/v2/config/shared/errors)) = 2.15.0 -Provides: bundled(golang(github.com/coreos/ignition/v2/config/shared/parse)) = 2.15.0 -Provides: bundled(golang(github.com/coreos/ignition/v2/config/shared/validations)) = 2.15.0 -Provides: bundled(golang(github.com/coreos/ignition/v2/config/util)) = 2.15.0 -Provides: bundled(golang(github.com/coreos/ignition/v2/config/v3_0/types)) = 2.15.0 -Provides: bundled(golang(github.com/coreos/ignition/v2/config/v3_1/types)) = 2.15.0 -Provides: bundled(golang(github.com/coreos/ignition/v2/config/v3_2/types)) = 2.15.0 -Provides: bundled(golang(github.com/coreos/ignition/v2/config/v3_3/types)) = 2.15.0 -Provides: bundled(golang(github.com/coreos/ignition/v2/config/v3_4/types)) = 2.15.0 -Provides: bundled(golang(github.com/coreos/ignition/v2/config/v3_5_experimental/types)) = 2.15.0 -Provides: bundled(golang(github.com/coreos/ignition/v2/config/validate)) = 2.15.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/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 @@ -58,7 +59,7 @@ Provides: bundled(golang(github.com/coreos/vcontext/tree)) = 0.0.0-2023020118101 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.2 +Provides: bundled(golang(github.com/stretchr/testify/assert)) = 1.8.4 Provides: bundled(golang(github.com/vincent-petithory/dataurl)) = 1.0.0 Provides: bundled(golang(gopkg.in/yaml.v3)) = 3.0.1 @@ -144,6 +145,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 Oct 03 2023 Steven Presti - 0.19.0-1 +- New release + * Wed Jul 19 2023 Fedora Release Engineering - 0.18.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild diff --git a/sources b/sources index 2354a62..dd8ccf9 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (butane-0.18.0.tar.gz) = 236a580e30fb8279198ee95502514b920045ec32a0cfd8486967066b4b2a33c59671890f3aad89ea2a1f8cc873eb6110b78c1849fb667e9df51c7361d67d78cd +SHA512 (butane-0.19.0.tar.gz) = 5a4ff22160a01a87342c0bcacfc729fb43d8909191a7c7530d95d0a4db875c3621910b0ff6bd33705ac4346f9942cb48718aa1e149162b1c5a5b1480e215acf8 From ae6d48eb7550e02aaa82e39b5dbd60c69ee22a4c Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 19 Jan 2024 14:50:21 +0000 Subject: [PATCH 03/21] Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild --- butane.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/butane.spec b/butane.spec index f550c63..462cf44 100644 --- a/butane.spec +++ b/butane.spec @@ -22,7 +22,7 @@ configs for provisioning operating systems that use Ignition.} %global godocs docs README.md Name: butane -Release: 1%{?dist} +Release: 2%{?dist} Summary: Butane config transpiler License: Apache-2.0 @@ -145,6 +145,9 @@ install -p -m 0644 ./butane-x86_64-unknown-linux-gnu-static %{buildroot}%{_datad %{_datadir}/butane/butane-x86_64-unknown-linux-gnu-static %changelog +* Fri Jan 19 2024 Fedora Release Engineering - 0.19.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild + * Tue Oct 03 2023 Steven Presti - 0.19.0-1 - New release From 6e0232cefdb4b3d7b94a694bf7b36c937375e435 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Tue, 23 Jan 2024 00:58:26 +0000 Subject: [PATCH 04/21] Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild --- butane.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/butane.spec b/butane.spec index 462cf44..b12dd42 100644 --- a/butane.spec +++ b/butane.spec @@ -22,7 +22,7 @@ configs for provisioning operating systems that use Ignition.} %global godocs docs README.md Name: butane -Release: 2%{?dist} +Release: 3%{?dist} Summary: Butane config transpiler License: Apache-2.0 @@ -145,6 +145,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 23 2024 Fedora Release Engineering - 0.19.0-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild + * Fri Jan 19 2024 Fedora Release Engineering - 0.19.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild From c895c03d6cd1fdd0505d29cf01a0f19315121932 Mon Sep 17 00:00:00 2001 From: Maxwell G Date: Sun, 11 Feb 2024 21:41:02 +0000 Subject: [PATCH 05/21] Rebuild for golang 1.22.0 --- butane.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/butane.spec b/butane.spec index b12dd42..9b0abe1 100644 --- a/butane.spec +++ b/butane.spec @@ -22,7 +22,7 @@ configs for provisioning operating systems that use Ignition.} %global godocs docs README.md Name: butane -Release: 3%{?dist} +Release: 4%{?dist} Summary: Butane config transpiler License: Apache-2.0 @@ -145,6 +145,9 @@ install -p -m 0644 ./butane-x86_64-unknown-linux-gnu-static %{buildroot}%{_datad %{_datadir}/butane/butane-x86_64-unknown-linux-gnu-static %changelog +* Sun Feb 11 2024 Maxwell G - 0.19.0-4 +- Rebuild for golang 1.22.0 + * Tue Jan 23 2024 Fedora Release Engineering - 0.19.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild From 25f49ebc420e98208aba2ffa9907e82fe8a61861 Mon Sep 17 00:00:00 2001 From: Steven Presti Date: Mon, 19 Feb 2024 13:21:00 -0500 Subject: [PATCH 06/21] butane.spec: new release v0.20.0 --- .gitignore | 1 + butane.spec | 33 ++++++++++++++++++--------------- sources | 2 +- 3 files changed, 20 insertions(+), 16 deletions(-) diff --git a/.gitignore b/.gitignore index b58ac3a..2064e0d 100644 --- a/.gitignore +++ b/.gitignore @@ -9,3 +9,4 @@ /butane-0.17.0.tar.gz /butane-0.18.0.tar.gz /butane-0.19.0.tar.gz +/butane-0.20.0.tar.gz diff --git a/butane.spec b/butane.spec index 9b0abe1..8dcecc8 100644 --- a/butane.spec +++ b/butane.spec @@ -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.20.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 @@ -39,19 +39,19 @@ Provides: fcct = %{version}-%{release} 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/ignition/v2/config/doc)) = 2.17.0 +Provides: bundled(golang(github.com/coreos/ignition/v2/config/merge)) = 2.17.0 +Provides: bundled(golang(github.com/coreos/ignition/v2/config/shared/errors)) = 2.17.0 +Provides: bundled(golang(github.com/coreos/ignition/v2/config/shared/parse)) = 2.17.0 +Provides: bundled(golang(github.com/coreos/ignition/v2/config/shared/validations)) = 2.17.0 +Provides: bundled(golang(github.com/coreos/ignition/v2/config/util)) = 2.17.0 +Provides: bundled(golang(github.com/coreos/ignition/v2/config/v3_0/types)) = 2.17.0 +Provides: bundled(golang(github.com/coreos/ignition/v2/config/v3_1/types)) = 2.17.0 +Provides: bundled(golang(github.com/coreos/ignition/v2/config/v3_2/types)) = 2.17.0 +Provides: bundled(golang(github.com/coreos/ignition/v2/config/v3_3/types)) = 2.17.0 +Provides: bundled(golang(github.com/coreos/ignition/v2/config/v3_4/types)) = 2.17.0 +Provides: bundled(golang(github.com/coreos/ignition/v2/config/v3_5_experimental/types)) = 2.17.0 +Provides: bundled(golang(github.com/coreos/ignition/v2/config/validate)) = 2.17.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 @@ -145,6 +145,9 @@ install -p -m 0644 ./butane-x86_64-unknown-linux-gnu-static %{buildroot}%{_datad %{_datadir}/butane/butane-x86_64-unknown-linux-gnu-static %changelog +* Mon Feb 19 2024 Steven Presti - 0.20.0-1 +- New release + * Sun Feb 11 2024 Maxwell G - 0.19.0-4 - Rebuild for golang 1.22.0 diff --git a/sources b/sources index dd8ccf9..192598c 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (butane-0.19.0.tar.gz) = 5a4ff22160a01a87342c0bcacfc729fb43d8909191a7c7530d95d0a4db875c3621910b0ff6bd33705ac4346f9942cb48718aa1e149162b1c5a5b1480e215acf8 +SHA512 (butane-0.20.0.tar.gz) = b9cc9e61fcd1681a156b1b91f70a47037bd6da84fb1e9bc033fda90b3143360e4ea77cd22ff75d283b5c2c8b24123e192181d74fb4f0b33f1b3e31ca38cac739 From e842cfe72e58939f87ec56d99722b89ce4a51bf2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timoth=C3=A9e=20Ravier?= Date: Wed, 24 Apr 2024 17:30:33 +0200 Subject: [PATCH 07/21] Do not build on ix86 See: https://fedoraproject.org/wiki/Changes/EncourageI686LeafRemoval --- butane.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/butane.spec b/butane.spec index 8dcecc8..673106e 100644 --- a/butane.spec +++ b/butane.spec @@ -22,13 +22,15 @@ configs for provisioning operating systems that use Ignition.} %global godocs docs README.md Name: butane -Release: 1%{?dist} +Release: 2%{?dist} Summary: Butane config transpiler License: Apache-2.0 URL: %{gourl} Source0: %{gosource} +ExcludeArch: %{ix86} + # Upgrade path from old FCCT package; can be dropped in Fedora 36 Provides: fedora-coreos-config-transpiler = %{version}-%{release} Obsoletes: fedora-coreos-config-transpiler < 0.10.0-2 @@ -145,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 +* Wed Apr 24 2024 Timothée Ravier - 0.20.0-2 +- Exclude ix86 + * Mon Feb 19 2024 Steven Presti - 0.20.0-1 - New release From 91484b6b2d0f675d891b89ef01d42b215f68620a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timoth=C3=A9e=20Ravier?= Date: Wed, 24 Apr 2024 20:15:04 +0200 Subject: [PATCH 08/21] Use gometa to exclude ix86 See: https://docs.fedoraproject.org/en-US/packaging-guidelines/Golang/#_go_language_architectures See: https://src.fedoraproject.org/rpms/butane/pull-request/17#comment-196479 --- butane.spec | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/butane.spec b/butane.spec index 673106e..2415132 100644 --- a/butane.spec +++ b/butane.spec @@ -12,7 +12,7 @@ %global gomodulesmode GO111MODULE=on Version: 0.20.0 -%gometa +%gometa -f %global common_description %{expand: Butane translates human-readable Butane Configs into machine-readable Ignition @@ -29,8 +29,6 @@ License: Apache-2.0 URL: %{gourl} Source0: %{gosource} -ExcludeArch: %{ix86} - # Upgrade path from old FCCT package; can be dropped in Fedora 36 Provides: fedora-coreos-config-transpiler = %{version}-%{release} Obsoletes: fedora-coreos-config-transpiler < 0.10.0-2 From d1210cbb4568c645bfe94e5c586a42ac8ec5f7a1 Mon Sep 17 00:00:00 2001 From: Yasmin Valim Date: Thu, 6 Jun 2024 16:36:45 -0300 Subject: [PATCH 09/21] butane.spec: new release v0.21.0 --- .gitignore | 1 + butane.spec | 35 +++++++++++++++++++---------------- sources | 2 +- 3 files changed, 21 insertions(+), 17 deletions(-) diff --git a/.gitignore b/.gitignore index 2064e0d..4a1a1a7 100644 --- a/.gitignore +++ b/.gitignore @@ -10,3 +10,4 @@ /butane-0.18.0.tar.gz /butane-0.19.0.tar.gz /butane-0.20.0.tar.gz +/butane-0.21.0.tar.gz diff --git a/butane.spec b/butane.spec index 2415132..88cf0e4 100644 --- a/butane.spec +++ b/butane.spec @@ -10,7 +10,7 @@ # https://github.com/coreos/butane %global goipath github.com/coreos/butane %global gomodulesmode GO111MODULE=on -Version: 0.20.0 +Version: 0.21.0 %gometa -f @@ -22,7 +22,7 @@ configs for provisioning operating systems that use Ignition.} %global godocs docs README.md Name: butane -Release: 2%{?dist} +Release: 1%{?dist} Summary: Butane config transpiler License: Apache-2.0 @@ -39,19 +39,19 @@ Provides: fcct = %{version}-%{release} 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.17.0 -Provides: bundled(golang(github.com/coreos/ignition/v2/config/merge)) = 2.17.0 -Provides: bundled(golang(github.com/coreos/ignition/v2/config/shared/errors)) = 2.17.0 -Provides: bundled(golang(github.com/coreos/ignition/v2/config/shared/parse)) = 2.17.0 -Provides: bundled(golang(github.com/coreos/ignition/v2/config/shared/validations)) = 2.17.0 -Provides: bundled(golang(github.com/coreos/ignition/v2/config/util)) = 2.17.0 -Provides: bundled(golang(github.com/coreos/ignition/v2/config/v3_0/types)) = 2.17.0 -Provides: bundled(golang(github.com/coreos/ignition/v2/config/v3_1/types)) = 2.17.0 -Provides: bundled(golang(github.com/coreos/ignition/v2/config/v3_2/types)) = 2.17.0 -Provides: bundled(golang(github.com/coreos/ignition/v2/config/v3_3/types)) = 2.17.0 -Provides: bundled(golang(github.com/coreos/ignition/v2/config/v3_4/types)) = 2.17.0 -Provides: bundled(golang(github.com/coreos/ignition/v2/config/v3_5_experimental/types)) = 2.17.0 -Provides: bundled(golang(github.com/coreos/ignition/v2/config/validate)) = 2.17.0 +Provides: bundled(golang(github.com/coreos/ignition/v2/config/doc)) = 2.18.0 +Provides: bundled(golang(github.com/coreos/ignition/v2/config/merge)) = 2.18.0 +Provides: bundled(golang(github.com/coreos/ignition/v2/config/shared/errors)) = 2.18.0 +Provides: bundled(golang(github.com/coreos/ignition/v2/config/shared/parse)) = 2.18.0 +Provides: bundled(golang(github.com/coreos/ignition/v2/config/shared/validations)) = 2.18.0 +Provides: bundled(golang(github.com/coreos/ignition/v2/config/util)) = 2.18.0 +Provides: bundled(golang(github.com/coreos/ignition/v2/config/v3_0/types)) = 2.18.0 +Provides: bundled(golang(github.com/coreos/ignition/v2/config/v3_1/types)) = 2.18.0 +Provides: bundled(golang(github.com/coreos/ignition/v2/config/v3_2/types)) = 2.18.0 +Provides: bundled(golang(github.com/coreos/ignition/v2/config/v3_3/types)) = 2.18.0 +Provides: bundled(golang(github.com/coreos/ignition/v2/config/v3_4/types)) = 2.18.0 +Provides: bundled(golang(github.com/coreos/ignition/v2/config/v3_5_experimental/types)) = 2.18.0 +Provides: bundled(golang(github.com/coreos/ignition/v2/config/validate)) = 2.18.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 @@ -59,7 +59,7 @@ Provides: bundled(golang(github.com/coreos/vcontext/tree)) = 0.0.0-2023020118101 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/stretchr/testify/assert)) = 1.9.0 Provides: bundled(golang(github.com/vincent-petithory/dataurl)) = 1.0.0 Provides: bundled(golang(gopkg.in/yaml.v3)) = 3.0.1 @@ -145,6 +145,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 Jun 6 2024 Yasmin de Souza - 0.21.0-1 +- New release + * Wed Apr 24 2024 Timothée Ravier - 0.20.0-2 - Exclude ix86 diff --git a/sources b/sources index 192598c..dc740e0 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (butane-0.20.0.tar.gz) = b9cc9e61fcd1681a156b1b91f70a47037bd6da84fb1e9bc033fda90b3143360e4ea77cd22ff75d283b5c2c8b24123e192181d74fb4f0b33f1b3e31ca38cac739 +SHA512 (butane-0.21.0.tar.gz) = 896a62b18d97d0dc73db81dcf731d61f43a423a104b19a82b5eca7e26af7d7447db4160c8d140e201c51938fcc7458c5983f11d5d6dc45a166e57bd54cce4e7c From e82b7383e76491b6a6866e67df8abfe2c3879437 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 17 Jul 2024 18:44:20 +0000 Subject: [PATCH 10/21] Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild --- butane.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/butane.spec b/butane.spec index 88cf0e4..e9417a0 100644 --- a/butane.spec +++ b/butane.spec @@ -22,7 +22,7 @@ configs for provisioning operating systems that use Ignition.} %global godocs docs README.md Name: butane -Release: 1%{?dist} +Release: 2%{?dist} Summary: Butane config transpiler License: Apache-2.0 @@ -145,6 +145,9 @@ install -p -m 0644 ./butane-x86_64-unknown-linux-gnu-static %{buildroot}%{_datad %{_datadir}/butane/butane-x86_64-unknown-linux-gnu-static %changelog +* Wed Jul 17 2024 Fedora Release Engineering - 0.21.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild + * Tue Jun 6 2024 Yasmin de Souza - 0.21.0-1 - New release From 29d8acaed1e18885bfe50be0329bac05e2beb706 Mon Sep 17 00:00:00 2001 From: Yasmin Valim Date: Fri, 20 Sep 2024 14:03:19 -0300 Subject: [PATCH 11/21] butane.spec: new release v0.22.0 --- .gitignore | 1 + butane.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 4a1a1a7..0496319 100644 --- a/.gitignore +++ b/.gitignore @@ -11,3 +11,4 @@ /butane-0.19.0.tar.gz /butane-0.20.0.tar.gz /butane-0.21.0.tar.gz +/butane-0.22.0.tar.gz diff --git a/butane.spec b/butane.spec index e9417a0..334bce3 100644 --- a/butane.spec +++ b/butane.spec @@ -10,7 +10,7 @@ # https://github.com/coreos/butane %global goipath github.com/coreos/butane %global gomodulesmode GO111MODULE=on -Version: 0.21.0 +Version: 0.22.0 %gometa -f @@ -22,7 +22,7 @@ configs for provisioning operating systems that use Ignition.} %global godocs docs README.md Name: butane -Release: 2%{?dist} +Release: 1%{?dist} Summary: Butane config transpiler License: Apache-2.0 @@ -145,6 +145,9 @@ install -p -m 0644 ./butane-x86_64-unknown-linux-gnu-static %{buildroot}%{_datad %{_datadir}/butane/butane-x86_64-unknown-linux-gnu-static %changelog +* Fri Sep 20 2024 Yasmin de Souza - 0.22.0-1 +- New release + * Wed Jul 17 2024 Fedora Release Engineering - 0.21.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild diff --git a/sources b/sources index dc740e0..38f4894 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (butane-0.21.0.tar.gz) = 896a62b18d97d0dc73db81dcf731d61f43a423a104b19a82b5eca7e26af7d7447db4160c8d140e201c51938fcc7458c5983f11d5d6dc45a166e57bd54cce4e7c +SHA512 (butane-0.22.0.tar.gz) = fb63d074f4d9b11a009c8d2e2b986778632d46bdfab5732d248d8b1ca86f11c78e98f3a6b7bc49489e12c4211dfc2277228e14f4e8a1a3694158c9b0f133c621 From b7474b695c3c01100fe252e541e9c7a1c604e27a Mon Sep 17 00:00:00 2001 From: Steven Presti Date: Thu, 5 Dec 2024 09:36:56 -0500 Subject: [PATCH 12/21] butane.spec: new release v0.23.0 --- .gitignore | 1 + butane.spec | 34 +++++++++++++++++++--------------- sources | 2 +- 3 files changed, 21 insertions(+), 16 deletions(-) diff --git a/.gitignore b/.gitignore index 0496319..206eb3c 100644 --- a/.gitignore +++ b/.gitignore @@ -12,3 +12,4 @@ /butane-0.20.0.tar.gz /butane-0.21.0.tar.gz /butane-0.22.0.tar.gz +/butane-0.23.0.tar.gz diff --git a/butane.spec b/butane.spec index 334bce3..4d06141 100644 --- a/butane.spec +++ b/butane.spec @@ -10,7 +10,7 @@ # https://github.com/coreos/butane %global goipath github.com/coreos/butane %global gomodulesmode GO111MODULE=on -Version: 0.22.0 +Version: 0.23.0 %gometa -f @@ -39,19 +39,20 @@ Provides: fcct = %{version}-%{release} 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.18.0 -Provides: bundled(golang(github.com/coreos/ignition/v2/config/merge)) = 2.18.0 -Provides: bundled(golang(github.com/coreos/ignition/v2/config/shared/errors)) = 2.18.0 -Provides: bundled(golang(github.com/coreos/ignition/v2/config/shared/parse)) = 2.18.0 -Provides: bundled(golang(github.com/coreos/ignition/v2/config/shared/validations)) = 2.18.0 -Provides: bundled(golang(github.com/coreos/ignition/v2/config/util)) = 2.18.0 -Provides: bundled(golang(github.com/coreos/ignition/v2/config/v3_0/types)) = 2.18.0 -Provides: bundled(golang(github.com/coreos/ignition/v2/config/v3_1/types)) = 2.18.0 -Provides: bundled(golang(github.com/coreos/ignition/v2/config/v3_2/types)) = 2.18.0 -Provides: bundled(golang(github.com/coreos/ignition/v2/config/v3_3/types)) = 2.18.0 -Provides: bundled(golang(github.com/coreos/ignition/v2/config/v3_4/types)) = 2.18.0 -Provides: bundled(golang(github.com/coreos/ignition/v2/config/v3_5_experimental/types)) = 2.18.0 -Provides: bundled(golang(github.com/coreos/ignition/v2/config/validate)) = 2.18.0 +Provides: bundled(golang(github.com/coreos/ignition/v2/config/doc)) = 2.20.0 +Provides: bundled(golang(github.com/coreos/ignition/v2/config/merge)) = 2.20.0 +Provides: bundled(golang(github.com/coreos/ignition/v2/config/shared/errors)) = 2.20.0 +Provides: bundled(golang(github.com/coreos/ignition/v2/config/shared/parse)) = 2.20.0 +Provides: bundled(golang(github.com/coreos/ignition/v2/config/shared/validations)) = 2.20.0 +Provides: bundled(golang(github.com/coreos/ignition/v2/config/util)) = 2.20.0 +Provides: bundled(golang(github.com/coreos/ignition/v2/config/v3_0/types)) = 2.20.0 +Provides: bundled(golang(github.com/coreos/ignition/v2/config/v3_1/types)) = 2.20.0 +Provides: bundled(golang(github.com/coreos/ignition/v2/config/v3_2/types)) = 2.20.0 +Provides: bundled(golang(github.com/coreos/ignition/v2/config/v3_3/types)) = 2.20.0 +Provides: bundled(golang(github.com/coreos/ignition/v2/config/v3_4/types)) = 2.20.0 +Provides: bundled(golang(github.com/coreos/ignition/v2/config/v3_5/types)) = 2.20.0 +Provides: bundled(golang(github.com/coreos/ignition/v2/config/v3_6_experimental/types)) = 2.20.0 +Provides: bundled(golang(github.com/coreos/ignition/v2/config/validate)) = 2.20.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 @@ -94,7 +95,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:-} -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 +146,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 Dec 05 2024 Steven Presti - 0.23.0-1 +- New release + * Fri Sep 20 2024 Yasmin de Souza - 0.22.0-1 - New release diff --git a/sources b/sources index 38f4894..a0973e5 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (butane-0.22.0.tar.gz) = fb63d074f4d9b11a009c8d2e2b986778632d46bdfab5732d248d8b1ca86f11c78e98f3a6b7bc49489e12c4211dfc2277228e14f4e8a1a3694158c9b0f133c621 +SHA512 (butane-0.23.0.tar.gz) = 81cd2725ce663e14f5f36c16882227d156a1ac1b6208f843df3734b005cb9cfd63e3c5cb65de1610796ec5e6af37bbdb14fc7f5554b65fbd2aa4961bfc1cf922 From 5f0a91f35ac1e7bd49502cf0514a34eb7cb5f5f2 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 16 Jan 2025 13:03:08 +0000 Subject: [PATCH 13/21] Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild --- butane.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/butane.spec b/butane.spec index 4d06141..8b5ad69 100644 --- a/butane.spec +++ b/butane.spec @@ -22,7 +22,7 @@ configs for provisioning operating systems that use Ignition.} %global godocs docs README.md Name: butane -Release: 1%{?dist} +Release: 2%{?dist} Summary: Butane config transpiler License: Apache-2.0 @@ -146,6 +146,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 16 2025 Fedora Release Engineering - 0.23.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild + * Thu Dec 05 2024 Steven Presti - 0.23.0-1 - New release From a2350c3749b53cfd5b25c74254bf8ea4df456292 Mon Sep 17 00:00:00 2001 From: Steven Presti Date: Tue, 27 May 2025 13:30:09 -0400 Subject: [PATCH 14/21] butane.spec: new release v0.24.0 --- .gitignore | 1 + butane.spec | 40 ++++++++++++++++++++++------------------ sources | 2 +- 3 files changed, 24 insertions(+), 19 deletions(-) diff --git a/.gitignore b/.gitignore index 206eb3c..a364fb0 100644 --- a/.gitignore +++ b/.gitignore @@ -13,3 +13,4 @@ /butane-0.21.0.tar.gz /butane-0.22.0.tar.gz /butane-0.23.0.tar.gz +/butane-0.24.0.tar.gz diff --git a/butane.spec b/butane.spec index 8b5ad69..a42812c 100644 --- a/butane.spec +++ b/butane.spec @@ -10,7 +10,7 @@ # https://github.com/coreos/butane %global goipath github.com/coreos/butane %global gomodulesmode GO111MODULE=on -Version: 0.23.0 +Version: 0.24.0 %gometa -f @@ -22,7 +22,7 @@ configs for provisioning operating systems that use Ignition.} %global godocs docs README.md Name: butane -Release: 2%{?dist} +Release: 1%{?dist} Summary: Butane config transpiler License: Apache-2.0 @@ -39,28 +39,29 @@ Provides: fcct = %{version}-%{release} 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.20.0 -Provides: bundled(golang(github.com/coreos/ignition/v2/config/merge)) = 2.20.0 -Provides: bundled(golang(github.com/coreos/ignition/v2/config/shared/errors)) = 2.20.0 -Provides: bundled(golang(github.com/coreos/ignition/v2/config/shared/parse)) = 2.20.0 -Provides: bundled(golang(github.com/coreos/ignition/v2/config/shared/validations)) = 2.20.0 -Provides: bundled(golang(github.com/coreos/ignition/v2/config/util)) = 2.20.0 -Provides: bundled(golang(github.com/coreos/ignition/v2/config/v3_0/types)) = 2.20.0 -Provides: bundled(golang(github.com/coreos/ignition/v2/config/v3_1/types)) = 2.20.0 -Provides: bundled(golang(github.com/coreos/ignition/v2/config/v3_2/types)) = 2.20.0 -Provides: bundled(golang(github.com/coreos/ignition/v2/config/v3_3/types)) = 2.20.0 -Provides: bundled(golang(github.com/coreos/ignition/v2/config/v3_4/types)) = 2.20.0 -Provides: bundled(golang(github.com/coreos/ignition/v2/config/v3_5/types)) = 2.20.0 -Provides: bundled(golang(github.com/coreos/ignition/v2/config/v3_6_experimental/types)) = 2.20.0 -Provides: bundled(golang(github.com/coreos/ignition/v2/config/validate)) = 2.20.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/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.9.0 +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/vincent-petithory/dataurl)) = 1.0.0 Provides: bundled(golang(gopkg.in/yaml.v3)) = 3.0.1 @@ -146,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 May 27 2025 Steven Presti - 0.24.0-1 +- New release + * Thu Jan 16 2025 Fedora Release Engineering - 0.23.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild diff --git a/sources b/sources index a0973e5..68920e6 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (butane-0.23.0.tar.gz) = 81cd2725ce663e14f5f36c16882227d156a1ac1b6208f843df3734b005cb9cfd63e3c5cb65de1610796ec5e6af37bbdb14fc7f5554b65fbd2aa4961bfc1cf922 +SHA512 (butane-0.24.0.tar.gz) = 197e8b55e7131d52428db365cd8df0da18cf7964ef6dbd57155b539c75d49b6843edb582c0193bb606f08e0b91e1ec5a30086b0dec3803cdd35736d2ecee94e1 From f8d70a80e365e494c0de0d4ea9c27320dff1a703 Mon Sep 17 00:00:00 2001 From: yasminvalim Date: Tue, 15 Jul 2025 11:58:13 -0300 Subject: [PATCH 15/21] Add -s and -w flags to optimize binaries --- butane.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/butane.spec b/butane.spec index a42812c..acd3d46 100644 --- a/butane.spec +++ b/butane.spec @@ -96,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 -c8 /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 From e616dc6a45035549797f1291974f93130a0f6dd9 Mon Sep 17 00:00:00 2001 From: yasminvalim Date: Thu, 17 Jul 2025 10:42:33 -0300 Subject: [PATCH 16/21] Fix rpminspect debug symbols failure --- butane.spec | 2 +- rpminspect.yaml | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 rpminspect.yaml diff --git a/butane.spec b/butane.spec index acd3d46..a42812c 100644 --- a/butane.spec +++ b/butane.spec @@ -96,7 +96,7 @@ export GOFLAGS="-mod=vendor" echo "Building butane..." %gobuild -o ./butane internal/main.go -%global gocrossbuild go build -ldflags "${LDFLAGS:-} -s -w -B 0x$(head -c8 /dev/urandom|od -An -tx1|tr -d ' \\n')" -a -v -x +%global gocrossbuild go build -ldflags "${LDFLAGS:-} -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 diff --git a/rpminspect.yaml b/rpminspect.yaml new file mode 100644 index 0000000..54217e2 --- /dev/null +++ b/rpminspect.yaml @@ -0,0 +1,4 @@ +--- +debuginfo: + ignore: + - /usr/share/butane/butane-*-unknown-linux-gnu-static \ No newline at end of file From cfed6e5e16f99903c4e3537c6aa7567e9370d60d Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 23 Jul 2025 17:58:08 +0000 Subject: [PATCH 17/21] Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild --- butane.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/butane.spec b/butane.spec index a42812c..5f92884 100644 --- a/butane.spec +++ b/butane.spec @@ -22,7 +22,7 @@ configs for provisioning operating systems that use Ignition.} %global godocs docs README.md Name: butane -Release: 1%{?dist} +Release: 2%{?dist} Summary: Butane config transpiler License: Apache-2.0 @@ -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 +* Wed Jul 23 2025 Fedora Release Engineering - 0.24.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild + * Tue May 27 2025 Steven Presti - 0.24.0-1 - New release From 056c15d8f1279903301550bf6daa7479731acd8e Mon Sep 17 00:00:00 2001 From: Maxwell G Date: Fri, 15 Aug 2025 14:23:23 -0500 Subject: [PATCH 18/21] Rebuild for golang-1.25.0 --- butane.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/butane.spec b/butane.spec index 5f92884..96dc416 100644 --- a/butane.spec +++ b/butane.spec @@ -22,7 +22,7 @@ configs for provisioning operating systems that use Ignition.} %global godocs docs README.md Name: butane -Release: 2%{?dist} +Release: 3%{?dist} Summary: Butane config transpiler License: Apache-2.0 @@ -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 +* Fri Aug 15 2025 Maxwell G - 0.24.0-3 +- Rebuild for golang-1.25.0 + * Wed Jul 23 2025 Fedora Release Engineering - 0.24.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild From 61b0347d60e02bb20920ab8ae3245b648080a311 Mon Sep 17 00:00:00 2001 From: Tiago Bueno Date: Mon, 8 Sep 2025 14:58:07 -0300 Subject: [PATCH 19/21] butane.spec: new release v0.25.0 Signed-off-by: Tiago Bueno --- .gitignore | 1 + butane.spec | 9 ++++++--- sources | 2 +- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index a364fb0..6bbb985 100644 --- a/.gitignore +++ b/.gitignore @@ -14,3 +14,4 @@ /butane-0.22.0.tar.gz /butane-0.23.0.tar.gz /butane-0.24.0.tar.gz +/butane-0.25.0.tar.gz diff --git a/butane.spec b/butane.spec index 96dc416..92b8534 100644 --- a/butane.spec +++ b/butane.spec @@ -10,7 +10,7 @@ # https://github.com/coreos/butane %global goipath github.com/coreos/butane %global gomodulesmode GO111MODULE=on -Version: 0.24.0 +Version: 0.25.0 %gometa -f @@ -22,7 +22,7 @@ configs for provisioning operating systems that use Ignition.} %global godocs docs README.md Name: butane -Release: 3%{?dist} +Release: 1%{?dist} Summary: Butane config transpiler License: Apache-2.0 @@ -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 +* Mon Sep 08 2025 Tiago Bueno - 0.25.0-1 +- New release + * Fri Aug 15 2025 Maxwell G - 0.24.0-3 - Rebuild for golang-1.25.0 @@ -168,7 +171,7 @@ install -p -m 0644 ./butane-x86_64-unknown-linux-gnu-static %{buildroot}%{_datad * Wed Jul 17 2024 Fedora Release Engineering - 0.21.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild -* Tue Jun 6 2024 Yasmin de Souza - 0.21.0-1 +* Thu Jun 6 2024 Yasmin de Souza - 0.21.0-1 - New release * Wed Apr 24 2024 Timothée Ravier - 0.20.0-2 diff --git a/sources b/sources index 68920e6..5fbcd7f 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (butane-0.24.0.tar.gz) = 197e8b55e7131d52428db365cd8df0da18cf7964ef6dbd57155b539c75d49b6843edb582c0193bb606f08e0b91e1ec5a30086b0dec3803cdd35736d2ecee94e1 +SHA512 (butane-0.25.0.tar.gz) = 8a73528cbb4f78bcc0ee4e36974b470ab50c2310761f6bb8b3c34c2ebd20065f6124e17e4b9f11318101434992f5674e502dce29b223b1d714707f961ef2eaf9 From f156bc1ec754c0ee6e503658475a75334583a7f3 Mon Sep 17 00:00:00 2001 From: Tiago Bueno Date: Wed, 24 Sep 2025 12:19:59 -0300 Subject: [PATCH 20/21] butane.spec: new release v0.25.1 Signed-off-by: Tiago Bueno --- .gitignore | 1 + butane.spec | 35 +++++++++++++++++++---------------- sources | 2 +- 3 files changed, 21 insertions(+), 17 deletions(-) diff --git a/.gitignore b/.gitignore index 6bbb985..ac1f2be 100644 --- a/.gitignore +++ b/.gitignore @@ -15,3 +15,4 @@ /butane-0.23.0.tar.gz /butane-0.24.0.tar.gz /butane-0.25.0.tar.gz +/butane-0.25.1.tar.gz diff --git a/butane.spec b/butane.spec index 92b8534..087101e 100644 --- a/butane.spec +++ b/butane.spec @@ -10,7 +10,7 @@ # https://github.com/coreos/butane %global goipath github.com/coreos/butane %global gomodulesmode GO111MODULE=on -Version: 0.25.0 +Version: 0.25.1 %gometa -f @@ -39,27 +39,27 @@ Provides: fcct = %{version}-%{release} 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/ignition/v2/config/doc)) = 2.23.0 +Provides: bundled(golang(github.com/coreos/ignition/v2/config/merge)) = 2.23.0 +Provides: bundled(golang(github.com/coreos/ignition/v2/config/shared/errors)) = 2.23.0 +Provides: bundled(golang(github.com/coreos/ignition/v2/config/shared/parse)) = 2.23.0 +Provides: bundled(golang(github.com/coreos/ignition/v2/config/shared/validations)) = 2.23.0 +Provides: bundled(golang(github.com/coreos/ignition/v2/config/util)) = 2.23.0 +Provides: bundled(golang(github.com/coreos/ignition/v2/config/v3_0/types)) = 2.23.0 +Provides: bundled(golang(github.com/coreos/ignition/v2/config/v3_1/types)) = 2.23.0 +Provides: bundled(golang(github.com/coreos/ignition/v2/config/v3_2/types)) = 2.23.0 +Provides: bundled(golang(github.com/coreos/ignition/v2/config/v3_3/types)) = 2.23.0 +Provides: bundled(golang(github.com/coreos/ignition/v2/config/v3_4/types)) = 2.23.0 +Provides: bundled(golang(github.com/coreos/ignition/v2/config/v3_5/types)) = 2.23.0 +Provides: bundled(golang(github.com/coreos/ignition/v2/config/v3_6_experimental/types)) = 2.23.0 +Provides: bundled(golang(github.com/coreos/ignition/v2/config/validate)) = 2.23.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/spf13/pflag)) = 1.0.7 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/vincent-petithory/dataurl)) = 1.0.0 @@ -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 +* Wed Sep 24 2025 Tiago Bueno - 0.25.1-1 +- New release + * Mon Sep 08 2025 Tiago Bueno - 0.25.0-1 - New release diff --git a/sources b/sources index 5fbcd7f..b9f9a88 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (butane-0.25.0.tar.gz) = 8a73528cbb4f78bcc0ee4e36974b470ab50c2310761f6bb8b3c34c2ebd20065f6124e17e4b9f11318101434992f5674e502dce29b223b1d714707f961ef2eaf9 +SHA512 (butane-0.25.1.tar.gz) = 602f0075381cb98096b7a7cb1d7df8542f86f1391b2071029a72193237b0596063c758b989e118a0eef5ae9d070f98c36811bb92bb03a99dfc86832995e291bb From bb7081cfc34377f2d5ee8595033377de16d16fc7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alejandro=20S=C3=A1ez?= Date: Fri, 10 Oct 2025 13:09:36 +0200 Subject: [PATCH 21/21] rebuild --- butane.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/butane.spec b/butane.spec index 087101e..014bda4 100644 --- a/butane.spec +++ b/butane.spec @@ -22,7 +22,7 @@ configs for provisioning operating systems that use Ignition.} %global godocs docs README.md Name: butane -Release: 1%{?dist} +Release: 2%{?dist} Summary: Butane config transpiler License: Apache-2.0 @@ -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 +* Fri Oct 10 2025 Alejandro Sáez - 0.25.1-2 +- rebuild + * Wed Sep 24 2025 Tiago Bueno - 0.25.1-1 - New release