| Summary: | usbmuxd yum update fails when deleting old version 1.0.8-8 | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | FENG Haibo <feng.haibo> |
| Component: | usbmuxd | Assignee: | Peter Robinson <pbrobinson> |
| Status: | CLOSED DUPLICATE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 20 | CC: | admiller, bnocera, cfergeau, ffesti, firas.alkafri, packaging-team-maint, pbrobinson, pmatilai, zpavlas |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2013-10-23 09:35:43 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
|
Description
FENG Haibo
2013-10-23 09:05:26 UTC
So after upgrade there are 2 versions of usbmuxd: [haibo@fhbfcl lnx_wks]$ rpm -qa|grep usbmuxd usbmuxd-1.0.8-10.fc20.i686 usbmuxd-1.0.8-8.fc20.i686 rpm remove fails either: [haibo@fhbfcl ~]$ sudo rpm -e usbmuxd --nodeps [sudo] password for haibo: /var/tmp/rpm-tmp.XAfIEo: line 1: fg: no job control /var/tmp/rpm-tmp.XAfIEo: line 3: fg: no job control /var/tmp/rpm-tmp.XAfIEo: line 5: fg: no job control error: %preun(usbmuxd-1.0.8-8.fc20.i686) scriptlet failed, exit status 1 error: usbmuxd-1.0.8-8.fc20.i686: erase failed I originally install fedora Alpha 4, and update all. This issue happens. The scripts in the old version are broken, which is what the updated version fixes. The broken scripts from the buggy package get executed upon its removal, preventing it from getting cleanly erased. 'rpm -e --noscripts usbmuxd-1.0.8-8.fc20.i686' to get rid of the buggy version. *** This bug has been marked as a duplicate of bug 1017493 *** |