Skip to content

Commit

Permalink
Add shadow-utils dependency to rpm package (#3505)
Browse files Browse the repository at this point in the history
  • Loading branch information
ljagiello authored and danielnelson committed Nov 28, 2017
1 parent 27994ab commit 6514399
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/build.py
Original file line number Diff line number Diff line change
Expand Up @@ -646,7 +646,7 @@ def package(build_output, pkg_name, version, nightly=False, iteration=1, static=
package_build_root,
current_location)
if package_type == "rpm":
fpm_command += "--depends coreutils --rpm-posttrans {}".format(POSTINST_SCRIPT)
fpm_command += "--depends coreutils --depends shadow-utils --rpm-posttrans {}".format(POSTINST_SCRIPT)
out = run(fpm_command, shell=True)
matches = re.search(':path=>"(.*)"', out)
outfile = None
Expand Down

0 comments on commit 6514399

Please sign in to comment.