diff --git a/.gitignore b/.gitignore index 4d8a195..ac1f2be 100644 --- a/.gitignore +++ b/.gitignore @@ -8,3 +8,11 @@ /butane-0.16.0.tar.gz /butane-0.17.0.tar.gz /butane-0.18.0.tar.gz +/butane-0.19.0.tar.gz +/butane-0.20.0.tar.gz +/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 diff --git a/butane.spec b/butane.spec index ca35e00..014bda4 100644 --- a/butane.spec +++ b/butane.spec @@ -10,9 +10,9 @@ # https://github.com/coreos/butane %global goipath github.com/coreos/butane %global gomodulesmode GO111MODULE=on -Version: 0.18.0 +Version: 0.25.1 -%gometa +%gometa -f %global common_description %{expand: Butane translates human-readable Butane Configs into machine-readable Ignition @@ -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,26 +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/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.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.8.2 +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 @@ -93,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:-} -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 @@ -144,6 +147,60 @@ 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 + +* 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 + +* 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 + +* 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 + +* 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 + +* Thu 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 + +* 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 + +* 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 + +* 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 + * Tue Mar 28 2023 Steven Presti - 0.18.0-1 - New release 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 diff --git a/sources b/sources index 2354a62..b9f9a88 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (butane-0.18.0.tar.gz) = 236a580e30fb8279198ee95502514b920045ec32a0cfd8486967066b4b2a33c59671890f3aad89ea2a1f8cc873eb6110b78c1849fb667e9df51c7361d67d78cd +SHA512 (butane-0.25.1.tar.gz) = 602f0075381cb98096b7a7cb1d7df8542f86f1391b2071029a72193237b0596063c758b989e118a0eef5ae9d070f98c36811bb92bb03a99dfc86832995e291bb