Bug 1227070

Summary: gettext.sh missing dependency on envsubst
Product: [openSUSE] openSUSE Tumbleweed Reporter: Paul Fee <pafee>
Component: DevelopmentAssignee: Christian Vögl <christian.voegl>
Status: NEW --- QA Contact: E-mail List <qa-bugs>
Severity: Normal    
Priority: P5 - None    
Version: Current   
Target Milestone: ---   
Hardware: x86-64   
OS: Linux   
Whiteboard:
Found By: --- Services Priority:
Business Priority: Blocker: ---
Marketing QA Status: --- IT Deployment: ---

Description Paul Fee 2024-06-26 10:42:36 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?
Comment 1 Paul Fee 2024-06-26 10:44:03 UTC
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.