Summary: | shell.req adds dependency on files inside conditionals | ||||||||
---|---|---|---|---|---|---|---|---|---|
Product: | Sisyphus | Reporter: | viy <viy> | ||||||
Component: | rpm-build | Assignee: | at <at> | ||||||
Status: | CLOSED DUPLICATE | QA Contact: | qa-sisyphus | ||||||
Severity: | normal | ||||||||
Priority: | P2 | CC: | arseny, glebfm, imz, ldv, placeholder, vt | ||||||
Version: | unstable | ||||||||
Hardware: | all | ||||||||
OS: | Linux | ||||||||
Attachments: |
|
Description
viy
2008-02-05 19:14:17 MSK
shell.req adds dependencies on files inside conditionals - reassigned to author (In reply to comment #0) > конструкции вида > /etc/rc.d/init.d/jboss4 > if [ -f /lib/lsb/init-functions ]; then > ... > else > ... > fi > приводят к появлению > $ rpmquery --requires -p jboss4-4.0.3.1-alt2_5jpp5.0.noarch.rpm | grep lsb > /lib/lsb/init-functions Ничего подобного, конечно, не происходит. Наверняка где-то в коде присутствует загрузка этого файла. Created attachment 2414 [details]
не то
прикладываю оригинальный скрипт, на котором заметил эту странную зависисимость.
Comment on attachment 2414 [details]
не то
sorry
Created attachment 2415 [details]
вот теперь то
прилагаю оригинальный скрипт, на который была проставлена зависисмость. там еще есть конструкция [ -f /lib/lsb/init-functions ] && . /lib/lsb/init-functions но все равно это conditional... REOPEN? (In reply to comment #6) > прилагаю оригинальный скрипт, на который была проставлена зависисмость. > там еще есть конструкция > [ -f /lib/lsb/init-functions ] && . /lib/lsb/init-functions > но все равно это conditional... > REOPEN? Это было, есть и вряд ли куда-то денется. *** This bug has been marked as a duplicate of 14244 *** ok |