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 e914cba..e18e15a 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 @@ -39,27 +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.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.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.8.4 +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 @@ -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,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 May 28 2025 Steven Presti - 0.24.0-1 +- new version + * Thu Dec 12 2024 Yasmin Valim - 0.23.0-1 - new version 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