Add comments regarding rhbz#2104346

Signed-off-by: W. Michael Petullo <mike@flyn.org>
This commit is contained in:
W. Michael Petullo 2022-07-29 18:59:40 -05:00
parent 4ef672a559
commit 5c9a60e699
1 changed files with 6 additions and 0 deletions

View File

@ -39,6 +39,12 @@ BuildRequires: golang(github.com/bep/golibsass/libsass) >= 0.7.0
Requires: golang-bin
Requires: hugo-bin
# This is in response to Red Hat Bugzilla #2104346. The full dependencies for
# Hugo are large, including GCC and the Go toolchain. For example,
# "hugo server" will not work without these. It might be beneficial to
# install a smaller package in some instances---such as CI pipelines---that do
# not require "hugo server". Installing hugo-bin rather than hugo avoids the
# dependencies.
%package bin
Summary: The worlds fastest framework for building websites - binary