[Bug 1227070] New: gettext.sh missing dependency on envsubst
https://bugzilla.suse.com/show_bug.cgi?id=1227070 Bug ID: 1227070 Summary: gettext.sh missing dependency on envsubst Classification: openSUSE Product: openSUSE Tumbleweed Version: Current Hardware: x86-64 OS: Linux Status: NEW Severity: Normal Priority: P5 - None Component: Development Assignee: screening-team-bugs@suse.de Reporter: pafee@tycoint.com QA Contact: qa-bugs@suse.de Target Milestone: --- Found By: --- Blocker: --- 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? -- You are receiving this mail because: You are on the CC list for the bug.
https://bugzilla.suse.com/show_bug.cgi?id=1227070 https://bugzilla.suse.com/show_bug.cgi?id=1227070#c1 --- Comment #1 from Paul Fee <pafee@tycoint.com> --- 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. -- You are receiving this mail because: You are on the CC list for the bug.
https://bugzilla.suse.com/show_bug.cgi?id=1227070 https://bugzilla.suse.com/show_bug.cgi?id=1227070#c4 hui <sturm-fr@web.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|REOPENED |RESOLVED --- Comment #4 from hui <sturm-fr@web.de> --- :~> rpm -qf /usr/bin/gettext.sh gettext-runtime-0.22.5-7.1.x86_64 :~> rpm -q gettext-runtime --requires | grep envsubst envsubst = 0.22.5 :~> rpm -q --whatrequires envsubst gettext-runtime-0.22.5-7.1.x86_64 -- You are receiving this mail because: You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@suse.com