| Summary: | [RFE] update PackageKit-yum-plugin | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Red Hat Enterprise Linux 6 | Reporter: | jcpunk | ||||
| Component: | PackageKit | Assignee: | Richard Hughes <rhughes> | ||||
| Status: | CLOSED WONTFIX | QA Contact: | Desktop QE <desktop-qa-list> | ||||
| Severity: | low | Docs Contact: | |||||
| Priority: | unspecified | ||||||
| Version: | 6.4 | CC: | csieh, misterbonnie, riehecky, tpelka | ||||
| Target Milestone: | rc | Keywords: | FutureFeature | ||||
| Target Release: | --- | ||||||
| Hardware: | All | ||||||
| OS: | Linux | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | Doc Type: | Enhancement | |||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2017-12-06 12:47:48 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: | |||||
| Attachments: |
|
||||||
Red Hat Enterprise Linux 6 is in the Production 3 Phase. During the Production 3 Phase, Critical impact Security Advisories (RHSAs) and selected Urgent Priority Bug Fix Advisories (RHBAs) may be released as they become available. The official life cycle policy can be reviewed here: http://redhat.com/rhel/lifecycle This issue does not meet the inclusion criteria for the Production 3 Phase and will be marked as CLOSED/WONTFIX. If this remains a critical requirement, please contact Red Hat Customer Support to request a re-evaluation of the issue, citing a clear business justification. Note that a strong business justification will be required for re-evaluation. Red Hat Customer Support can be contacted via the Red Hat Customer Portal at the following URL: https://access.redhat.com/ |
Created attachment 815083 [details] Patch to implement behavior Description of problem: yum commands somewhat regularly block on PackageKit operations. Example: <snip> Another app is currently holding the yum lock; waiting for it to exit... The other application is: PackageKit </snip> The upstream yum plugin has added a hook to avoid unnecessary waiting on PackageKit. Version-Release number of selected component (if applicable):PackageKit-0.5.8-21.el6 How reproducible: 100% Steps to Reproduce: 1. wait for PackageKit to start some background operation 2. try and run a yum command 3. wait until the non-interactive background operation finishes before you can start the command you want. Actual results: Another app is currently holding the yum lock; waiting for it to exit... The other application is: PackageKit waiting for a while Expected results: interactive command takes precidence Additional info: A patch implementing the upstream fix for this behavior is attached.