diff --git a/butane.spec b/butane.spec index 057818a..36ab12d 100644 --- a/butane.spec +++ b/butane.spec @@ -20,7 +20,7 @@ configs for provisioning operating systems that use Ignition.} %global godocs docs README.md Name: butane -Version: 0.18.0 +Version: 0.20.0 Release: 1 Summary: Butane config transpiler @@ -33,33 +33,6 @@ Provides: nestos-config-transpiler = %{version}-%{release} Obsoletes: nestos-config-transpiler < 0.10.0-2 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/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/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/vincent-petithory/dataurl)) = 1.0.0 -Provides: bundled(golang(gopkg.in/yaml.v3)) = 3.0.1 - %description %{common_description} @@ -135,6 +108,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 Mar 07 2024 chendexi - 0.20.0-1 +- Upgrade to 0.20.0 + * Mon Jan 15 2024 lijian - 0.18.0-1 - Upgrade to 0.18.0 diff --git a/v0.18.0.tar.gz b/v0.18.0.tar.gz deleted file mode 100644 index 75bd4a0..0000000 Binary files a/v0.18.0.tar.gz and /dev/null differ diff --git a/v0.20.0.tar.gz b/v0.20.0.tar.gz new file mode 100644 index 0000000..c6de6dc Binary files /dev/null and b/v0.20.0.tar.gz differ