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