Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

rpm package has missing dependencies #3447

Closed
lfarkas opened this issue Nov 8, 2017 · 1 comment
Closed

rpm package has missing dependencies #3447

lfarkas opened this issue Nov 8, 2017 · 1 comment
Milestone

Comments

@lfarkas
Copy link

lfarkas commented Nov 8, 2017

the rpm package has a missing dependencies. it's try to add user with useradd but do not depend on it. which is not a problem in most case but in case of a kickstart install this cause a problem since it happened that shadow-utils(which contains useradd) installed after this package.

so the spec file should have to modified and add these lines:
Requires(post): /usr/sbin/useradd

@lfarkas
Copy link
Author

lfarkas commented Nov 8, 2017

the same bug was fixed in the latest influxdb : influxdata/influxdb#8951

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants