Skip to content

Commit

Permalink
ON-16132: Sysusers.d compatible cplane user admin merge
Browse files Browse the repository at this point in the history
Adds line omitted from 19c4559 by merge 0481682.
  • Loading branch information
pcolledg-amd committed Nov 25, 2024
1 parent 1d4c484 commit 77557b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/onload_misc/openonload.spec
Original file line number Diff line number Diff line change
Expand Up @@ -374,7 +374,7 @@ mkdir -p "$i_prefix/etc/depmod.d"
%{?debug:--debug} %{?setuid:--setuid} %{?moddir:--moddir=%moddir} \
%{?with_user: --userfiles --modprobe --modulesloadd --udev} \
%{?with_kmod: --kernelfiles --kernelver "%{kernel}"} \
%{?with_devel: --headers}
%{?with_devel: --headers} %{?_sysusersdir:--adduser}
%endif
%if %{with user}
# Removing these files is fine since they would only ever be generated on a build machine.
Expand Down

0 comments on commit 77557b9

Please sign in to comment.