In some situations, build script of GNU Hello attempts to run makeinfo. This has caused hard to debug errors for people trying to
follow the tutorial. As a quick fix, BuildRequire texinfo which
provides that command. A better fix would be adjust GNU Hello's build
so that it is deterministic and the required toolset does not depend on
the environment where the build is started.
In some situations, build script of GNU Hello attempts to run
makeinfo. This has caused hard to debug errors for people trying tofollow the tutorial. As a quick fix, BuildRequire
texinfowhichprovides that command. A better fix would be adjust GNU Hello's build
so that it is deterministic and the required toolset does not depend on
the environment where the build is started.
Fixes #97