diff --git a/butane-0.14.0.tar.gz b/butane-0.14.0.tar.gz deleted file mode 100644 index 27b8cd55df54c8547ac935a2cb53835b3c2ae784..0000000000000000000000000000000000000000 Binary files a/butane-0.14.0.tar.gz and /dev/null differ diff --git a/butane-0.17.0.tar.gz b/butane-0.17.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..bb5579ef15990ec19d5bb10c2d940232115c5c7a Binary files /dev/null and b/butane-0.17.0.tar.gz differ diff --git a/butane.spec b/butane.spec index 6f20d3081d5acd6a98548fc5bc78321254b3ca14..95c6ddeba3fd1f3947364e3b89e608c9255326d8 100644 --- a/butane.spec +++ b/butane.spec @@ -17,50 +17,22 @@ Butane translates human-readable Butane Configs into machine-readable Ignition configs for provisioning operating systems that use Ignition.} %global golicenses LICENSE -%global godocs docs README.md NEWS +%global godocs docs README.md Name: butane -Version: 0.14.0 -Release: 3 +Version: 0.17.0 +Release: 1 Summary: Butane config transpiler # Upstream license specification: Apache-2.0 License: ASL 2.0 URL: https://github.com/coreos/butane -Source0: butane-0.14.0.tar.gz -Patch0: support-nestos-variant.patch +Source0: butane-0.17.0.tar.gz BuildRequires: golang 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.14.1 -Provides: bundled(golang(github.com/coreos/go-semver/semver)) = 0.3.0 -Provides: bundled(golang(github.com/coreos/go-systemd/unit)) = 0.0.0-20190321100706.git95778dfbb74e -Provides: bundled(golang(github.com/coreos/go-systemd/v22/unit)) = 0.0.0-20190321100706.git95778dfbb74e -Provides: bundled(golang(github.com/coreos/ignition/v2/config/merge)) = 2.13.0 -Provides: bundled(golang(github.com/coreos/ignition/v2/config/shared/errors)) = 2.13.0 -Provides: bundled(golang(github.com/coreos/ignition/v2/config/shared/validations)) = 2.13.0 -Provides: bundled(golang(github.com/coreos/ignition/v2/config/util)) = 2.13.0 -Provides: bundled(golang(github.com/coreos/ignition/v2/config/v3_0/types)) = 2.13.0 -Provides: bundled(golang(github.com/coreos/ignition/v2/config/v3_1/types)) = 2.13.0 -Provides: bundled(golang(github.com/coreos/ignition/v2/config/v3_2/types)) = 2.13.0 -Provides: bundled(golang(github.com/coreos/ignition/v2/config/v3_3/types)) = 2.13.0 -Provides: bundled(golang(github.com/coreos/ignition/v2/config/v3_4_experimental/types)) = 2.13.0 -Provides: bundled(golang(github.com/coreos/ignition/v2/config/validate)) = 2.13.0 -Provides: bundled(golang(github.com/coreos/vcontext/json)) = 0.0.0-20211021162308.gitf1dbbca7bef4 -Provides: bundled(golang(github.com/coreos/vcontext/path)) = 0.0.0-20211021162308.gitf1dbbca7bef4 -Provides: bundled(golang(github.com/coreos/vcontext/report)) = 0.0.0-20211021162308.gitf1dbbca7bef4 -Provides: bundled(golang(github.com/coreos/vcontext/tree)) = 0.0.0-20211021162308.gitf1dbbca7bef4 -Provides: bundled(golang(github.com/coreos/vcontext/validate)) = 0.0.0-20211021162308.gitf1dbbca7bef4 -Provides: bundled(golang(github.com/coreos/vcontext/yaml)) = 0.0.0-20211021162308.gitf1dbbca7bef4 -Provides: bundled(golang(github.com/davecgh/go-spew/spew)) = 1.1.1 -Provides: bundled(golang(github.com/spf13/pflag)) = 1.0.6-0.20210604193023.gitd5e0c0615ace -Provides: bundled(golang(github.com/stretchr/testify/assert)) = 1.7.0 -Provides: bundled(golang(github.com/vincent-petithory/dataurl)) = 1.0.0 -Provides: bundled(golang(gopkg.in/yaml.v3)) = 3.0.0-20210107192922.git496545a6307b - %description %{common_description} @@ -127,6 +99,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 28 2024 duyiwei - 0.17.0-1 +- upgrade version to 0.17.0 + * Fri Dec 01 2023 chendexi - 0.14.0-3 - Delete the compilation of ppc64 and s390 architecture diff --git a/support-nestos-variant.patch b/support-nestos-variant.patch deleted file mode 100644 index 04b86d623dcbe292a052bef1971bb38e5d679de0..0000000000000000000000000000000000000000 --- a/support-nestos-variant.patch +++ /dev/null @@ -1,15 +0,0 @@ ---- butane-0.14.0/config/config.go 2022-01-28 05:32:23.000000000 +0800 -+++ butane-0.14.0-new/config/config.go 2022-10-26 11:15:02.844757275 +0800 -@@ -52,6 +52,12 @@ func init() { - RegisterTranslator("fcos", "1.3.0", fcos1_3.ToIgn3_2Bytes) - RegisterTranslator("fcos", "1.4.0", fcos1_4.ToIgn3_3Bytes) - RegisterTranslator("fcos", "1.5.0-experimental", fcos1_5_exp.ToIgn3_4Bytes) -+ RegisterTranslator("nestos", "1.0.0", fcos1_0.ToIgn3_0Bytes) -+ RegisterTranslator("nestos", "1.1.0", fcos1_1.ToIgn3_1Bytes) -+ RegisterTranslator("nestos", "1.2.0", fcos1_2.ToIgn3_2Bytes) -+ RegisterTranslator("nestos", "1.3.0", fcos1_3.ToIgn3_2Bytes) -+ RegisterTranslator("nestos", "1.4.0", fcos1_4.ToIgn3_3Bytes) -+ RegisterTranslator("nestos", "1.5.0-experimental", fcos1_5_exp.ToIgn3_4Bytes) - RegisterTranslator("openshift", "4.8.0", openshift4_8.ToConfigBytes) - RegisterTranslator("openshift", "4.9.0", openshift4_9.ToConfigBytes) - RegisterTranslator("openshift", "4.10.0", openshift4_10.ToConfigBytes)