You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: