Compare commits

...
Sign in to create a new pull request.

9 commits

Author SHA1 Message Date
Alejandro Sáez
bb7081cfc3 rebuild 2025-10-10 13:09:36 +02:00
Tiago Bueno
f156bc1ec7
butane.spec: new release v0.25.1
Signed-off-by: Tiago Bueno <tiago.bueno@gmail.com>
2025-09-24 12:19:59 -03:00
Tiago Bueno
61b0347d60
butane.spec: new release v0.25.0
Signed-off-by: Tiago Bueno <tiago.bueno@gmail.com>
2025-09-08 14:58:07 -03:00
Maxwell G
056c15d8f1 Rebuild for golang-1.25.0 2025-08-15 14:23:23 -05:00
Fedora Release Engineering
cfed6e5e16 Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild 2025-07-23 17:58:08 +00:00
yasminvalim
e616dc6a45 Fix rpminspect debug symbols failure 2025-07-17 10:42:33 -03:00
yasminvalim
f8d70a80e3 Add -s and -w flags to optimize binaries 2025-07-15 11:58:13 -03:00
Steven Presti
a2350c3749 butane.spec: new release v0.24.0 2025-05-27 13:30:09 -04:00
Fedora Release Engineering
5f0a91f35a Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild 2025-01-16 13:03:08 +00:00
4 changed files with 49 additions and 20 deletions

3
.gitignore vendored
View file

@ -13,3 +13,6 @@
/butane-0.21.0.tar.gz
/butane-0.22.0.tar.gz
/butane-0.23.0.tar.gz
/butane-0.24.0.tar.gz
/butane-0.25.0.tar.gz
/butane-0.25.1.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.23.0
Version: 0.25.1
%gometa -f
@ -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
@ -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.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-0.20210604193023.gitd5e0c0615ace
Provides: bundled(golang(github.com/stretchr/testify/assert)) = 1.9.0
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
Provides: bundled(golang(gopkg.in/yaml.v3)) = 3.0.1
@ -146,6 +147,27 @@ 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 <asm@redhat.com> - 0.25.1-2
- rebuild
* Wed Sep 24 2025 Tiago Bueno <tiago.bueno@gmail.com> - 0.25.1-1
- New release
* Mon Sep 08 2025 Tiago Bueno <tiago.bueno@gmail.com> - 0.25.0-1
- New release
* Fri Aug 15 2025 Maxwell G <maxwell@gtmx.me> - 0.24.0-3
- Rebuild for golang-1.25.0
* Wed Jul 23 2025 Fedora Release Engineering <releng@fedoraproject.org> - 0.24.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild
* Tue May 27 2025 Steven Presti <spresti@redhat.com> - 0.24.0-1
- New release
* Thu Jan 16 2025 Fedora Release Engineering <releng@fedoraproject.org> - 0.23.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild
* Thu Dec 05 2024 Steven Presti <spresti@redhat.com> - 0.23.0-1
- New release
@ -155,7 +177,7 @@ install -p -m 0644 ./butane-x86_64-unknown-linux-gnu-static %{buildroot}%{_datad
* Wed Jul 17 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.21.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
* Tue Jun 6 2024 Yasmin de Souza <ydesouza@redhat.com> - 0.21.0-1
* Thu Jun 6 2024 Yasmin de Souza <ydesouza@redhat.com> - 0.21.0-1
- New release
* Wed Apr 24 2024 Timothée Ravier <tim@siosm.fr> - 0.20.0-2

4
rpminspect.yaml Normal file
View file

@ -0,0 +1,4 @@
---
debuginfo:
ignore:
- /usr/share/butane/butane-*-unknown-linux-gnu-static

View file

@ -1 +1 @@
SHA512 (butane-0.23.0.tar.gz) = 81cd2725ce663e14f5f36c16882227d156a1ac1b6208f843df3734b005cb9cfd63e3c5cb65de1610796ec5e6af37bbdb14fc7f5554b65fbd2aa4961bfc1cf922
SHA512 (butane-0.25.1.tar.gz) = 602f0075381cb98096b7a7cb1d7df8542f86f1391b2071029a72193237b0596063c758b989e118a0eef5ae9d070f98c36811bb92bb03a99dfc86832995e291bb