!13 update error patch :fix error fcos version
From: @duyiwei7w Reviewed-by: @yangzhao_kl Signed-off-by: @yangzhao_kl
This commit is contained in:
commit
1558991c68
@ -16,11 +16,11 @@ index 4d095b2..2518f31 100644
|
||||
RegisterTranslator("fcos", "1.5.0", fcos1_5.ToIgn3_4Bytes)
|
||||
RegisterTranslator("fcos", "1.6.0-experimental", fcos1_6_exp.ToIgn3_5Bytes)
|
||||
+ RegisterTranslator("nestos", "1.0.0", fcos1_0.ToIgn3_0Bytes)
|
||||
+ RegisterTranslator("nestos", "1.1.0", fcos1_0.ToIgn3_1Bytes)
|
||||
+ RegisterTranslator("nestos", "1.2.0", fcos1_0.ToIgn3_2Bytes)
|
||||
+ RegisterTranslator("nestos", "1.3.0", fcos1_0.ToIgn3_2Bytes)
|
||||
+ RegisterTranslator("nestos", "1.4.0", fcos1_0.ToIgn3_3Bytes)
|
||||
+ RegisterTranslator("nestos", "1.5.0", fcos1_0.ToIgn3_4Bytes)
|
||||
+ 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", fcos1_5.ToIgn3_4Bytes)
|
||||
+ RegisterTranslator("nestos", "1.6.0-experimental", fcos1_6_exp.ToIgn3_5Bytes)
|
||||
RegisterTranslator("flatcar", "1.0.0", flatcar1_0.ToIgn3_3Bytes)
|
||||
RegisterTranslator("flatcar", "1.1.0", flatcar1_1.ToIgn3_4Bytes)
|
||||
|
||||
@ -21,7 +21,7 @@ configs for provisioning operating systems that use Ignition.}
|
||||
|
||||
Name: butane
|
||||
Version: 0.20.0
|
||||
Release: 2
|
||||
Release: 3
|
||||
Summary: Butane config transpiler
|
||||
|
||||
License: Apache-2.0
|
||||
@ -108,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
|
||||
* Mon Nov 25 2024 duyiwei <duyiwei@kylinos.cn> - 0.20.0-3
|
||||
- fix error patch
|
||||
|
||||
* Thu Apr 11 2024 duyiwei <duyiwei@kylios.cn> - 0.20.0-2
|
||||
- fix error translate version
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user