[<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) --- ---
насколько я понял это исправлено