Bug 240979
| Summary: | upgrade from 1.0.10-7.fc6 to 1.0.10-10.fc6 fails | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Stepan Kasal <kasal> |
| Component: | nfs-utils | Assignee: | Steve Dickson <steved> |
| Status: | CLOSED DUPLICATE | QA Contact: | Ben Levenson <benl> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | 6 | ||
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2007-05-23 15:47:55 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
The problem is masked since 1.0.10-11.fc6. |
I have run "yum upgrade". Among other packages, it decided to upgrade nfs-utils from 1.0.10-7.fc6 to 1.0.10-10.fc6. Yum installs the new rpm first and then removes the prefious one. But nfs-utils-1.0.10-7.fc6 contains the following postun script: if [ "$1" -ge 1 ]; then /etc/rc.d/init.d/rpcidmapd condrestart > /dev/null /etc/rc.d/init.d/rpcgssd condrestart > /dev/null /etc/rc.d/init.d/nfs condrestart > /dev/null fi Because of bug #240978 the last command failed. Rpm, seeing that the postun script failed, canceled the transaction, and both versions of nfs-utils package has stayed on my computer. I had to re-run rpm manually to get rid of the old version of nfs-utils.