From f0784208798c306f5e50593e4d00e5b5baa06adb Mon Sep 17 00:00:00 2001 From: Christian Kellner Date: Wed, 29 Jun 2022 20:38:36 +0200 Subject: [PATCH] manifests/fedora-container: persist _install_langs Persist the `_install_langs` via the new `org.osbuild.rpm.macros` stage. --- test/data/manifests/fedora-container.json | 11 +++++++++++ test/data/manifests/fedora-container.mpp.json | 11 +++++++++++ 2 files changed, 22 insertions(+) diff --git a/test/data/manifests/fedora-container.json b/test/data/manifests/fedora-container.json index 6adba2d0..1ec141fd 100644 --- a/test/data/manifests/fedora-container.json +++ b/test/data/manifests/fedora-container.json @@ -552,6 +552,17 @@ ] } }, + { + "type": "org.osbuild.rpm.macros", + "options": { + "filename": "/etc/rpm/macros.image-language-conf", + "macros": { + "_install_langs": [ + "en_US" + ] + } + } + }, { "type": "org.osbuild.locale", "options": { diff --git a/test/data/manifests/fedora-container.mpp.json b/test/data/manifests/fedora-container.mpp.json index 02449272..01e6cd9b 100644 --- a/test/data/manifests/fedora-container.mpp.json +++ b/test/data/manifests/fedora-container.mpp.json @@ -67,6 +67,17 @@ ] } }, + { + "type": "org.osbuild.rpm.macros", + "options": { + "filename": "/etc/rpm/macros.image-language-conf", + "macros": { + "_install_langs": [ + "en_US" + ] + } + } + }, { "type": "org.osbuild.locale", "options": {