Bugzilla – Bug 1131957
%install_info using bash syntax
Last modified: 2023-04-06 15:26:26 UTC
The %install_info macro from rpm-config-SUSE uses bash syntax, but is executed with /bin/sh. In our minimal containers /bin/sh is busybox, not bash, so we cannot add any package to it which has info pages. See: https://github.com/openSUSE/rpm-config-SUSE/pull/8