Bug 19642

Summary: ошибка в %post
Product: Sisyphus Reporter: Sergey V Turchin <zerg>
Component: readomAssignee: placeholder <placeholder>
Status: CLOSED FIXED QA Contact: qa-sisyphus
Severity: blocker    
Priority: P3 CC: glebfm, ldv, mike, placeholder
Version: unstable   
Hardware: all   
OS: Linux   

Description Sergey V Turchin 2009-04-16 19:14:29 MSD
Невозможно собрать пакет, зависимый от readcd, т.к. в тесте на установку ошибка

rpmi: readcd-6:2.01.01-alt2a03.0 installed
control: No such facility: readcd
error: execution of %post scriptlet from readcd-2.01.01-alt2a03.0 failed, exit status 1
Comment 1 Michael Shigorin 2011-10-27 11:13:15 MSK
$ sudo apt-get install readcd
Reading Package Lists... Done
Building Dependency Tree... Done
Selecting readom for 'readcd'
readom is already the newest version.
0 upgraded, 0 newly installed, 0 removed and 31 not upgraded.
$ rpm -q --scripts readom
preinstall scriptlet (through /bin/sh):

if [ $1 -ge 2 ]; then 
        /usr/sbin/control-dump readom 
fi
postinstall scriptlet (through /bin/sh):

if [ $1 -ge 2 ]; then 
        /usr/sbin/control-restore readom 
else 
        for facility in readom; do 
                /usr/sbin/control "$facility" public 
        done 
fi
Comment 2 Dmitry V. Levin 2011-10-27 13:32:31 MSK
Эх, нет чтобы и остальные баги вешались сразу в исправленном виде! :)