| Summary: | missing check/groupadd in %pre | ||
|---|---|---|---|
| Product: | Branch 4.0 | Reporter: | Michael Shigorin <mike> |
| Component: | libutempter | Assignee: | Dmitry V. Levin <ldv> |
| Status: | CLOSED WORKSFORME | QA Contact: | Q.A. 4.0 <qa-4.0> |
| Severity: | normal | ||
| Priority: | P2 | ||
| Version: | 4.0 | ||
| Hardware: | all | ||
| OS: | Linux | ||
|
Description
Michael Shigorin
2008-12-24 20:16:51 MSK
Не верю.
$ rpmquery -pR 4.0/files/x86_64/RPMS/libutempter-1.1.5-alt1.x86_64.rpm |fgrep shadow
shadow-utils
$ rpmquery -pR Sisyphus/files/x86_64/RPMS/libutempter-1.1.5-alt2.x86_64.rpm |fgrep groupadd
/usr/sbin/groupadd
$ rpmquery --qf '%{prein}\n' -p 4.0/files/x86_64/RPMS/libutempter-1.1.5-alt1.x86_64.rpm
/usr/sbin/groupadd -r -f utmp
/usr/sbin/groupadd -r -f utempter
|