Bug 956

Summary: unrar has to require(post) and require(preun) chkconfig
Product: Fedora Reporter: Julian Sikorski <belegdol>
Component: unrarAssignee: Conrad Meyer <konrad>
Status: RESOLVED FIXED    
Severity: normal CC: andreas, hans
Priority: P5    
Version: 14   
Hardware: All   
OS: GNU/Linux   
namespace:

Description Julian Sikorski 2009-11-21 01:58:48 CET
Fro unrar spec:

%preun
if [ "$1" -eq 0 ]; then
        %{_sbindir}/alternatives \
                --remove un%{name} %{_bindir}/un%{name}-nonfree || :
fi

alternatives is provided by chkconfig. While this works for “arch” builds, noarch ones fail (have a look at sdlmame-data 0.134) since nothing pulls in the said package, and the alternatives command fails. Affects F-12 and devel.
Comment 1 Conrad Meyer 2009-11-21 03:17:01 CET
Fixed in devel/ and F12/, thanks for reporting. Builds are here:
http://buildsys.rpmfusion.org/build-status/job.psp?uid=5599
http://buildsys.rpmfusion.org/build-status/job.psp?uid=5600