nuageinit: use lyaml to parse yaml files
This fixes case where vendors or cloudinit consumers are using all features from yaml. KDE is using reference for its CI for example. lima-vm uses syntax for which our previous yaml.lua has bug in the parser (https://github.com/lima-vm/lima/issues/1508)
This commit is contained in:
@@ -51,6 +51,9 @@
|
||||
# xargs -n1 | sort | uniq -d;
|
||||
# done
|
||||
|
||||
# 20250626: replace yaml.lua with lyaml
|
||||
OLD_FILES+=usr/share/flua/yaml.lua
|
||||
|
||||
# 20250623: fscandir() renamed to fdscandir()
|
||||
OLD_FILES+=usr/share/man/man3/fscandir.3.gz
|
||||
OLD_FILES+=usr/share/man/man3/fscandir_b.3.gz
|
||||
|
||||
Reference in New Issue
Block a user