| Summary: | Wrong dependencies on perl-base | ||
|---|---|---|---|
| Product: | Sisyphus | Reporter: | Sir Raorn <raorn> |
| Component: | postgresql-server | Assignee: | Kostya Timoshenko <kt> |
| Status: | CLOSED FIXED | QA Contact: | |
| Severity: | major | ||
| Priority: | P5 | ||
| Version: | unstable | ||
| Hardware: | all | ||
| OS: | Linux | ||
насколько я понял это исправлено |
[<a href="mailto:root@hell" target="_new">root@hell</a> root]# rpm -q --requires postgresql-server | grep perl perl-base [<a href="mailto:root@hell" target="_new">root@hell</a> root]# rpm -ql postgresql-server | xargs ldd 2>/dev/null | grep perl | wc -l 0 [<a href="mailto:root@hell" target="_new">root@hell</a> root]# rpm -ql postgresql-server | xargs file | grep perl | wc -l 0 [<a href="mailto:root@hell" target="_new">root@hell</a> root]# rpm -ql postgresql-server | xargs ldd 2>/dev/null | grep perl | wc -l 0 [<a href="mailto:root@hell" target="_new">root@hell</a> root]# rpm -q --scripts postgresql-server | grep perl perl -pi -e \'s|^(SYSLOGD_OPTIONS=.*) ?-a /var/lib/pgsql-root/dev/log|$1|\' \"$SYSLOGD_CONFIG\" So, perl is needed only for postinstall script and this can be done via subst (with requires to new sed) --- ---