Skip to content

Commit

Permalink
adding usermod, groupadd, useradd to requires for rpm
Browse files Browse the repository at this point in the history
Signed-off-by: Felippe Burk <[email protected]>
  • Loading branch information
felippeb committed Nov 29, 2023
1 parent 28039bd commit f9ecaf7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pkg/rpm/salt.spec
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,9 @@ Requires: dmidecode
Requires: pciutils
Requires: which
Requires: openssl
Requires: /usr/sbin/usermod
Requires: /usr/sbin/groupadd
Requires: /usr/sbin/useradd

BuildRequires: python3
BuildRequires: python3-pip
Expand Down

0 comments on commit f9ecaf7

Please sign in to comment.