Add Requires for utilities used in the OOBE script
The OOBE script uses adduser from the shadow-utils package and systemctl to inspect service state, so we should require those be installed. This is particularly important for users building custom WSL images since we explicitly list both those packages in our Kiwi config. Suggested-by: Simon de Vlieger <supakeen@redhat.com> Signed-off-by: Jeremy Cline <jeremycline@linux.microsoft.com>
This commit is contained in:
parent
fc30a377e8
commit
99ab88e361
@ -20,6 +20,9 @@ BuildRequires: systemd-rpm-macros
|
||||
# Needed for the distribution icon
|
||||
Requires: system-logos
|
||||
|
||||
# Utilities used by the OOBE script
|
||||
Requires: shadow-utils
|
||||
Requires: systemd
|
||||
|
||||
%description
|
||||
Provides WSL specific configuration files and first-time setup script.
|
||||
|
Loading…
Reference in New Issue
Block a user