Bugzilla – Bug 1227070
gettext.sh missing dependency on envsubst
Last modified: 2024-06-28 07:59:51 UTC
Using "git submodule status", I see unexpected error text alongside the expected output. $ git submodule status /usr/bin/gettext.sh: line 88: envsubst: command not found /usr/bin/gettext.sh: line 88: envsubst: command not found <expected output follows> Within gettext.sh, line 88 invokes envsubst. This used to be provided by the gettext-runtime package, however has split out into a separate envsubst package (built from the same source RPM as as gettext-runtime. Should the gettext-runtime binary RPM have a "requires" dependency on envsubst?
envsubst was split out into a separate package here: https://build.opensuse.org/request/show/1179033 Tue May 14 10:06:12 UTC 2024 - Dan Čermák <dcermak@suse.com> - Split out envsubst into a separate package This allows us to pull in envsubst into containers without enlarging them substantially. Additionally, this binary is standalone and useful outside of the context of gettext.